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

pub struct CreateNotificationChannelRequest {
    pub name: String,
    pub notification_channel: Option<NotificationChannel>,
}

The CreateNotificationChannel request.

Fields

name: String

Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]

This names the container into which the channel will be written, this does not name the newly created channel. The resulting channel’s name will have a normalized version of this field as a prefix, but will add /notificationChannels/[CHANNEL_ID] to identify the channel.

notification_channel: Option<NotificationChannel>

Required. The definition of the NotificationChannel to create.

Trait Implementations

impl Clone for CreateNotificationChannelRequest[src]

impl Debug for CreateNotificationChannelRequest[src]

impl Default for CreateNotificationChannelRequest[src]

impl Message for CreateNotificationChannelRequest[src]

impl PartialEq<CreateNotificationChannelRequest> for CreateNotificationChannelRequest[src]

impl StructuralPartialEq for CreateNotificationChannelRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateNotificationChannelRequest

impl Send for CreateNotificationChannelRequest

impl Sync for CreateNotificationChannelRequest

impl Unpin for CreateNotificationChannelRequest

impl UnwindSafe for CreateNotificationChannelRequest

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]