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 `UpdateInstanceRequest` class, part of the Google Cloud Filestore v1 API, is designed to update the settings of an existing instance."],["The latest version available is 2.7.0, with version 2.5.0 being the current version for which documentation is provided."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateInstanceRequest` class has two properties, `Instance` and `UpdateMask`, which allow you to specify the instance to be updated and the specific fields that should be modified, respectively."],["Only specified fields within the update_mask property are changed, including `description`, `file_shares`, and `labels` elements."]]],[]]