public static final class PrivateEnvironmentConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder> implements PrivateEnvironmentConfigOrBuilder
The configuration information for configuring a Private IP Cloud Composer environment.Protobuf type
google.cloud.orchestration.airflow.service.v1.PrivateEnvironmentConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PrivateEnvironmentConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PrivateEnvironmentConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PrivateEnvironmentConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder mergeFrom(PrivateEnvironmentConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public PrivateEnvironmentConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PrivateEnvironmentConfig.Builder>IOExceptionpublic 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];getEnablePrivateEnvironment in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setEnablePrivateEnvironment(boolean value)
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];value - The enablePrivateEnvironment to set.public PrivateEnvironmentConfig.Builder clearEnablePrivateEnvironment()
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];public boolean getEnablePrivateBuildsOnly()
Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
bool enable_private_builds_only = 11 [(.google.api.field_behavior) = OPTIONAL];getEnablePrivateBuildsOnly in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setEnablePrivateBuildsOnly(boolean value)
Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
bool enable_private_builds_only = 11 [(.google.api.field_behavior) = OPTIONAL];value - The enablePrivateBuildsOnly to set.public PrivateEnvironmentConfig.Builder clearEnablePrivateBuildsOnly()
Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
bool enable_private_builds_only = 11 [(.google.api.field_behavior) = OPTIONAL];public boolean hasPrivateClusterConfig()
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
hasPrivateClusterConfig in interface PrivateEnvironmentConfigOrBuilderpublic PrivateClusterConfig getPrivateClusterConfig()
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getPrivateClusterConfig in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setPrivateClusterConfig(PrivateClusterConfig value)
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder setPrivateClusterConfig(PrivateClusterConfig.Builder builderForValue)
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder mergePrivateClusterConfig(PrivateClusterConfig value)
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder clearPrivateClusterConfig()
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
public PrivateClusterConfig.Builder getPrivateClusterConfigBuilder()
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
public PrivateClusterConfigOrBuilder getPrivateClusterConfigOrBuilder()
Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.
.google.cloud.orchestration.airflow.service.v1.PrivateClusterConfig private_cluster_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getPrivateClusterConfigOrBuilder in interface PrivateEnvironmentConfigOrBuilderpublic 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];getWebServerIpv4CidrBlock in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];getWebServerIpv4CidrBlockBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setWebServerIpv4CidrBlock(String value)
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];value - The webServerIpv4CidrBlock to set.public PrivateEnvironmentConfig.Builder clearWebServerIpv4CidrBlock()
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];public PrivateEnvironmentConfig.Builder setWebServerIpv4CidrBlockBytes(com.google.protobuf.ByteString value)
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];value - The bytes for webServerIpv4CidrBlock to set.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];getCloudSqlIpv4CidrBlock in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];getCloudSqlIpv4CidrBlockBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setCloudSqlIpv4CidrBlock(String value)
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];value - The cloudSqlIpv4CidrBlock to set.public PrivateEnvironmentConfig.Builder clearCloudSqlIpv4CidrBlock()
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];public PrivateEnvironmentConfig.Builder setCloudSqlIpv4CidrBlockBytes(com.google.protobuf.ByteString value)
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];value - The bytes for cloudSqlIpv4CidrBlock to set.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];
getWebServerIpv4ReservedRange in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];
getWebServerIpv4ReservedRangeBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setWebServerIpv4ReservedRange(String value)
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];
value - The webServerIpv4ReservedRange to set.public PrivateEnvironmentConfig.Builder clearWebServerIpv4ReservedRange()
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];
public PrivateEnvironmentConfig.Builder setWebServerIpv4ReservedRangeBytes(com.google.protobuf.ByteString value)
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];
value - The bytes for webServerIpv4ReservedRange to set.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];
getCloudComposerNetworkIpv4CidrBlock in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];
getCloudComposerNetworkIpv4CidrBlockBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setCloudComposerNetworkIpv4CidrBlock(String value)
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];
value - The cloudComposerNetworkIpv4CidrBlock to set.public PrivateEnvironmentConfig.Builder clearCloudComposerNetworkIpv4CidrBlock()
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];
public PrivateEnvironmentConfig.Builder setCloudComposerNetworkIpv4CidrBlockBytes(com.google.protobuf.ByteString value)
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];
value - The bytes for cloudComposerNetworkIpv4CidrBlock to set.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];
getCloudComposerNetworkIpv4ReservedRange in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];
getCloudComposerNetworkIpv4ReservedRangeBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setCloudComposerNetworkIpv4ReservedRange(String value)
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];
value - The cloudComposerNetworkIpv4ReservedRange to set.public PrivateEnvironmentConfig.Builder clearCloudComposerNetworkIpv4ReservedRange()
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];
public PrivateEnvironmentConfig.Builder setCloudComposerNetworkIpv4ReservedRangeBytes(com.google.protobuf.ByteString value)
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];
value - The bytes for cloudComposerNetworkIpv4ReservedRange to set.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];
getEnablePrivatelyUsedPublicIps in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setEnablePrivatelyUsedPublicIps(boolean value)
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];
value - The enablePrivatelyUsedPublicIps to set.public PrivateEnvironmentConfig.Builder clearEnablePrivatelyUsedPublicIps()
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];
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];
getCloudComposerConnectionSubnetwork in interface PrivateEnvironmentConfigOrBuilderpublic com.google.protobuf.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];
getCloudComposerConnectionSubnetworkBytes in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setCloudComposerConnectionSubnetwork(String value)
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];
value - The cloudComposerConnectionSubnetwork to set.public PrivateEnvironmentConfig.Builder clearCloudComposerConnectionSubnetwork()
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];
public PrivateEnvironmentConfig.Builder setCloudComposerConnectionSubnetworkBytes(com.google.protobuf.ByteString value)
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];
value - The bytes for cloudComposerConnectionSubnetwork to set.public boolean hasNetworkingConfig()
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
hasNetworkingConfig in interface PrivateEnvironmentConfigOrBuilderpublic NetworkingConfig getNetworkingConfig()
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
getNetworkingConfig in interface PrivateEnvironmentConfigOrBuilderpublic PrivateEnvironmentConfig.Builder setNetworkingConfig(NetworkingConfig value)
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder setNetworkingConfig(NetworkingConfig.Builder builderForValue)
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder mergeNetworkingConfig(NetworkingConfig value)
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
public PrivateEnvironmentConfig.Builder clearNetworkingConfig()
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
public NetworkingConfig.Builder getNetworkingConfigBuilder()
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
public NetworkingConfigOrBuilder getNetworkingConfigOrBuilder()
Optional. Configuration for the network connections configuration in the environment.
.google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL];
getNetworkingConfigOrBuilder in interface PrivateEnvironmentConfigOrBuilderpublic final PrivateEnvironmentConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>public final PrivateEnvironmentConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PrivateEnvironmentConfig.Builder>Copyright © 2024 Google LLC. All rights reserved.