Struct gapi_grpc::google::cloud::kms::v1::CreateKeyRingRequest[][src]

pub struct CreateKeyRingRequest {
    pub parent: String,
    pub key_ring_id: String,
    pub key_ring: Option<KeyRing>,
}

Request message for [KeyManagementService.CreateKeyRing][google.cloud.kms.v1.KeyManagementService.CreateKeyRing].

Fields

parent: String

Required. The resource name of the location associated with the [KeyRings][google.cloud.kms.v1.KeyRing], in the format projects/*/locations/*.

key_ring_id: String

Required. It must be unique within a location and match the regular expression [a-zA-Z0-9_-]{1,63}

key_ring: Option<KeyRing>

Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.

Trait Implementations

impl Clone for CreateKeyRingRequest[src]

impl Debug for CreateKeyRingRequest[src]

impl Default for CreateKeyRingRequest[src]

impl Message for CreateKeyRingRequest[src]

impl PartialEq<CreateKeyRingRequest> for CreateKeyRingRequest[src]

impl StructuralPartialEq for CreateKeyRingRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateKeyRingRequest

impl Send for CreateKeyRingRequest

impl Sync for CreateKeyRingRequest

impl Unpin for CreateKeyRingRequest

impl UnwindSafe for CreateKeyRingRequest

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]