Class: Google::Cloud::Dataform::V1beta1::GcsRepositorySnapshotMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Metadata about a repository snapshot stored in Google Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#crc32c_checksum::String (readonly)

Returns Output only. The crc32c checksum of the repository snapshot, big-endian base64 encoded.

Returns:

  • (::String)

    Output only. The crc32c checksum of the repository snapshot, big-endian base64 encoded.



1643
1644
1645
1646
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1643

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.

Returns:



1643
1644
1645
1646
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1643

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.

Returns:

  • (::String)

    Output only. The Google Cloud Storage URI of the repository snapshot.



1643
1644
1645
1646
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1643

class GcsRepositorySnapshotMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end