Class: Google::Cloud::Dataform::V1::GcsRepositorySnapshotMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::GcsRepositorySnapshotMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Metadata about a repository snapshot stored in Google Cloud Storage.
Instance Attribute Summary collapse
-
#crc32c_checksum ⇒ ::String
readonly
Output only.
-
#generation ⇒ ::Integer
readonly
Output only.
-
#repository_snapshot_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#crc32c_checksum ⇒ ::String (readonly)
Returns Output only. The crc32c checksum of the repository snapshot, big-endian base64 encoded.
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1527 class GcsRepositorySnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation ⇒ ::Integer (readonly)
Returns Output only. The generation number of the Cloud Storage object. See https://cloud.google.com/storage/docs/metadata#generation-number.
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1527 class GcsRepositorySnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repository_snapshot_uri ⇒ ::String (readonly)
Returns Output only. The Google Cloud Storage URI of the repository snapshot.
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1527 class GcsRepositorySnapshotMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |