public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
UpdateInstanceRequest updates the settings of an instance.
[[["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 `UpdateInstanceRequest` class is used to update the settings of a Filestore instance in the `Google.Cloud.Filestore.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["It offers two constructors: a default constructor and one that takes another `UpdateInstanceRequest` object for creating a copy."],["The `UpdateInstanceRequest` class has two main properties, `Instance` and `UpdateMask`, which are used to define the instance details and the specific fields to be updated, respectively."],["The `UpdateMask` property allows updates to specific fields, such as `description`, `file_shares`, and `labels`."]]],[]]