Class: Google::Cloud::ArtifactRegistry::V1::UpdateRepositoryRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#repository::Google::Cloud::ArtifactRegistry::V1::Repository

Returns The repository that replaces the resource on the server.

Returns:



587
588
589
590
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 587

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

#update_mask::Google::Protobuf::FieldMask

Returns The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.

Returns:



587
588
589
590
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 587

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