Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig.
The configuration for BLMT.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket
def bucket() -> ::String
Returns
- (::String) — Required. The Cloud Storage bucket name.
#bucket=
def bucket=(value) -> ::String
Parameter
- value (::String) — Required. The Cloud Storage bucket name.
Returns
- (::String) — Required. The Cloud Storage bucket name.
#connection_name
def connection_name() -> ::String
Returns
-
(::String) — Required. The bigquery connection.
Format:
{project}.{location}.{name}
#connection_name=
def connection_name=(value) -> ::String
Parameter
-
value (::String) — Required. The bigquery connection.
Format:
{project}.{location}.{name}
Returns
-
(::String) — Required. The bigquery connection.
Format:
{project}.{location}.{name}
#file_format
def file_format() -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::FileFormat
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::FileFormat) — Required. The file format.
#file_format=
def file_format=(value) -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::FileFormat
Parameter
- value (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::FileFormat) — Required. The file format.
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::FileFormat) — Required. The file format.
#root_path
def root_path() -> ::String
Returns
- (::String) — The root path inside the Cloud Storage bucket.
#root_path=
def root_path=(value) -> ::String
Parameter
- value (::String) — The root path inside the Cloud Storage bucket.
Returns
- (::String) — The root path inside the Cloud Storage bucket.
#table_format
def table_format() -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::TableFormat
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::TableFormat) — Required. The table format.
#table_format=
def table_format=(value) -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::TableFormat
Parameter
- value (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::TableFormat) — Required. The table format.
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::BlmtConfig::TableFormat) — Required. The table format.