Class: Google::Cloud::ArtifactRegistry::V1::UpdateFileRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#file::Google::Cloud::ArtifactRegistry::V1::File

Returns Required. The File that replaces the resource on the server.

Returns:



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.

Returns:



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