public sealed class UpdateInstanceConfigRequest : IMessage<UpdateInstanceConfigRequest>, IEquatable<UpdateInstanceConfigRequest>, IDeepCloneable<UpdateInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstanceConfigRequest.
The request for
[UpdateInstanceConfigRequest][InstanceAdmin.UpdateInstanceConfigRequest].
public InstanceConfig InstanceConfig { get; set; }
Required. The user instance config to update, which must always include the
instance config name. Otherwise, only fields mentioned in
[update_mask][google.spanner.admin.instance.v1.UpdateInstanceConfigRequest.update_mask]
need be included. To prevent conflicts of concurrent updates,
[etag][google.spanner.admin.instance.v1.InstanceConfig.reconciling] can
be used.
Required. A mask specifying which fields in
[InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig] should be
updated. The field mask must always be specified; this prevents any future
fields in [InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig]
from being erased accidentally by clients that do not know about them. Only
display_name and labels can be updated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation page covers the \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API, specifically focusing on version 4.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e class is used to request the updating of an instance configuration and is part of the \u003ccode\u003eGoogle.Cloud.Spanner.Admin.Instance.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis page lists a variety of other versions in addition to version 4.6.0, ranging from version 3.5.0 to the beta version 5.0.0-beta05, which is the latest.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e class include \u003ccode\u003eInstanceConfig\u003c/code\u003e, \u003ccode\u003eUpdateMask\u003c/code\u003e, and \u003ccode\u003eValidateOnly\u003c/code\u003e, which dictate the configuration to be updated, the specific fields to update, and if the request should be validated without executing respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe page details the constructors and the implemented interfaces and includes a description of the required parameters and properties, like \u003ccode\u003eInstanceConfig\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e properties.\u003c/p\u003e\n"]]],[],null,[]]