public sealed class ListEngineConfigsResponse : IPageResponse<EngineConfig>, IEnumerable<EngineConfig>, IEnumerable, IMessage<ListEngineConfigsResponse>, IEquatable<ListEngineConfigsResponse>, IDeepCloneable<ListEngineConfigsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListEngineConfigsResponse.
Response for retrieving a list of EngineConfigs
Implements
IPageResponseEngineConfig, IEnumerableEngineConfig, IEnumerable, IMessageListEngineConfigsResponse, IEquatableListEngineConfigsResponse, IDeepCloneableListEngineConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListEngineConfigsResponse()
public ListEngineConfigsResponse()ListEngineConfigsResponse(ListEngineConfigsResponse)
public ListEngineConfigsResponse(ListEngineConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEngineConfigsResponse |
Properties
EngineConfigs
public RepeatedField<EngineConfig> EngineConfigs { get; }List of EngineConfig resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEngineConfig |
|
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next ListEngineConfigsRequest to retrieve the next page of EngineConfigs (empty indicates we are done).
| 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<EngineConfig> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEngineConfig |
|