public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListInstancesResponse.
Response for retrieving a list of Instances
Implements
IPageResponseInstance, IEnumerableInstance, IEnumerable, IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }List of Instance resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInstance |
|
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Instance> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorInstance |
|