Interface BigQueryDestinationConfig.BlmtConfigOrBuilder (1.62.0)

public static interface BigQueryDestinationConfig.BlmtConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Required. The Cloud Storage bucket name.

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

Returns
Type Description
String

The bucket.

getBucketBytes()

public abstract 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 abstract 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 abstract 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.

getFileFormat()

public abstract 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 abstract 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.

getRootPath()

public abstract String getRootPath()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
Type Description
String

The rootPath.

getRootPathBytes()

public abstract ByteString getRootPathBytes()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
Type Description
ByteString

The bytes for rootPath.

getTableFormat()

public abstract 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 abstract 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.