public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancesResponse.
The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
Implements
IPageResponseInstance, IEnumerableInstance, IEnumerable, IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.SpannerGoogle.Cloud.Spanner.AdminGoogle.Cloud.Spanner.Admin.InstanceV1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()
ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }
The list of requested instances.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstance |
NextPageToken
public string NextPageToken { get; set; }
next_page_token
can be sent in a subsequent
[ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances]
call to fetch more of the matching instances.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Instance> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
System.Collections.Generic.IEnumerator<T>Instance |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |