Uses of Class
com.google.cloud.datastream.v1.OracleSchema
-
Packages that use OracleSchema Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of OracleSchema in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return OracleSchema Modifier and Type Method Description OracleSchema
OracleSchema.Builder. build()
OracleSchema
OracleSchema.Builder. buildPartial()
static OracleSchema
OracleSchema. getDefaultInstance()
OracleSchema
OracleSchema.Builder. getDefaultInstanceForType()
OracleSchema
OracleSchema. getDefaultInstanceForType()
OracleSchema
OracleRdbms.Builder. getOracleSchemas(int index)
Oracle schemas/databases in the database server.OracleSchema
OracleRdbms. getOracleSchemas(int index)
Oracle schemas/databases in the database server.OracleSchema
OracleRdbmsOrBuilder. getOracleSchemas(int index)
Oracle schemas/databases in the database server.static OracleSchema
OracleSchema. parseDelimitedFrom(InputStream input)
static OracleSchema
OracleSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleSchema
OracleSchema. parseFrom(byte[] data)
static OracleSchema
OracleSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleSchema
OracleSchema. parseFrom(com.google.protobuf.ByteString data)
static OracleSchema
OracleSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleSchema
OracleSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static OracleSchema
OracleSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleSchema
OracleSchema. parseFrom(InputStream input)
static OracleSchema
OracleSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleSchema
OracleSchema. parseFrom(ByteBuffer data)
static OracleSchema
OracleSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type OracleSchema Modifier and Type Method Description List<OracleSchema>
OracleRdbms.Builder. getOracleSchemasList()
Oracle schemas/databases in the database server.List<OracleSchema>
OracleRdbms. getOracleSchemasList()
Oracle schemas/databases in the database server.List<OracleSchema>
OracleRdbmsOrBuilder. getOracleSchemasList()
Oracle schemas/databases in the database server.com.google.protobuf.Parser<OracleSchema>
OracleSchema. getParserForType()
static com.google.protobuf.Parser<OracleSchema>
OracleSchema. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type OracleSchema Modifier and Type Method Description OracleRdbms.Builder
OracleRdbms.Builder. addOracleSchemas(int index, OracleSchema value)
Oracle schemas/databases in the database server.OracleRdbms.Builder
OracleRdbms.Builder. addOracleSchemas(OracleSchema value)
Oracle schemas/databases in the database server.OracleSchema.Builder
OracleSchema.Builder. mergeFrom(OracleSchema other)
static OracleSchema.Builder
OracleSchema. newBuilder(OracleSchema prototype)
OracleRdbms.Builder
OracleRdbms.Builder. setOracleSchemas(int index, OracleSchema value)
Oracle schemas/databases in the database server.Method parameters in com.google.cloud.datastream.v1 with type arguments of type OracleSchema Modifier and Type Method Description OracleRdbms.Builder
OracleRdbms.Builder. addAllOracleSchemas(Iterable<? extends OracleSchema> values)
Oracle schemas/databases in the database server.
-