public final class PrivateEnvironmentConfig extends GeneratedMessageV3 implements PrivateEnvironmentConfigOrBuilder
The configuration information for configuring a Private IP Cloud Composer
environment.
Protobuf type google.cloud.orchestration.airflow.service.v1beta1.PrivateEnvironmentConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
CLOUD_COMPOSER_CONNECTION_SUBNETWORK_FIELD_NUMBER
public static final int CLOUD_COMPOSER_CONNECTION_SUBNETWORK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CLOUD_COMPOSER_NETWORK_IPV4_CIDR_BLOCK_FIELD_NUMBER
public static final int CLOUD_COMPOSER_NETWORK_IPV4_CIDR_BLOCK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CLOUD_COMPOSER_NETWORK_IPV4_RESERVED_RANGE_FIELD_NUMBER
public static final int CLOUD_COMPOSER_NETWORK_IPV4_RESERVED_RANGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CLOUD_SQL_IPV4_CIDR_BLOCK_FIELD_NUMBER
public static final int CLOUD_SQL_IPV4_CIDR_BLOCK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_PRIVATELY_USED_PUBLIC_IPS_FIELD_NUMBER
public static final int ENABLE_PRIVATELY_USED_PUBLIC_IPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLE_PRIVATE_ENVIRONMENT_FIELD_NUMBER
public static final int ENABLE_PRIVATE_ENVIRONMENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NETWORKING_CONFIG_FIELD_NUMBER
public static final int NETWORKING_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PRIVATE_CLUSTER_CONFIG_FIELD_NUMBER
public static final int PRIVATE_CLUSTER_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WEB_SERVER_IPV4_CIDR_BLOCK_FIELD_NUMBER
public static final int WEB_SERVER_IPV4_CIDR_BLOCK_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WEB_SERVER_IPV4_RESERVED_RANGE_FIELD_NUMBER
public static final int WEB_SERVER_IPV4_RESERVED_RANGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PrivateEnvironmentConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PrivateEnvironmentConfig.Builder newBuilder()
newBuilder(PrivateEnvironmentConfig prototype)
public static PrivateEnvironmentConfig.Builder newBuilder(PrivateEnvironmentConfig prototype)
public static PrivateEnvironmentConfig parseDelimitedFrom(InputStream input)
public static PrivateEnvironmentConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PrivateEnvironmentConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PrivateEnvironmentConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PrivateEnvironmentConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivateEnvironmentConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PrivateEnvironmentConfig parseFrom(CodedInputStream input)
public static PrivateEnvironmentConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PrivateEnvironmentConfig parseFrom(InputStream input)
public static PrivateEnvironmentConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PrivateEnvironmentConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PrivateEnvironmentConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PrivateEnvironmentConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCloudComposerConnectionSubnetwork()
public String getCloudComposerConnectionSubnetwork()
Optional. When specified, the environment will use Private Service Connect
instead of VPC peerings to connect to Cloud SQL in the Tenant Project,
and the PSC endpoint in the Customer Project will use an IP address from
this subnetwork.
string cloud_composer_connection_subnetwork = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The cloudComposerConnectionSubnetwork.
|
getCloudComposerConnectionSubnetworkBytes()
public ByteString getCloudComposerConnectionSubnetworkBytes()
Optional. When specified, the environment will use Private Service Connect
instead of VPC peerings to connect to Cloud SQL in the Tenant Project,
and the PSC endpoint in the Customer Project will use an IP address from
this subnetwork.
string cloud_composer_connection_subnetwork = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for cloudComposerConnectionSubnetwork.
|
getCloudComposerNetworkIpv4CidrBlock()
public String getCloudComposerNetworkIpv4CidrBlock()
Optional. The CIDR block from which IP range for Cloud Composer Network in
tenant project will be reserved. Needs to be disjoint from
private_cluster_config.master_ipv4_cidr_block and
cloud_sql_ipv4_cidr_block.
This field is supported for Cloud Composer environments in versions
composer-2..-airflow-..* and newer.
string cloud_composer_network_ipv4_cidr_block = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The cloudComposerNetworkIpv4CidrBlock.
|
getCloudComposerNetworkIpv4CidrBlockBytes()
public ByteString getCloudComposerNetworkIpv4CidrBlockBytes()
Optional. The CIDR block from which IP range for Cloud Composer Network in
tenant project will be reserved. Needs to be disjoint from
private_cluster_config.master_ipv4_cidr_block and
cloud_sql_ipv4_cidr_block.
This field is supported for Cloud Composer environments in versions
composer-2..-airflow-..* and newer.
string cloud_composer_network_ipv4_cidr_block = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for cloudComposerNetworkIpv4CidrBlock.
|
getCloudComposerNetworkIpv4ReservedRange()
public String getCloudComposerNetworkIpv4ReservedRange()
Output only. The IP range reserved for the tenant project's Cloud Composer
network.
This field is supported for Cloud Composer environments in versions
composer-2..-airflow-..* and newer.
string cloud_composer_network_ipv4_reserved_range = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The cloudComposerNetworkIpv4ReservedRange.
|
getCloudComposerNetworkIpv4ReservedRangeBytes()
public ByteString getCloudComposerNetworkIpv4ReservedRangeBytes()
Output only. The IP range reserved for the tenant project's Cloud Composer
network.
This field is supported for Cloud Composer environments in versions
composer-2..-airflow-..* and newer.
string cloud_composer_network_ipv4_reserved_range = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for cloudComposerNetworkIpv4ReservedRange.
|
getCloudSqlIpv4CidrBlock()
public String getCloudSqlIpv4CidrBlock()
Optional. The CIDR block from which IP range in tenant project will be
reserved for Cloud SQL. Needs to be disjoint from
web_server_ipv4_cidr_block
string cloud_sql_ipv4_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The cloudSqlIpv4CidrBlock.
|
getCloudSqlIpv4CidrBlockBytes()
public ByteString getCloudSqlIpv4CidrBlockBytes()
Optional. The CIDR block from which IP range in tenant project will be
reserved for Cloud SQL. Needs to be disjoint from
web_server_ipv4_cidr_block
string cloud_sql_ipv4_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for cloudSqlIpv4CidrBlock.
|
getDefaultInstanceForType()
public PrivateEnvironmentConfig getDefaultInstanceForType()
getEnablePrivateEnvironment()
public boolean getEnablePrivateEnvironment()
Optional. If true
, a Private IP Cloud Composer environment is created.
If this field is set to true, IPAllocationPolicy.use_ip_aliases
must be
set to true for Cloud Composer environments in versions
composer-1..-airflow-..*.
bool enable_private_environment = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The enablePrivateEnvironment.
|
getEnablePrivatelyUsedPublicIps()
public boolean getEnablePrivatelyUsedPublicIps()
Optional. When enabled, IPs from public (non-RFC1918) ranges can be used
for IPAllocationPolicy.cluster_ipv4_cidr_block
and
IPAllocationPolicy.service_ipv4_cidr_block
.
bool enable_privately_used_public_ips = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The enablePrivatelyUsedPublicIps.
|
getNetworkingConfig()
public NetworkingConfig getNetworkingConfig()
Optional. Configuration for the network connections configuration in the
environment.
.google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
getNetworkingConfigOrBuilder()
public NetworkingConfigOrBuilder getNetworkingConfigOrBuilder()
Optional. Configuration for the network connections configuration in the
environment.
.google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<PrivateEnvironmentConfig> getParserForType()
Overrides
getPrivateClusterConfig()
public PrivateClusterConfig getPrivateClusterConfig()
Optional. Configuration for the private GKE cluster for a Private IP
Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1beta1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getPrivateClusterConfigOrBuilder()
public PrivateClusterConfigOrBuilder getPrivateClusterConfigOrBuilder()
Optional. Configuration for the private GKE cluster for a Private IP
Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1beta1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getWebServerIpv4CidrBlock()
public String getWebServerIpv4CidrBlock()
Optional. The CIDR block from which IP range for web server will be
reserved. Needs to be disjoint from
private_cluster_config.master_ipv4_cidr_block and
cloud_sql_ipv4_cidr_block.
This field is supported for Cloud Composer environments in versions
composer-1..-airflow-..*.
string web_server_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The webServerIpv4CidrBlock.
|
getWebServerIpv4CidrBlockBytes()
public ByteString getWebServerIpv4CidrBlockBytes()
Optional. The CIDR block from which IP range for web server will be
reserved. Needs to be disjoint from
private_cluster_config.master_ipv4_cidr_block and
cloud_sql_ipv4_cidr_block.
This field is supported for Cloud Composer environments in versions
composer-1..-airflow-..*.
string web_server_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for webServerIpv4CidrBlock.
|
getWebServerIpv4ReservedRange()
public String getWebServerIpv4ReservedRange()
Output only. The IP range reserved for the tenant project's App Engine VMs.
This field is supported for Cloud Composer environments in versions
composer-1..-airflow-..*.
string web_server_ipv4_reserved_range = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The webServerIpv4ReservedRange.
|
getWebServerIpv4ReservedRangeBytes()
public ByteString getWebServerIpv4ReservedRangeBytes()
Output only. The IP range reserved for the tenant project's App Engine VMs.
This field is supported for Cloud Composer environments in versions
composer-1..-airflow-..*.
string web_server_ipv4_reserved_range = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for webServerIpv4ReservedRange.
|
hasNetworkingConfig()
public boolean hasNetworkingConfig()
Optional. Configuration for the network connections configuration in the
environment.
.google.cloud.orchestration.airflow.service.v1beta1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the networkingConfig field is set.
|
hasPrivateClusterConfig()
public boolean hasPrivateClusterConfig()
Optional. Configuration for the private GKE cluster for a Private IP
Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1beta1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the privateClusterConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PrivateEnvironmentConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PrivateEnvironmentConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PrivateEnvironmentConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides