public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class UpdateInstanceRequest.
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-06-05 UTC."],[[["The latest version available for the Cloud Filestore v1 API class `UpdateInstanceRequest` is 2.7.0, while the current page's documentation pertains to version 2.6.0."],["The `UpdateInstanceRequest` class is designed to update the settings of a Filestore instance within the Google Cloud environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for robust functionality."],["The class provides properties for `Instance`, which is of type `Instance`, and `UpdateMask`, of type `FieldMask`, to specify what needs to be updated."],["The `UpdateMask` property is required to specify which properties of the instance will be changed, with possible values including \"description\", \"file_shares\", and \"labels\"."]]],[]]