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].
Implements
IPageResponseInstanceConfig, IEnumerableInstanceConfig, IEnumerable, IMessageListInstanceConfigsResponse, IEquatableListInstanceConfigsResponse, IDeepCloneableListInstanceConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstanceConfigsResponse()
public ListInstanceConfigsResponse()
ListInstanceConfigsResponse(ListInstanceConfigsResponse)
public ListInstanceConfigsResponse(ListInstanceConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInstanceConfigsResponse |
Properties
InstanceConfigs
public RepeatedField<InstanceConfig> InstanceConfigs { get; }
The list of requested instance configurations.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<InstanceConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInstanceConfig |