Class GkeCluster.Builder (1.42.0)

public static final class GkeCluster.Builder extends GeneratedMessageV3.Builder<GkeCluster.Builder> implements GkeClusterOrBuilder

Information specifying a GKE Cluster.

Protobuf type google.cloud.deploy.v1.GkeCluster

Implements

GkeClusterOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GkeCluster.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GkeCluster.Builder
Overrides

build()

public GkeCluster build()
Returns
Type Description
GkeCluster

buildPartial()

public GkeCluster buildPartial()
Returns
Type Description
GkeCluster

clear()

public GkeCluster.Builder clear()
Returns
Type Description
GkeCluster.Builder
Overrides

clearCluster()

public GkeCluster.Builder clearCluster()

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

string cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
GkeCluster.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GkeCluster.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GkeCluster.Builder
Overrides

clearInternalIp()

public GkeCluster.Builder clearInternalIp()

Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise.

Only specify this option when cluster is a private GKE cluster.

bool internal_ip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GkeCluster.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GkeCluster.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GkeCluster.Builder
Overrides

clone()

public GkeCluster.Builder clone()
Returns
Type Description
GkeCluster.Builder
Overrides

getCluster()

public String getCluster()

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

string cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The cluster.

getClusterBytes()

public ByteString getClusterBytes()

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

string cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for cluster.

getDefaultInstanceForType()

public GkeCluster getDefaultInstanceForType()
Returns
Type Description
GkeCluster

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInternalIp()

public boolean getInternalIp()

Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise.

Only specify this option when cluster is a private GKE cluster.

bool internal_ip = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The internalIp.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GkeCluster other)

public GkeCluster.Builder mergeFrom(GkeCluster other)
Parameter
Name Description
other GkeCluster
Returns
Type Description
GkeCluster.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GkeCluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GkeCluster.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GkeCluster.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GkeCluster.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GkeCluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GkeCluster.Builder
Overrides

setCluster(String value)

public GkeCluster.Builder setCluster(String value)

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

string cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The cluster to set.

Returns
Type Description
GkeCluster.Builder

This builder for chaining.

setClusterBytes(ByteString value)

public GkeCluster.Builder setClusterBytes(ByteString value)

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

string cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for cluster to set.

Returns
Type Description
GkeCluster.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GkeCluster.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GkeCluster.Builder
Overrides

setInternalIp(boolean value)

public GkeCluster.Builder setInternalIp(boolean value)

Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise.

Only specify this option when cluster is a private GKE cluster.

bool internal_ip = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The internalIp to set.

Returns
Type Description
GkeCluster.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GkeCluster.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GkeCluster.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GkeCluster.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GkeCluster.Builder
Overrides