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."],[[["The content details the `UpdateInstanceRequest` class within the Google Cloud Filestore v1 API, used for updating instance settings."],["This `UpdateInstanceRequest` class, part of the `Google.Cloud.Filestore.V1` namespace, includes properties for `Instance` and `UpdateMask` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 2.7.0, and there are 11 total versions available for the `UpdateInstanceRequest` class, ranging from 1.0.0 to 2.7.0."],["The `UpdateMask` property dictates which fields of an instance are updated, limited to description, file shares, and labels."],["The class `UpdateInstanceRequest` offers two constructors, one default constructor, and another constructor that takes an `UpdateInstanceRequest` object."]]],[]]