Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::GetVersionRequest.
The request to retrieve a version.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the version to retrieve.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the version to retrieve.
Returns
- (::String) — The name of the version to retrieve.
#view
def view() -> ::Google::Cloud::ArtifactRegistry::V1::VersionView
Returns
- (::Google::Cloud::ArtifactRegistry::V1::VersionView) — The view that should be returned in the response.
#view=
def view=(value) -> ::Google::Cloud::ArtifactRegistry::V1::VersionView
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::VersionView) — The view that should be returned in the response.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::VersionView) — The view that should be returned in the response.