Package com.google.cloud.gkehub.v1beta1
Interface GenerateExclusivityManifestRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateExclusivityManifestRequest
,GenerateExclusivityManifestRequest.Builder
public interface GenerateExclusivityManifestRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCrdManifest()
Optional.com.google.protobuf.ByteString
getCrdManifestBytes()
Optional.String
getCrManifest()
Optional.com.google.protobuf.ByteString
getCrManifestBytes()
Optional.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for name.
-
getCrdManifest
String getCrdManifest()
Optional. The YAML manifest of the membership CRD retrieved by `kubectl get customresourcedefinitions membership`. Leave empty if the resource does not exist.
string crd_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The crdManifest.
-
getCrdManifestBytes
com.google.protobuf.ByteString getCrdManifestBytes()
Optional. The YAML manifest of the membership CRD retrieved by `kubectl get customresourcedefinitions membership`. Leave empty if the resource does not exist.
string crd_manifest = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for crdManifest.
-
getCrManifest
String getCrManifest()
Optional. The YAML manifest of the membership CR retrieved by `kubectl get memberships membership`. Leave empty if the resource does not exist.
string cr_manifest = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The crManifest.
-
getCrManifestBytes
com.google.protobuf.ByteString getCrManifestBytes()
Optional. The YAML manifest of the membership CR retrieved by `kubectl get memberships membership`. Leave empty if the resource does not exist.
string cr_manifest = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for crManifest.
-
-