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

pub struct GetCmekSettingsRequest {
    pub name: String,
}

The parameters to [GetCmekSettings][google.logging.v2.ConfigServiceV2.GetCmekSettings].

See Enabling CMEK for Logs Router for more information.

Fields

name: String

Required. The resource for which to retrieve CMEK settings.

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

Example: "organizations/12345/cmekSettings".

Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization.

Trait Implementations

impl Clone for GetCmekSettingsRequest[src]

impl Debug for GetCmekSettingsRequest[src]

impl Default for GetCmekSettingsRequest[src]

impl Message for GetCmekSettingsRequest[src]

impl PartialEq<GetCmekSettingsRequest> for GetCmekSettingsRequest[src]

impl StructuralPartialEq for GetCmekSettingsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetCmekSettingsRequest

impl Send for GetCmekSettingsRequest

impl Sync for GetCmekSettingsRequest

impl Unpin for GetCmekSettingsRequest

impl UnwindSafe for GetCmekSettingsRequest

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]