Package com.google.cloud.gkehub.v1beta1
Interface ValidateExclusivityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidateExclusivityRequest,ValidateExclusivityRequest.Builder
public interface ValidateExclusivityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCrManifest()Optional.com.google.protobuf.ByteStringgetCrManifestBytes()Optional.StringgetIntendedMembership()Required.com.google.protobuf.ByteStringgetIntendedMembershipBytes()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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) = { ... }- Returns:
- The parent.
-
getParentBytes
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) = { ... }- Returns:
- The bytes for parent.
-
getCrManifest
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:
- The crManifest.
-
getCrManifestBytes
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];- Returns:
- The bytes for crManifest.
-
getIntendedMembership
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:
- The intendedMembership.
-
getIntendedMembershipBytes
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];- Returns:
- The bytes for intendedMembership.
-
-