public sealed class UpdateFileRequest : IMessage<UpdateFileRequest>, IEquatable<UpdateFileRequest>, IDeepCloneable<UpdateFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class UpdateFileRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `UpdateFileRequest` class in the Artifact Registry v1 API is 2.9.0."],["The `UpdateFileRequest` class is used to update a file resource within the Artifact Registry."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor, and one that accepts another `UpdateFileRequest` instance as a parameter."],["The `UpdateFileRequest` class contains properties for `File` and `UpdateMask`, which are required to update the file resource, and the `File` property is of the type `Google.Cloud.ArtifactRegistry.V1.File`."]]],[]]