Google Cloud Spanner Instance Administration v1 API - Class GetInstanceConfigRequest (4.5.0)

public sealed class GetInstanceConfigRequest : IMessage<GetInstanceConfigRequest>, IEquatable<GetInstanceConfigRequest>, IDeepCloneable<GetInstanceConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class GetInstanceConfigRequest.

The request for [GetInstanceConfigRequest][google.spanner.admin.instance.v1.InstanceAdmin.GetInstanceConfig].

Inheritance

object > GetInstanceConfigRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

GetInstanceConfigRequest()

public GetInstanceConfigRequest()

GetInstanceConfigRequest(GetInstanceConfigRequest)

public GetInstanceConfigRequest(GetInstanceConfigRequest other)
Parameter
Name Description
other GetInstanceConfigRequest

Properties

InstanceConfigName

public InstanceConfigName InstanceConfigName { get; set; }

InstanceConfigName-typed view over the Name resource name property.

Property Value
Type Description
InstanceConfigName

Name

public string Name { get; set; }

Required. The name of the requested instance configuration. Values are of the form projects/<project>/instanceConfigs/<config>.

Property Value
Type Description
string

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.