Class: Google::Cloud::ArtifactRegistry::V1::GetVersionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns The name of the version to retrieve.

Returns:

  • (::String)

    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.

Returns:



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