Google Cloud Datastream V1 Client - Class BlmtConfig (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ BigQueryDestinationConfigMethods
__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: |
↳ 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 |
Enum of type FileFormat. |
setFileFormat
Required. The file format.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type FileFormat. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTableFormat
Required. The table format.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TableFormat. |
setTableFormat
Required. The table format.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TableFormat. |
| Returns | |
|---|---|
| Type | Description |
$this |
|