Class: Google::Cloud::ArtifactRegistry::V1::UpdateRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpdateRepositoryRequest
- 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
-
#repository ⇒ ::Google::Cloud::ArtifactRegistry::V1::Repository
The repository that replaces the resource on the server.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the resource.
Instance Attribute Details
#repository ⇒ ::Google::Cloud::ArtifactRegistry::V1::Repository
Returns The repository that replaces the resource on the server.
774 775 776 777 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 774 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.
774 775 776 777 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 774 class UpdateRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |