- 1.78.0 (latest)
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
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];
| 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];
| 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];
| 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];
| 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];
| 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 |