public interface GenerateExclusivityManifestRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The Membership resource name in the format `projects/*/locations/*/memberships/*`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
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];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];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];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];Copyright © 2025 Google LLC. All rights reserved.