Class MySQLDialect.Builder (0.86.0)

public static final class MySQLDialect.Builder extends GeneratedMessage.Builder<MySQLDialect.Builder> implements MySQLDialectOrBuilder

The dialect definition for MySQL.

Protobuf type google.cloud.bigquery.migration.v2.MySQLDialect

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MySQLDialect build()
Returns
Type Description
MySQLDialect

buildPartial()

public MySQLDialect buildPartial()
Returns
Type Description
MySQLDialect

clear()

public MySQLDialect.Builder clear()
Returns
Type Description
MySQLDialect.Builder
Overrides

getDefaultInstanceForType()

public MySQLDialect getDefaultInstanceForType()
Returns
Type Description
MySQLDialect

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MySQLDialect other)

public MySQLDialect.Builder mergeFrom(MySQLDialect other)
Parameter
Name Description
other MySQLDialect
Returns
Type Description
MySQLDialect.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MySQLDialect.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MySQLDialect.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MySQLDialect.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MySQLDialect.Builder
Overrides