Class: Google::Cloud::ArtifactRegistry::V1::DeleteRepositoryRequest

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 delete a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the repository to delete.

Returns:

  • (::String)

    Required. The name of the repository to delete.



596
597
598
599
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 596

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