Class: Google::Cloud::ArtifactRegistry::V1::GetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/version.rb
Overview
The request to retrieve a version.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the version to retrieve.
-
#view ⇒ ::Google::Cloud::ArtifactRegistry::V1::VersionView
The view that should be returned in the response.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the version to retrieve.
158 159 160 161 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 158 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::ArtifactRegistry::V1::VersionView
Returns The view that should be returned in the response.
158 159 160 161 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 158 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |