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 SqlAclEntrySqlAclEntry.Builder. build()SqlAclEntrySqlAclEntry.Builder. buildPartial()SqlAclEntrySqlIpConfig.Builder. getAuthorizedNetworks(int index)The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntrySqlIpConfig. getAuthorizedNetworks(int index)The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntrySqlIpConfigOrBuilder. getAuthorizedNetworks(int index)The list of external networks that are allowed to connect to the instance using the IP.static SqlAclEntrySqlAclEntry. getDefaultInstance()SqlAclEntrySqlAclEntry.Builder. getDefaultInstanceForType()SqlAclEntrySqlAclEntry. getDefaultInstanceForType()static SqlAclEntrySqlAclEntry. parseDelimitedFrom(InputStream input)static SqlAclEntrySqlAclEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlAclEntrySqlAclEntry. parseFrom(byte[] data)static SqlAclEntrySqlAclEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlAclEntrySqlAclEntry. parseFrom(com.google.protobuf.ByteString data)static SqlAclEntrySqlAclEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlAclEntrySqlAclEntry. parseFrom(com.google.protobuf.CodedInputStream input)static SqlAclEntrySqlAclEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlAclEntrySqlAclEntry. parseFrom(InputStream input)static SqlAclEntrySqlAclEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SqlAclEntrySqlAclEntry. parseFrom(ByteBuffer data)static SqlAclEntrySqlAclEntry. 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.BuilderSqlIpConfig.Builder. addAuthorizedNetworks(int index, SqlAclEntry value)The list of external networks that are allowed to connect to the instance using the IP.SqlIpConfig.BuilderSqlIpConfig.Builder. addAuthorizedNetworks(SqlAclEntry value)The list of external networks that are allowed to connect to the instance using the IP.SqlAclEntry.BuilderSqlAclEntry.Builder. mergeFrom(SqlAclEntry other)static SqlAclEntry.BuilderSqlAclEntry. newBuilder(SqlAclEntry prototype)SqlIpConfig.BuilderSqlIpConfig.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.BuilderSqlIpConfig.Builder. addAllAuthorizedNetworks(Iterable<? extends SqlAclEntry> values)The list of external networks that are allowed to connect to the instance using the IP.
-