Class: Google::Cloud::ArtifactRegistry::V1::ExportArtifactMetadata::ExportedFile
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ExportArtifactMetadata::ExportedFile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/export.rb
Overview
The exported artifact file.
Instance Attribute Summary collapse
-
#gcs_object_path ⇒ ::String
Cloud Storage Object path of the exported file.
-
#hashes ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Hash>
The hashes of the file content.
-
#name ⇒ ::String
Name of the exported artifact file.
Instance Attribute Details
#gcs_object_path ⇒ ::String
Returns Cloud Storage Object path of the exported file. Examples:
dst_bucket/file1, dst_bucket/sub_dir/file1.
83 84 85 86 |
# File 'proto_docs/google/devtools/artifactregistry/v1/export.rb', line 83 class ExportedFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hashes ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Hash>
Returns The hashes of the file content.
83 84 85 86 |
# File 'proto_docs/google/devtools/artifactregistry/v1/export.rb', line 83 class ExportedFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the exported artifact file.
Format: projects/p1/locations/us/repositories/repo1/files/file1.
83 84 85 86 |
# File 'proto_docs/google/devtools/artifactregistry/v1/export.rb', line 83 class ExportedFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |