Class: Google::Cloud::ArtifactRegistry::V1::UpdateFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpdateFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/file.rb
Overview
The request to update a file.
Instance Attribute Summary collapse
-
#file ⇒ ::Google::Cloud::ArtifactRegistry::V1::File
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#file ⇒ ::Google::Cloud::ArtifactRegistry::V1::File
Returns Required. The File that replaces the resource on the server.
201 202 203 204 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 201 class UpdateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
201 202 203 204 |
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 201 class UpdateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |