public static final class GenerateExclusivityManifestRequest.Builder extends GeneratedMessageV3.Builder<GenerateExclusivityManifestRequest.Builder> implements GenerateExclusivityManifestRequestOrBuilderThe request to generate the manifests for exclusivity artifacts.
Protobuf type google.cloud.gkehub.v1beta1.GenerateExclusivityManifestRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GenerateExclusivityManifestRequest.BuilderImplements
GenerateExclusivityManifestRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GenerateExclusivityManifestRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
build()
public GenerateExclusivityManifestRequest build()| Type | Description |
| GenerateExclusivityManifestRequest |
buildPartial()
public GenerateExclusivityManifestRequest buildPartial()| Type | Description |
| GenerateExclusivityManifestRequest |
clear()
public GenerateExclusivityManifestRequest.Builder clear()| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
clearCrManifest()
public GenerateExclusivityManifestRequest.Builder clearCrManifest() 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];
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
clearCrdManifest()
public GenerateExclusivityManifestRequest.Builder clearCrdManifest() 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];
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GenerateExclusivityManifestRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
clearName()
public GenerateExclusivityManifestRequest.Builder clearName() Required. The Membership resource name in the format
projects/*/locations/*/memberships/*.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GenerateExclusivityManifestRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
clone()
public GenerateExclusivityManifestRequest.Builder clone()| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
getCrManifest()
public 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];
| Type | Description |
| String | The crManifest. |
getCrManifestBytes()
public 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];
| Type | Description |
| ByteString | The bytes for crManifest. |
getCrdManifest()
public 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];
| Type | Description |
| String | The crdManifest. |
getCrdManifestBytes()
public 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];
| Type | Description |
| ByteString | The bytes for crdManifest. |
getDefaultInstanceForType()
public GenerateExclusivityManifestRequest getDefaultInstanceForType()| Type | Description |
| GenerateExclusivityManifestRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getName()
public 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) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public 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) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(GenerateExclusivityManifestRequest other)
public GenerateExclusivityManifestRequest.Builder mergeFrom(GenerateExclusivityManifestRequest other)| Name | Description |
| other | GenerateExclusivityManifestRequest |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateExclusivityManifestRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public GenerateExclusivityManifestRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GenerateExclusivityManifestRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
setCrManifest(String value)
public GenerateExclusivityManifestRequest.Builder setCrManifest(String value) 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];
| Name | Description |
| value | StringThe crManifest to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setCrManifestBytes(ByteString value)
public GenerateExclusivityManifestRequest.Builder setCrManifestBytes(ByteString value) 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];
| Name | Description |
| value | ByteStringThe bytes for crManifest to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setCrdManifest(String value)
public GenerateExclusivityManifestRequest.Builder setCrdManifest(String value) 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];
| Name | Description |
| value | StringThe crdManifest to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setCrdManifestBytes(ByteString value)
public GenerateExclusivityManifestRequest.Builder setCrdManifestBytes(ByteString value) 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];
| Name | Description |
| value | ByteStringThe bytes for crdManifest to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GenerateExclusivityManifestRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
setName(String value)
public GenerateExclusivityManifestRequest.Builder setName(String value) Required. The Membership resource name in the format
projects/*/locations/*/memberships/*.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GenerateExclusivityManifestRequest.Builder setNameBytes(ByteString value) Required. The Membership resource name in the format
projects/*/locations/*/memberships/*.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GenerateExclusivityManifestRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GenerateExclusivityManifestRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| GenerateExclusivityManifestRequest.Builder |