- 1.53.0 (latest)
- 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 final class PrivateClusterConfig extends GeneratedMessageV3 implements PrivateClusterConfigOrBuilder
Configuration options for the private GKE cluster in a Cloud Composer environment.
Protobuf type google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PrivateClusterConfigImplements
PrivateClusterConfigOrBuilderStatic Fields
ENABLE_PRIVATE_ENDPOINT_FIELD_NUMBER
public static final int ENABLE_PRIVATE_ENDPOINT_FIELD_NUMBER
Type | Description |
int |
MASTER_IPV4_CIDR_BLOCK_FIELD_NUMBER
public static final int MASTER_IPV4_CIDR_BLOCK_FIELD_NUMBER
Type | Description |
int |
MASTER_IPV4_RESERVED_RANGE_FIELD_NUMBER
public static final int MASTER_IPV4_RESERVED_RANGE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PrivateClusterConfig getDefaultInstance()
Type | Description |
PrivateClusterConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PrivateClusterConfig.Builder newBuilder()
Type | Description |
PrivateClusterConfig.Builder |
newBuilder(PrivateClusterConfig prototype)
public static PrivateClusterConfig.Builder newBuilder(PrivateClusterConfig prototype)
Name | Description |
prototype | PrivateClusterConfig |
Type | Description |
PrivateClusterConfig.Builder |
parseDelimitedFrom(InputStream input)
public static PrivateClusterConfig parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PrivateClusterConfig parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PrivateClusterConfig parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PrivateClusterConfig parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PrivateClusterConfig parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PrivateClusterConfig parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivateClusterConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PrivateClusterConfig |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PrivateClusterConfig> parser()
Type | Description |
Parser<PrivateClusterConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public PrivateClusterConfig getDefaultInstanceForType()
Type | Description |
PrivateClusterConfig |
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];
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];
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];
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 GKE 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];
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 GKE 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];
Type | Description |
ByteString | The bytes for masterIpv4ReservedRange. |
getParserForType()
public Parser<PrivateClusterConfig> getParserForType()
Type | Description |
Parser<PrivateClusterConfig> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PrivateClusterConfig.Builder newBuilderForType()
Type | Description |
PrivateClusterConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivateClusterConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PrivateClusterConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PrivateClusterConfig.Builder toBuilder()
Type | Description |
PrivateClusterConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |