Class: Google::Cloud::ArtifactRegistry::V1::GetRepositoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

The request to retrieve a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the repository to retrieve.

Returns:

  • (::String)

    Required. The name of the repository to retrieve.



557
558
559
560
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 557

class GetRepositoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end