public interface ValidateExclusivityRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCrManifest()
Optional.
|
com.google.protobuf.ByteString |
getCrManifestBytes()
Optional.
|
String |
getIntendedMembership()
Required.
|
com.google.protobuf.ByteString |
getIntendedMembershipBytes()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2025 Google LLC. All rights reserved.