Class: Google::Cloud::ArtifactRegistry::V1::ExportArtifactResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ExportArtifactResponse
- 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
-
#exported_version ⇒ ::Google::Cloud::ArtifactRegistry::V1::Version
The exported version.
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.
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 |