Class: Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::BigQueryDestinationConfig::SourceHierarchyDatasets::DatasetTemplate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Dataset template used for dynamic dataset creation.
Instance Attribute Summary collapse
-
#dataset_id_prefix ⇒ ::String
If supplied, every created dataset will have its name prefixed by the provided value.
-
#kms_key_name ⇒ ::String
Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table.
-
#location ⇒ ::String
Required.
Instance Attribute Details
#dataset_id_prefix ⇒ ::String
Returns If supplied, every created dataset will have its name prefixed by the
provided value. The prefix and name will be separated by an underscore.
i.e.
778 779 780 781 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 778 class DatasetTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_key_name ⇒ ::String
Returns Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.
778 779 780 781 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 778 class DatasetTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
778 779 780 781 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 778 class DatasetTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |