Class: Google::Cloud::Dataform::V1beta1::GcsRepositorySnapshotDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::GcsRepositorySnapshotDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Configures the destination for a repository snapshot.
Instance Attribute Summary collapse
-
#repository_snapshot_uri ⇒ ::String
Optional.
Instance Attribute Details
#repository_snapshot_uri ⇒ ::String
Returns Optional. The Google Cloud Storage destination to upload the repository
snapshot to. Format: gs://bucket-name/path/.
1653 1654 1655 1656 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1653 class GcsRepositorySnapshotDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |