Uses of Class
com.google.cloud.clouddms.v1.SqlIpConfig
-
Packages that use SqlIpConfig Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of SqlIpConfig in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SqlIpConfig Modifier and Type Method Description SqlIpConfig
SqlIpConfig.Builder. build()
SqlIpConfig
SqlIpConfig.Builder. buildPartial()
static SqlIpConfig
SqlIpConfig. getDefaultInstance()
SqlIpConfig
SqlIpConfig.Builder. getDefaultInstanceForType()
SqlIpConfig
SqlIpConfig. getDefaultInstanceForType()
SqlIpConfig
CloudSqlSettings.Builder. getIpConfig()
The settings for IP Management.SqlIpConfig
CloudSqlSettings. getIpConfig()
The settings for IP Management.SqlIpConfig
CloudSqlSettingsOrBuilder. getIpConfig()
The settings for IP Management.static SqlIpConfig
SqlIpConfig. parseDelimitedFrom(InputStream input)
static SqlIpConfig
SqlIpConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlIpConfig
SqlIpConfig. parseFrom(byte[] data)
static SqlIpConfig
SqlIpConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlIpConfig
SqlIpConfig. parseFrom(com.google.protobuf.ByteString data)
static SqlIpConfig
SqlIpConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlIpConfig
SqlIpConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static SqlIpConfig
SqlIpConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlIpConfig
SqlIpConfig. parseFrom(InputStream input)
static SqlIpConfig
SqlIpConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SqlIpConfig
SqlIpConfig. parseFrom(ByteBuffer data)
static SqlIpConfig
SqlIpConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SqlIpConfig Modifier and Type Method Description com.google.protobuf.Parser<SqlIpConfig>
SqlIpConfig. getParserForType()
static com.google.protobuf.Parser<SqlIpConfig>
SqlIpConfig. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type SqlIpConfig Modifier and Type Method Description SqlIpConfig.Builder
SqlIpConfig.Builder. mergeFrom(SqlIpConfig other)
CloudSqlSettings.Builder
CloudSqlSettings.Builder. mergeIpConfig(SqlIpConfig value)
The settings for IP Management.static SqlIpConfig.Builder
SqlIpConfig. newBuilder(SqlIpConfig prototype)
CloudSqlSettings.Builder
CloudSqlSettings.Builder. setIpConfig(SqlIpConfig value)
The settings for IP Management.
-