public sealed class UpdateFileRequest : IMessage<UpdateFileRequest>, IEquatable<UpdateFileRequest>, IDeepCloneable<UpdateFileRequest>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class UpdateFileRequest.
The request to update a file.
Implements
IMessageUpdateFileRequest, IEquatableUpdateFileRequest, IDeepCloneableUpdateFileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
UpdateFileRequest()
public UpdateFileRequest()UpdateFileRequest(UpdateFileRequest)
public UpdateFileRequest(UpdateFileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateFileRequest |
Properties
File
public File File { get; set; }Required. The File that replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
File |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|