public interface MysqlTableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlColumn |
getMysqlColumns(int index)
MySQL columns in the database.
|
int |
getMysqlColumnsCount()
MySQL columns in the database.
|
List<MysqlColumn> |
getMysqlColumnsList()
MySQL columns in the database.
|
MysqlColumnOrBuilder |
getMysqlColumnsOrBuilder(int index)
MySQL columns in the database.
|
List<? extends MysqlColumnOrBuilder> |
getMysqlColumnsOrBuilderList()
MySQL columns in the database.
|
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<MysqlColumn> getMysqlColumnsList()
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;MysqlColumn getMysqlColumns(int index)
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;int getMysqlColumnsCount()
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;List<? extends MysqlColumnOrBuilder> getMysqlColumnsOrBuilderList()
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;MysqlColumnOrBuilder getMysqlColumnsOrBuilder(int index)
MySQL columns in the database. When unspecified as part of include/exclude objects, includes/excludes everything.
repeated .google.cloud.datastream.v1.MysqlColumn mysql_columns = 2;Copyright © 2022 Google LLC. All rights reserved.