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 OracleSchemaOracleSchema.Builder. build()OracleSchemaOracleSchema.Builder. buildPartial()static OracleSchemaOracleSchema. getDefaultInstance()OracleSchemaOracleSchema.Builder. getDefaultInstanceForType()OracleSchemaOracleSchema. getDefaultInstanceForType()OracleSchemaOracleRdbms.Builder. getOracleSchemas(int index)Oracle schemas/databases in the database server.OracleSchemaOracleRdbms. getOracleSchemas(int index)Oracle schemas/databases in the database server.OracleSchemaOracleRdbmsOrBuilder. getOracleSchemas(int index)Oracle schemas/databases in the database server.static OracleSchemaOracleSchema. parseDelimitedFrom(InputStream input)static OracleSchemaOracleSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OracleSchemaOracleSchema. parseFrom(byte[] data)static OracleSchemaOracleSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OracleSchemaOracleSchema. parseFrom(com.google.protobuf.ByteString data)static OracleSchemaOracleSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OracleSchemaOracleSchema. parseFrom(com.google.protobuf.CodedInputStream input)static OracleSchemaOracleSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OracleSchemaOracleSchema. parseFrom(InputStream input)static OracleSchemaOracleSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OracleSchemaOracleSchema. parseFrom(ByteBuffer data)static OracleSchemaOracleSchema. 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.BuilderOracleRdbms.Builder. addOracleSchemas(int index, OracleSchema value)Oracle schemas/databases in the database server.OracleRdbms.BuilderOracleRdbms.Builder. addOracleSchemas(OracleSchema value)Oracle schemas/databases in the database server.OracleSchema.BuilderOracleSchema.Builder. mergeFrom(OracleSchema other)static OracleSchema.BuilderOracleSchema. newBuilder(OracleSchema prototype)OracleRdbms.BuilderOracleRdbms.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.BuilderOracleRdbms.Builder. addAllOracleSchemas(Iterable<? extends OracleSchema> values)Oracle schemas/databases in the database server.
-