Google Cloud Spanner Instance Administration v1 API - Class ListInstanceConfigsResponse (5.0.0-beta02)

public sealed class ListInstanceConfigsResponse : IPageResponse<InstanceConfig>, IEnumerable<InstanceConfig>, IEnumerable, IMessage<ListInstanceConfigsResponse>, IEquatable<ListInstanceConfigsResponse>, IDeepCloneable<ListInstanceConfigsResponse>, IBufferMessage, IMessage

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

The response for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].

Inheritance

object > ListInstanceConfigsResponse

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

ListInstanceConfigsResponse()

public ListInstanceConfigsResponse()

ListInstanceConfigsResponse(ListInstanceConfigsResponse)

public ListInstanceConfigsResponse(ListInstanceConfigsResponse other)
Parameter
NameDescription
otherListInstanceConfigsResponse

Properties

InstanceConfigs

public RepeatedField<InstanceConfig> InstanceConfigs { get; }

The list of requested instance configurations.

Property Value
TypeDescription
RepeatedFieldInstanceConfig

NextPageToken

public string NextPageToken { get; set; }

next_page_token can be sent in a subsequent [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs] call to fetch more of the matching instance configurations.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<InstanceConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorInstanceConfig