Class: Google::Cloud::ArtifactRegistry::V1beta2::GetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1beta2::GetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1beta2/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::V1beta2::VersionView
The view that should be returned in the response.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the version to retrieve.
98 99 100 101 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/version.rb', line 98 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::ArtifactRegistry::V1beta2::VersionView
Returns The view that should be returned in the response.
98 99 100 101 |
# File 'proto_docs/google/devtools/artifactregistry/v1beta2/version.rb', line 98 class GetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |