public interface ValidateExclusivityRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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, (.google.api.resource_reference) = { ... }
| Type | Description |
| 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, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |