- 4.52.0 (latest)
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder extends GeneratedMessageV3.Builder<GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder> implements GkeClusterConfig.NamespacedGkeDeploymentTargetOrBuilder
A full, namespace-isolated deployment target for an existing GKE cluster.
Protobuf type google.cloud.dataproc.v1.GkeClusterConfig.NamespacedGkeDeploymentTarget
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GkeClusterConfig.NamespacedGkeDeploymentTarget.BuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
build()
public GkeClusterConfig.NamespacedGkeDeploymentTarget build()
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget |
buildPartial()
public GkeClusterConfig.NamespacedGkeDeploymentTarget buildPartial()
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget |
clear()
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clear()
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
clearClusterNamespace()
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clearClusterNamespace()
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
clearTargetGkeCluster()
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clearTargetGkeCluster()
Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
clone()
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder clone()
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
getClusterNamespace()
public String getClusterNamespace()
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String | The clusterNamespace. |
getClusterNamespaceBytes()
public ByteString getClusterNamespaceBytes()
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for clusterNamespace. |
getDefaultInstanceForType()
public GkeClusterConfig.NamespacedGkeDeploymentTarget getDefaultInstanceForType()
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getTargetGkeCluster()
public String getTargetGkeCluster()
Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Type | Description |
String | The targetGkeCluster. |
getTargetGkeClusterBytes()
public ByteString getTargetGkeClusterBytes()
Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for targetGkeCluster. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GkeClusterConfig.NamespacedGkeDeploymentTarget other)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder mergeFrom(GkeClusterConfig.NamespacedGkeDeploymentTarget other)
Name | Description |
other | GkeClusterConfig.NamespacedGkeDeploymentTarget |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
setClusterNamespace(String value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setClusterNamespace(String value)
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The clusterNamespace to set. |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
setClusterNamespaceBytes(ByteString value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setClusterNamespaceBytes(ByteString value)
Optional. A namespace within the GKE cluster to deploy into.
string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes for clusterNamespace to set. |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |
setTargetGkeCluster(String value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setTargetGkeCluster(String value)
Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The targetGkeCluster to set. |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
setTargetGkeClusterBytes(ByteString value)
public GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setTargetGkeClusterBytes(ByteString value)
Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for targetGkeCluster to set. |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GkeClusterConfig.NamespacedGkeDeploymentTarget.Builder |