Class MySQLDialect (0.44.0)

public final class MySQLDialect extends GeneratedMessageV3 implements MySQLDialectOrBuilder

The dialect definition for MySQL.

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

Static Methods

getDefaultInstance()

public static MySQLDialect getDefaultInstance()
Returns
TypeDescription
MySQLDialect

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MySQLDialect.Builder newBuilder()
Returns
TypeDescription
MySQLDialect.Builder

newBuilder(MySQLDialect prototype)

public static MySQLDialect.Builder newBuilder(MySQLDialect prototype)
Parameter
NameDescription
prototypeMySQLDialect
Returns
TypeDescription
MySQLDialect.Builder

parseDelimitedFrom(InputStream input)

public static MySQLDialect parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MySQLDialect parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MySQLDialect parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MySQLDialect parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MySQLDialect parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MySQLDialect parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MySQLDialect parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MySQLDialect
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MySQLDialect> parser()
Returns
TypeDescription
Parser<MySQLDialect>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MySQLDialect getDefaultInstanceForType()
Returns
TypeDescription
MySQLDialect

getParserForType()

public Parser<MySQLDialect> getParserForType()
Returns
TypeDescription
Parser<MySQLDialect>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MySQLDialect.Builder newBuilderForType()
Returns
TypeDescription
MySQLDialect.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MySQLDialect.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MySQLDialect.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MySQLDialect.Builder toBuilder()
Returns
TypeDescription
MySQLDialect.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException