Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets.
Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_template
def dataset_template() -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate) — The dataset template to use for dynamic dataset creation.
#dataset_template=
def dataset_template=(value) -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate
Parameter
- value (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate) — The dataset template to use for dynamic dataset creation.
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate) — The dataset template to use for dynamic dataset creation.
#project_id
def project_id() -> ::String
Returns
- (::String) — Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
Returns
- (::String) — Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.