public static final class SourceObjectIdentifier.MysqlObjectIdentifier.Builder extends GeneratedMessage.Builder<SourceObjectIdentifier.MysqlObjectIdentifier.Builder> implements SourceObjectIdentifier.MysqlObjectIdentifierOrBuilderMysql data source object identifier.
Protobuf type google.cloud.datastream.v1.SourceObjectIdentifier.MysqlObjectIdentifier
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SourceObjectIdentifier.MysqlObjectIdentifier.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SourceObjectIdentifier.MysqlObjectIdentifier build()| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier |
|
buildPartial()
public SourceObjectIdentifier.MysqlObjectIdentifier buildPartial()| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier |
|
clear()
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder clear()| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
|
clearDatabase()
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder clearDatabase()Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |
clearTable()
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder clearTable()Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |
getDatabase()
public String getDatabase()Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The database. |
getDatabaseBytes()
public ByteString getDatabaseBytes()Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for database. |
getDefaultInstanceForType()
public SourceObjectIdentifier.MysqlObjectIdentifier getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTable()
public String getTable()Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The table. |
getTableBytes()
public ByteString getTableBytes()Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for table. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SourceObjectIdentifier.MysqlObjectIdentifier other)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder mergeFrom(SourceObjectIdentifier.MysqlObjectIdentifier other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceObjectIdentifier.MysqlObjectIdentifier |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
|
setDatabase(String value)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder setDatabase(String value)Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe database to set. |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |
setDatabaseBytes(ByteString value)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder setDatabaseBytes(ByteString value)Required. The database name.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for database to set. |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |
setTable(String value)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder setTable(String value)Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe table to set. |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |
setTableBytes(ByteString value)
public SourceObjectIdentifier.MysqlObjectIdentifier.Builder setTableBytes(ByteString value)Required. The table name.
string table = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for table to set. |
| Returns | |
|---|---|
| Type | Description |
SourceObjectIdentifier.MysqlObjectIdentifier.Builder |
This builder for chaining. |