- 1.51.0 (latest)
- 1.50.0
- 1.49.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.38.0
- 1.37.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.26.0
- 1.25.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.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.8
- 1.0.2
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GkeCluster.BuilderImplements
GkeClusterOrBuilderStatic 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 |
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 |
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 |
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 |
clearProxyUrl()
public GkeCluster.Builder clearProxyUrl()
Optional. If set, used to configure a proxy to the Kubernetes server.
string proxy_url = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |
This builder for chaining. |
clone()
public GkeCluster.Builder clone()
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |
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 |
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. |
getProxyUrl()
public String getProxyUrl()
Optional. If set, used to configure a proxy to the Kubernetes server.
string proxy_url = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The proxyUrl. |
getProxyUrlBytes()
public ByteString getProxyUrlBytes()
Optional. If set, used to configure a proxy to the Kubernetes server.
string proxy_url = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for proxyUrl. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GkeCluster.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GkeCluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |
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 |
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. |
setProxyUrl(String value)
public GkeCluster.Builder setProxyUrl(String value)
Optional. If set, used to configure a proxy to the Kubernetes server.
string proxy_url = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The proxyUrl to set. |
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |
This builder for chaining. |
setProxyUrlBytes(ByteString value)
public GkeCluster.Builder setProxyUrlBytes(ByteString value)
Optional. If set, used to configure a proxy to the Kubernetes server.
string proxy_url = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for proxyUrl 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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final GkeCluster.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GkeCluster.Builder |