- 1.85.0 (latest)
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.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.37.0
- 1.36.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.24.0
- 1.23.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.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
public static final class PrivateClusterConfig.Builder extends GeneratedMessage.Builder<PrivateClusterConfig.Builder> implements PrivateClusterConfigOrBuilderConfiguration options for the private GKE cluster in a Cloud Composer environment.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.PrivateClusterConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PrivateClusterConfig.BuilderImplements
PrivateClusterConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PrivateClusterConfig build()| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig |
|
buildPartial()
public PrivateClusterConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig |
|
clear()
public PrivateClusterConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
|
clearEnablePrivateEndpoint()
public PrivateClusterConfig.Builder clearEnablePrivateEndpoint() Optional. If true, access to the public endpoint of the GKE cluster is
denied.
bool enable_private_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
clearMasterIpv4CidrBlock()
public PrivateClusterConfig.Builder clearMasterIpv4CidrBlock()Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
clearMasterIpv4ReservedRange()
public PrivateClusterConfig.Builder clearMasterIpv4ReservedRange()Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PrivateClusterConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnablePrivateEndpoint()
public boolean getEnablePrivateEndpoint() Optional. If true, access to the public endpoint of the GKE cluster is
denied.
bool enable_private_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enablePrivateEndpoint. |
getMasterIpv4CidrBlock()
public String getMasterIpv4CidrBlock()Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The masterIpv4CidrBlock. |
getMasterIpv4CidrBlockBytes()
public ByteString getMasterIpv4CidrBlockBytes()Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for masterIpv4CidrBlock. |
getMasterIpv4ReservedRange()
public String getMasterIpv4ReservedRange()Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The masterIpv4ReservedRange. |
getMasterIpv4ReservedRangeBytes()
public ByteString getMasterIpv4ReservedRangeBytes()Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for masterIpv4ReservedRange. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PrivateClusterConfig other)
public PrivateClusterConfig.Builder mergeFrom(PrivateClusterConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivateClusterConfig |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PrivateClusterConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PrivateClusterConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
|
setEnablePrivateEndpoint(boolean value)
public PrivateClusterConfig.Builder setEnablePrivateEndpoint(boolean value) Optional. If true, access to the public endpoint of the GKE cluster is
denied.
bool enable_private_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enablePrivateEndpoint to set. |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
setMasterIpv4CidrBlock(String value)
public PrivateClusterConfig.Builder setMasterIpv4CidrBlock(String value)Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe masterIpv4CidrBlock to set. |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
setMasterIpv4CidrBlockBytes(ByteString value)
public PrivateClusterConfig.Builder setMasterIpv4CidrBlockBytes(ByteString value)Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If left blank, the default value of '172.16.0.0/23' is used.
string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for masterIpv4CidrBlock to set. |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
setMasterIpv4ReservedRange(String value)
public PrivateClusterConfig.Builder setMasterIpv4ReservedRange(String value)Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe masterIpv4ReservedRange to set. |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |
setMasterIpv4ReservedRangeBytes(ByteString value)
public PrivateClusterConfig.Builder setMasterIpv4ReservedRangeBytes(ByteString value)Output only. The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the cluster master or set of masters and to the internal load balancer virtual IP. This range must not overlap with any other ranges in use within the cluster's network.
string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for masterIpv4ReservedRange to set. |
| Returns | |
|---|---|
| Type | Description |
PrivateClusterConfig.Builder |
This builder for chaining. |