Google Cloud Spanner Instance Administration v1 API - Class UpdateInstanceConfigRequest (5.6.0)

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 [UpdateInstanceConfig][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstanceConfig].

Inheritance

object > UpdateInstanceConfigRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

UpdateInstanceConfigRequest()

public UpdateInstanceConfigRequest()

UpdateInstanceConfigRequest(UpdateInstanceConfigRequest)

public UpdateInstanceConfigRequest(UpdateInstanceConfigRequest other)
Parameter
Name Description
other UpdateInstanceConfigRequest

Properties

InstanceConfig

public InstanceConfig InstanceConfig { get; set; }

Required. The user instance configuration to update, which must always include the instance configuration 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.

Property Value
Type Description
InstanceConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
Type Description
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

An option to validate, but not actually execute, a request, and provide the same response.

Property Value
Type Description
bool

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.