Class: Google::Cloud::ArtifactRegistry::V1::ExportArtifactResponse

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 response for exporting an artifact to a destination.

Instance Attribute Summary collapse

Instance Attribute Details

#exported_version::Google::Cloud::ArtifactRegistry::V1::Version

Returns The exported version. Should be the same as the request version with fingerprint resource name.

Returns:



58
59
60
61
# File 'proto_docs/google/devtools/artifactregistry/v1/export.rb', line 58

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