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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e class within the Google Cloud Spanner Instance Administration v1 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e class is used to send requests to update an instance configuration and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new instances and accepts parameters such as \u003ccode\u003eother\u003c/code\u003e which takes another \u003ccode\u003eUpdateInstanceConfigRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties like \u003ccode\u003eInstanceConfig\u003c/code\u003e, which is required for specifying the user instance config to be updated, \u003ccode\u003eUpdateMask\u003c/code\u003e, which defines the fields to be updated in the \u003ccode\u003eInstanceConfig\u003c/code\u003e, and \u003ccode\u003eValidateOnly\u003c/code\u003e, which allows for request validation without execution.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists multiple versions of the API, ranging from version 3.5.0 up to the latest beta version, 5.0.0-beta05.\u003c/p\u003e\n"]]],[],null,[]]