public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage
The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].
Implements
IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
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 |
RepeatedField<Instance> |
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 |
IEnumerator<Instance> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |