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-03-21 UTC."],[[["This page provides reference documentation for the `UpdateInstanceRequest` class within the Google Cloud Filestore v1 API, specifically for version 2.4.0."],["The `UpdateInstanceRequest` class is used to update the settings of a Filestore instance, as well as various documentation from previous versions."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `UpdateInstanceRequest` class include `Instance` (of type `Instance`) and `UpdateMask` (of type `FieldMask`), which are used to define the instance and the fields to be updated, respectively."],["The latest version of this class is 2.7.0 and this page is presenting version 2.4.0, the current version is among a list of various previous versions, including ones as far back as 1.0.0."]]],[]]