public interface OracleTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OracleColumn |
getOracleColumns(int index)
Oracle columns in the schema.
|
int |
getOracleColumnsCount()
Oracle columns in the schema.
|
List<OracleColumn> |
getOracleColumnsList()
Oracle columns in the schema.
|
OracleColumnOrBuilder |
getOracleColumnsOrBuilder(int index)
Oracle columns in the schema.
|
List<? extends OracleColumnOrBuilder> |
getOracleColumnsOrBuilderList()
Oracle columns in the schema.
|
String |
getTable()
Table name.
|
com.google.protobuf.ByteString |
getTableBytes()
Table name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTable()
Table name.
string table = 1;com.google.protobuf.ByteString getTableBytes()
Table name.
string table = 1;List<OracleColumn> getOracleColumnsList()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.OracleColumn oracle_columns = 2;OracleColumn getOracleColumns(int index)
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.OracleColumn oracle_columns = 2;int getOracleColumnsCount()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.OracleColumn oracle_columns = 2;List<? extends OracleColumnOrBuilder> getOracleColumnsOrBuilderList()
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.OracleColumn oracle_columns = 2;OracleColumnOrBuilder getOracleColumnsOrBuilder(int index)
Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.OracleColumn oracle_columns = 2;Copyright © 2022 Google LLC. All rights reserved.