Interface ValidateExclusivityRequestOrBuilder (1.2.1)

public interface ValidateExclusivityRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCrManifest()

public abstract String getCrManifest()

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

string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The crManifest.

getCrManifestBytes()

public abstract ByteString getCrManifestBytes()

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

string cr_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for crManifest.

getIntendedMembership()

public abstract String getIntendedMembership()

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

string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The intendedMembership.

getIntendedMembershipBytes()

public abstract ByteString getIntendedMembershipBytes()

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

string intended_membership = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for intendedMembership.

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.