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

pub struct VerifyNotificationChannelRequest {
    pub name: String,
    pub code: String,
}

The VerifyNotificationChannel request.

Fields

name: String

Required. The notification channel to verify.

code: String

Required. The verification code that was delivered to the channel as a result of invoking the SendNotificationChannelVerificationCode API method or that was retrieved from a verified channel via GetNotificationChannelVerificationCode. For example, one might have “G-123456” or “TKNZGhhd2EyN3I1MnRnMjRv” (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).

Trait Implementations

impl Clone for VerifyNotificationChannelRequest[src]

impl Debug for VerifyNotificationChannelRequest[src]

impl Default for VerifyNotificationChannelRequest[src]

impl Message for VerifyNotificationChannelRequest[src]

impl PartialEq<VerifyNotificationChannelRequest> for VerifyNotificationChannelRequest[src]

impl StructuralPartialEq for VerifyNotificationChannelRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for VerifyNotificationChannelRequest

impl Send for VerifyNotificationChannelRequest

impl Sync for VerifyNotificationChannelRequest

impl Unpin for VerifyNotificationChannelRequest

impl UnwindSafe for VerifyNotificationChannelRequest

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]