Class: Google::Cloud::ArtifactRegistry::V1::UpdatePackageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpdatePackageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/package.rb
Overview
The request to update a package.
Instance Attribute Summary collapse
-
#package ⇒ ::Google::Cloud::ArtifactRegistry::V1::Package
The package that replaces the resource on the server.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the resource.
Instance Attribute Details
#package ⇒ ::Google::Cloud::ArtifactRegistry::V1::Package
Returns The package that replaces the resource on the server.
162 163 164 165 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 162 class UpdatePackageRequest 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.
162 163 164 165 |
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 162 class UpdatePackageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |