Google Cloud Datastream V1 Client - Class BlmtConfig (2.3.0)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class BlmtConfig.

The configuration for BLMT.

Generated from protobuf message google.cloud.datastream.v1.BigQueryDestinationConfig.BlmtConfig

Namespace

Google \ Cloud \ Datastream \ V1 \ BigQueryDestinationConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ bucket string

Required. The Cloud Storage bucket name.

↳ root_path string

The root path inside the Cloud Storage bucket.

↳ connection_name string

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

↳ file_format int

Required. The file format.

↳ table_format int

Required. The table format.

getBucket

Required. The Cloud Storage bucket name.

Returns
Type Description
string

setBucket

Required. The Cloud Storage bucket name.

Parameter
Name Description
var string
Returns
Type Description
$this

getRootPath

The root path inside the Cloud Storage bucket.

Returns
Type Description
string

setRootPath

The root path inside the Cloud Storage bucket.

Parameter
Name Description
var string
Returns
Type Description
$this

getConnectionName

Required. The bigquery connection.

Format: {project}.{location}.{name}

Returns
Type Description
string

setConnectionName

Required. The bigquery connection.

Format: {project}.{location}.{name}

Parameter
Name Description
var string
Returns
Type Description
$this

getFileFormat

Required. The file format.

Returns
Type Description
int

setFileFormat

Required. The file format.

Parameter
Name Description
var int
Returns
Type Description
$this

getTableFormat

Required. The table format.

Returns
Type Description
int

setTableFormat

Required. The table format.

Parameter
Name Description
var int
Returns
Type Description
$this