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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GkeCluster.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public GkeCluster build()
Returns
buildPartial()
public GkeCluster buildPartial()
Returns
clear()
public GkeCluster.Builder clear()
Returns
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
clearField(Descriptors.FieldDescriptor field)
public GkeCluster.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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
clearOneof(Descriptors.OneofDescriptor oneof)
public GkeCluster.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public GkeCluster.Builder clone()
Returns
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
Type | Description |
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
getDefaultInstanceForType()
public GkeCluster getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(GkeCluster other)
public GkeCluster.Builder mergeFrom(GkeCluster other)
Parameter
Returns
public GkeCluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GkeCluster.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GkeCluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
Name | Description |
value | String
The cluster to set.
|
Returns
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
Name | Description |
value | ByteString
The bytes for cluster to set.
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public GkeCluster.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GkeCluster.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GkeCluster.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides