Class: Google::Cloud::ArtifactRegistry::V1::ExportArtifactMetadata::ExportedFile

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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