Struct gapi_grpc::google::cloud::gkehub::v1beta1::ValidateExclusivityRequest[][src]

pub struct ValidateExclusivityRequest {
    pub parent: String,
    pub cr_manifest: String,
    pub intended_membership: String,
}

The request to validate the existing state of the membership CR in the cluster.

Fields

parent: String

Required. The parent (project and location) where the Memberships will be created. Specified in the format projects/*/locations/*.

cr_manifest: String

Optional. The YAML of the membership CR in the cluster. Empty if the membership CR does not exist.

intended_membership: String

Required. The intended membership name under the parent. This method only does validation in anticipation of a CreateMembership call with the same name.

Trait Implementations

impl Clone for ValidateExclusivityRequest[src]

impl Debug for ValidateExclusivityRequest[src]

impl Default for ValidateExclusivityRequest[src]

impl Message for ValidateExclusivityRequest[src]

impl PartialEq<ValidateExclusivityRequest> for ValidateExclusivityRequest[src]

impl StructuralPartialEq for ValidateExclusivityRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ValidateExclusivityRequest

impl Send for ValidateExclusivityRequest

impl Sync for ValidateExclusivityRequest

impl Unpin for ValidateExclusivityRequest

impl UnwindSafe for ValidateExclusivityRequest

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]