Uses of Class
com.google.cloud.clouddms.v1.SqlAclEntry
-
Packages that use SqlAclEntry Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of SqlAclEntry in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SqlAclEntry Modifier and Type Method Description SqlAclEntry
SqlAclEntry.Builder. build()
SqlAclEntry
SqlAclEntry.Builder. buildPartial()
SqlAclEntry
SqlIpConfig.Builder. getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntry
SqlIpConfig. getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntry
SqlIpConfigOrBuilder. getAuthorizedNetworks(int index)
The list of external networks that are allowed to connect to the instance using the IP.static SqlAclEntry
SqlAclEntry. getDefaultInstance()
SqlAclEntry
SqlAclEntry.Builder. getDefaultInstanceForType()
SqlAclEntry
SqlAclEntry. getDefaultInstanceForType()
static SqlAclEntry
SqlAclEntry. parseDelimitedFrom(InputStream input)
static SqlAclEntry
SqlAclEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlAclEntry
SqlAclEntry. parseFrom(byte[] data)
static SqlAclEntry
SqlAclEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlAclEntry
SqlAclEntry. parseFrom(com.google.protobuf.ByteString data)
static SqlAclEntry
SqlAclEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlAclEntry
SqlAclEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static SqlAclEntry
SqlAclEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlAclEntry
SqlAclEntry. parseFrom(InputStream input)
static SqlAclEntry
SqlAclEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlAclEntry
SqlAclEntry. parseFrom(ByteBuffer data)
static SqlAclEntry
SqlAclEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SqlAclEntry Modifier and Type Method Description List<SqlAclEntry>
SqlIpConfig.Builder. getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance using the IP.List<SqlAclEntry>
SqlIpConfig. getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance using the IP.List<SqlAclEntry>
SqlIpConfigOrBuilder. getAuthorizedNetworksList()
The list of external networks that are allowed to connect to the instance using the IP.com.google.protobuf.Parser<SqlAclEntry>
SqlAclEntry. getParserForType()
static com.google.protobuf.Parser<SqlAclEntry>
SqlAclEntry. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type SqlAclEntry Modifier and Type Method Description 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(SqlAclEntry value)
The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntry.Builder
SqlAclEntry.Builder. mergeFrom(SqlAclEntry other)
static SqlAclEntry.Builder
SqlAclEntry. newBuilder(SqlAclEntry prototype)
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.Method parameters in com.google.cloud.clouddms.v1 with type arguments of type SqlAclEntry Modifier and Type Method Description 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.
-