Struct gapi_grpc::google::logging::v2::CreateExclusionRequest[][src]

pub struct CreateExclusionRequest {
    pub parent: String,
    pub exclusion: Option<LogExclusion>,
}

The parameters to CreateExclusion.

Fields

parent: String

Required. The parent resource in which to create the exclusion:

"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"

Examples: "projects/my-logging-project", "organizations/123456789".

exclusion: Option<LogExclusion>

Required. The new exclusion, whose name parameter is an exclusion name that is not already used in the parent resource.

Trait Implementations

impl Clone for CreateExclusionRequest[src]

impl Debug for CreateExclusionRequest[src]

impl Default for CreateExclusionRequest[src]

impl Message for CreateExclusionRequest[src]

impl PartialEq<CreateExclusionRequest> for CreateExclusionRequest[src]

impl StructuralPartialEq for CreateExclusionRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateExclusionRequest

impl Send for CreateExclusionRequest

impl Sync for CreateExclusionRequest

impl Unpin for CreateExclusionRequest

impl UnwindSafe for CreateExclusionRequest

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]