SqlIpConfig.Builder |
SqlIpConfig.Builder.addAllAuthorizedNetworks(Iterable<? extends SqlAclEntry> values) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(int index,
SqlAclEntry value) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(int index,
SqlAclEntry.Builder builderForValue) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(SqlAclEntry value) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addAuthorizedNetworks(SqlAclEntry.Builder builderForValue) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clear() |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearAllocatedIpRange() |
Optional.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearAuthorizedNetworks() |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearEnableIpv4() |
Whether the instance should be assigned an IPv4 address or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearPrivateNetwork() |
The resource link for the VPC network from which the Cloud SQL instance is
accessible for private IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clearRequireSsl() |
Whether SSL connections over IP should be enforced or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.clone() |
|
SqlIpConfig.Builder |
CloudSqlSettings.Builder.getIpConfigBuilder() |
The settings for IP Management.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeEnableIpv4(com.google.protobuf.BoolValue value) |
Whether the instance should be assigned an IPv4 address or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeFrom(SqlIpConfig other) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeRequireSsl(com.google.protobuf.BoolValue value) |
Whether SSL connections over IP should be enforced or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static SqlIpConfig.Builder |
SqlIpConfig.newBuilder() |
|
static SqlIpConfig.Builder |
SqlIpConfig.newBuilder(SqlIpConfig prototype) |
|
SqlIpConfig.Builder |
SqlIpConfig.newBuilderForType() |
|
protected SqlIpConfig.Builder |
SqlIpConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.removeAuthorizedNetworks(int index) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setAllocatedIpRange(String value) |
Optional.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setAllocatedIpRangeBytes(com.google.protobuf.ByteString value) |
Optional.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setAuthorizedNetworks(int index,
SqlAclEntry value) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setAuthorizedNetworks(int index,
SqlAclEntry.Builder builderForValue) |
The list of external networks that are allowed to connect to the instance
using the IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setEnableIpv4(com.google.protobuf.BoolValue value) |
Whether the instance should be assigned an IPv4 address or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setEnableIpv4(com.google.protobuf.BoolValue.Builder builderForValue) |
Whether the instance should be assigned an IPv4 address or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setPrivateNetwork(String value) |
The resource link for the VPC network from which the Cloud SQL instance is
accessible for private IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setPrivateNetworkBytes(com.google.protobuf.ByteString value) |
The resource link for the VPC network from which the Cloud SQL instance is
accessible for private IP.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setRequireSsl(com.google.protobuf.BoolValue value) |
Whether SSL connections over IP should be enforced or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setRequireSsl(com.google.protobuf.BoolValue.Builder builderForValue) |
Whether SSL connections over IP should be enforced or not.
|
SqlIpConfig.Builder |
SqlIpConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
SqlIpConfig.Builder |
SqlIpConfig.toBuilder() |
|