public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class UpdateInstanceRequest.
Request for
[UpdateInstance][google.cloud.redis.v1.CloudRedis.UpdateInstance].
Required. Mask of fields to update. At least one path must be supplied in
this field. The elements of the repeated paths field may only include these
fields from [Instance][google.cloud.redis.v1.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-05-02 UTC."],[[["The latest version of the `UpdateInstanceRequest` class is 3.5.0, part of the Google Cloud Memorystore for Redis v1 API."],["`UpdateInstanceRequest` is a class for handling requests to update Redis instances, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateInstanceRequest` class provides constructors for creating new instances and supports specifying the update details via the `Instance` property and the fields to be updated via `UpdateMask`."],["The `UpdateMask` property allows for selecting specific fields within an `Instance`, such as `displayName`, `labels`, `memorySizeGb`, `redisConfig`, and `replica_count`, for modification."],["The `UpdateInstanceRequest` is a part of the `Google.Cloud.Redis.V1` namespace and is contained within the `Google.Cloud.Redis.V1.dll` assembly."]]],[]]