Class ListInstanceConfigsResponse (3.6.0)

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

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
RepeatedField<InstanceConfig>

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
IEnumerator<InstanceConfig>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator