Class: Google::Cloud::Dataform::V1beta1::Config
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::Config
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Config for all repositories in a given project and location.
Instance Attribute Summary collapse
-
#default_kms_key_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#default_kms_key_name ⇒ ::String
Returns Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
2314 2315 2316 2317 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 2314 class Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |