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

pub struct ListNotificationChannelDescriptorsRequest {
    pub name: String,
    pub page_size: i32,
    pub page_token: String,
}

The ListNotificationChannelDescriptors request.

Fields

name: String

Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

projects/[PROJECT_ID_OR_NUMBER]

Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor] operation, instead.

page_size: i32

The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.

page_token: String

If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.

Trait Implementations

impl Clone for ListNotificationChannelDescriptorsRequest[src]

impl Debug for ListNotificationChannelDescriptorsRequest[src]

impl Default for ListNotificationChannelDescriptorsRequest[src]

impl Message for ListNotificationChannelDescriptorsRequest[src]

impl PartialEq<ListNotificationChannelDescriptorsRequest> for ListNotificationChannelDescriptorsRequest[src]

impl StructuralPartialEq for ListNotificationChannelDescriptorsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListNotificationChannelDescriptorsRequest

impl Send for ListNotificationChannelDescriptorsRequest

impl Sync for ListNotificationChannelDescriptorsRequest

impl Unpin for ListNotificationChannelDescriptorsRequest

impl UnwindSafe for ListNotificationChannelDescriptorsRequest

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]