Class GkeCluster.Builder (1.6.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GkeCluster.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GkeCluster.Builder
Overrides

build()

public GkeCluster build()
Returns
TypeDescription
GkeCluster

buildPartial()

public GkeCluster buildPartial()
Returns
TypeDescription
GkeCluster

clear()

public GkeCluster.Builder clear()
Returns
TypeDescription
GkeCluster.Builder
Overrides

clearCluster()

public GkeCluster.Builder clearCluster()

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

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

Returns
TypeDescription
GkeCluster.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GkeCluster.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
GkeCluster.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GkeCluster.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GkeCluster.Builder
Overrides

clone()

public GkeCluster.Builder clone()
Returns
TypeDescription
GkeCluster.Builder
Overrides

getCluster()

public String getCluster()

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

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

Returns
TypeDescription
String

The cluster.

getClusterBytes()

public ByteString getClusterBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for cluster.

getDefaultInstanceForType()

public GkeCluster getDefaultInstanceForType()
Returns
TypeDescription
GkeCluster

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
boolean

The internalIp.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GkeCluster other)

public GkeCluster.Builder mergeFrom(GkeCluster other)
Parameter
NameDescription
otherGkeCluster
Returns
TypeDescription
GkeCluster.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GkeCluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GkeCluster.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GkeCluster.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GkeCluster.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GkeCluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GkeCluster.Builder
Overrides

setCluster(String value)

public GkeCluster.Builder setCluster(String value)

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

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

Parameter
NameDescription
valueString

The cluster to set.

Returns
TypeDescription
GkeCluster.Builder

This builder for chaining.

setClusterBytes(ByteString value)

public GkeCluster.Builder setClusterBytes(ByteString value)

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

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

Parameter
NameDescription
valueByteString

The bytes for cluster to set.

Returns
TypeDescription
GkeCluster.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GkeCluster.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueboolean

The internalIp to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GkeCluster.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GkeCluster.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GkeCluster.Builder
Overrides