Struct gapi_grpc::google::devtools::clouderrorreporting::v1beta1::ListGroupStatsResponse[][src]

pub struct ListGroupStatsResponse {
    pub error_group_stats: Vec<ErrorGroupStats>,
    pub next_page_token: String,
    pub time_range_begin: Option<Timestamp>,
}

Contains a set of requested error group stats.

Fields

error_group_stats: Vec<ErrorGroupStats>

The error group stats which match the given request.

next_page_token: String

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

time_range_begin: Option<Timestamp>

The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

Trait Implementations

impl Clone for ListGroupStatsResponse[src]

impl Debug for ListGroupStatsResponse[src]

impl Default for ListGroupStatsResponse[src]

impl Message for ListGroupStatsResponse[src]

impl PartialEq<ListGroupStatsResponse> for ListGroupStatsResponse[src]

impl StructuralPartialEq for ListGroupStatsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListGroupStatsResponse

impl Send for ListGroupStatsResponse

impl Sync for ListGroupStatsResponse

impl Unpin for ListGroupStatsResponse

impl UnwindSafe for ListGroupStatsResponse

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]