Class BigQueryDestinationConfig.BlmtConfig (1.62.0)

public static final class BigQueryDestinationConfig.BlmtConfig extends GeneratedMessageV3 implements BigQueryDestinationConfig.BlmtConfigOrBuilder

The configuration for BLMT.

Protobuf type google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BigQueryDestinationConfig.BlmtConfig

Static Fields

BUCKET_FIELD_NUMBER

public static final int BUCKET_FIELD_NUMBER
Field Value
Type Description
int

CONNECTION_NAME_FIELD_NUMBER

public static final int CONNECTION_NAME_FIELD_NUMBER
Field Value
Type Description
int

FILE_FORMAT_FIELD_NUMBER

public static final int FILE_FORMAT_FIELD_NUMBER
Field Value
Type Description
int

ROOT_PATH_FIELD_NUMBER

public static final int ROOT_PATH_FIELD_NUMBER
Field Value
Type Description
int

TABLE_FORMAT_FIELD_NUMBER

public static final int TABLE_FORMAT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BigQueryDestinationConfig.BlmtConfig getDefaultInstance()
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig

getDescriptor()

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

newBuilder()

public static BigQueryDestinationConfig.BlmtConfig.Builder newBuilder()
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.Builder

newBuilder(BigQueryDestinationConfig.BlmtConfig prototype)

public static BigQueryDestinationConfig.BlmtConfig.Builder newBuilder(BigQueryDestinationConfig.BlmtConfig prototype)
Parameter
Name Description
prototype BigQueryDestinationConfig.BlmtConfig
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.Builder

parseDelimitedFrom(InputStream input)

public static BigQueryDestinationConfig.BlmtConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BigQueryDestinationConfig.BlmtConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BigQueryDestinationConfig.BlmtConfig> parser()
Returns
Type Description
Parser<BlmtConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBucket()

public String getBucket()

Required. The Cloud Storage bucket name.

string bucket = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The bucket.

getBucketBytes()

public ByteString getBucketBytes()

Required. The Cloud Storage bucket name.

string bucket = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for bucket.

getConnectionName()

public String getConnectionName()

Required. The bigquery connection. Format: {project}.{location}.{name}

string connection_name = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The connectionName.

getConnectionNameBytes()

public ByteString getConnectionNameBytes()

Required. The bigquery connection. Format: {project}.{location}.{name}

string connection_name = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for connectionName.

getDefaultInstanceForType()

public BigQueryDestinationConfig.BlmtConfig getDefaultInstanceForType()
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig

getFileFormat()

public BigQueryDestinationConfig.BlmtConfig.FileFormat getFileFormat()

Required. The file format.

.google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig.FileFormat file_format = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.FileFormat

The fileFormat.

getFileFormatValue()

public int getFileFormatValue()

Required. The file format.

.google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig.FileFormat file_format = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for fileFormat.

getParserForType()

public Parser<BigQueryDestinationConfig.BlmtConfig> getParserForType()
Returns
Type Description
Parser<BlmtConfig>
Overrides

getRootPath()

public String getRootPath()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
Type Description
String

The rootPath.

getRootPathBytes()

public ByteString getRootPathBytes()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
Type Description
ByteString

The bytes for rootPath.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableFormat()

public BigQueryDestinationConfig.BlmtConfig.TableFormat getTableFormat()

Required. The table format.

.google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig.TableFormat table_format = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.TableFormat

The tableFormat.

getTableFormatValue()

public int getTableFormatValue()

Required. The table format.

.google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig.TableFormat table_format = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for tableFormat.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BigQueryDestinationConfig.BlmtConfig.Builder newBuilderForType()
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BigQueryDestinationConfig.BlmtConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BigQueryDestinationConfig.BlmtConfig.Builder toBuilder()
Returns
Type Description
BigQueryDestinationConfig.BlmtConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException