- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class MysqlDatabase.Builder extends GeneratedMessageV3.Builder<MysqlDatabase.Builder> implements MysqlDatabaseOrBuilder
MySQL database.
Protobuf type google.cloud.datastream.v1alpha1.MysqlDatabase
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MysqlDatabase.BuilderImplements
MysqlDatabaseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllMysqlTables(Iterable<? extends MysqlTable> values)
public MysqlDatabase.Builder addAllMysqlTables(Iterable<? extends MysqlTable> values)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
values | Iterable<? extends com.google.cloud.datastream.v1alpha1.MysqlTable> |
Type | Description |
MysqlDatabase.Builder |
addMysqlTables(MysqlTable value)
public MysqlDatabase.Builder addMysqlTables(MysqlTable value)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
value | MysqlTable |
Type | Description |
MysqlDatabase.Builder |
addMysqlTables(MysqlTable.Builder builderForValue)
public MysqlDatabase.Builder addMysqlTables(MysqlTable.Builder builderForValue)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
builderForValue | MysqlTable.Builder |
Type | Description |
MysqlDatabase.Builder |
addMysqlTables(int index, MysqlTable value)
public MysqlDatabase.Builder addMysqlTables(int index, MysqlTable value)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
value | MysqlTable |
Type | Description |
MysqlDatabase.Builder |
addMysqlTables(int index, MysqlTable.Builder builderForValue)
public MysqlDatabase.Builder addMysqlTables(int index, MysqlTable.Builder builderForValue)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
builderForValue | MysqlTable.Builder |
Type | Description |
MysqlDatabase.Builder |
addMysqlTablesBuilder()
public MysqlTable.Builder addMysqlTablesBuilder()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
MysqlTable.Builder |
addMysqlTablesBuilder(int index)
public MysqlTable.Builder addMysqlTablesBuilder(int index)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
Type | Description |
MysqlTable.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MysqlDatabase.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MysqlDatabase.Builder |
build()
public MysqlDatabase build()
Type | Description |
MysqlDatabase |
buildPartial()
public MysqlDatabase buildPartial()
Type | Description |
MysqlDatabase |
clear()
public MysqlDatabase.Builder clear()
Type | Description |
MysqlDatabase.Builder |
clearDatabaseName()
public MysqlDatabase.Builder clearDatabaseName()
Database name.
string database_name = 1;
Type | Description |
MysqlDatabase.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MysqlDatabase.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
MysqlDatabase.Builder |
clearMysqlTables()
public MysqlDatabase.Builder clearMysqlTables()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
MysqlDatabase.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MysqlDatabase.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
MysqlDatabase.Builder |
clone()
public MysqlDatabase.Builder clone()
Type | Description |
MysqlDatabase.Builder |
getDatabaseName()
public String getDatabaseName()
Database name.
string database_name = 1;
Type | Description |
String | The databaseName. |
getDatabaseNameBytes()
public ByteString getDatabaseNameBytes()
Database name.
string database_name = 1;
Type | Description |
ByteString | The bytes for databaseName. |
getDefaultInstanceForType()
public MysqlDatabase getDefaultInstanceForType()
Type | Description |
MysqlDatabase |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMysqlTables(int index)
public MysqlTable getMysqlTables(int index)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
Type | Description |
MysqlTable |
getMysqlTablesBuilder(int index)
public MysqlTable.Builder getMysqlTablesBuilder(int index)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
Type | Description |
MysqlTable.Builder |
getMysqlTablesBuilderList()
public List<MysqlTable.Builder> getMysqlTablesBuilderList()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
List<Builder> |
getMysqlTablesCount()
public int getMysqlTablesCount()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
int |
getMysqlTablesList()
public List<MysqlTable> getMysqlTablesList()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
List<MysqlTable> |
getMysqlTablesOrBuilder(int index)
public MysqlTableOrBuilder getMysqlTablesOrBuilder(int index)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
Type | Description |
MysqlTableOrBuilder |
getMysqlTablesOrBuilderList()
public List<? extends MysqlTableOrBuilder> getMysqlTablesOrBuilderList()
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Type | Description |
List<? extends com.google.cloud.datastream.v1alpha1.MysqlTableOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(MysqlDatabase other)
public MysqlDatabase.Builder mergeFrom(MysqlDatabase other)
Name | Description |
other | MysqlDatabase |
Type | Description |
MysqlDatabase.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MysqlDatabase.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MysqlDatabase.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public MysqlDatabase.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
MysqlDatabase.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MysqlDatabase.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MysqlDatabase.Builder |
removeMysqlTables(int index)
public MysqlDatabase.Builder removeMysqlTables(int index)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
Type | Description |
MysqlDatabase.Builder |
setDatabaseName(String value)
public MysqlDatabase.Builder setDatabaseName(String value)
Database name.
string database_name = 1;
Name | Description |
value | String The databaseName to set. |
Type | Description |
MysqlDatabase.Builder | This builder for chaining. |
setDatabaseNameBytes(ByteString value)
public MysqlDatabase.Builder setDatabaseNameBytes(ByteString value)
Database name.
string database_name = 1;
Name | Description |
value | ByteString The bytes for databaseName to set. |
Type | Description |
MysqlDatabase.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MysqlDatabase.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MysqlDatabase.Builder |
setMysqlTables(int index, MysqlTable value)
public MysqlDatabase.Builder setMysqlTables(int index, MysqlTable value)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
value | MysqlTable |
Type | Description |
MysqlDatabase.Builder |
setMysqlTables(int index, MysqlTable.Builder builderForValue)
public MysqlDatabase.Builder setMysqlTables(int index, MysqlTable.Builder builderForValue)
Tables in the database.
repeated .google.cloud.datastream.v1alpha1.MysqlTable mysql_tables = 2;
Name | Description |
index | int |
builderForValue | MysqlTable.Builder |
Type | Description |
MysqlDatabase.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MysqlDatabase.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
MysqlDatabase.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MysqlDatabase.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MysqlDatabase.Builder |