Struct gapi_grpc::google::monitoring::v3::ListUptimeCheckConfigsRequest[][src]

pub struct ListUptimeCheckConfigsRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
}

The protocol for the ListUptimeCheckConfigs request.

Fields

parent: String

Required. The project whose Uptime check configurations are listed. The format is:

projects/[PROJECT_ID_OR_NUMBER]
page_size: i32

The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.

page_token: String

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.

Trait Implementations

impl Clone for ListUptimeCheckConfigsRequest[src]

impl Debug for ListUptimeCheckConfigsRequest[src]

impl Default for ListUptimeCheckConfigsRequest[src]

impl Message for ListUptimeCheckConfigsRequest[src]

impl PartialEq<ListUptimeCheckConfigsRequest> for ListUptimeCheckConfigsRequest[src]

impl StructuralPartialEq for ListUptimeCheckConfigsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListUptimeCheckConfigsRequest

impl Send for ListUptimeCheckConfigsRequest

impl Sync for ListUptimeCheckConfigsRequest

impl Unpin for ListUptimeCheckConfigsRequest

impl UnwindSafe for ListUptimeCheckConfigsRequest

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]