public sealed class ListEngineVersionsResponse : IPageResponse<EngineVersion>, IEnumerable<EngineVersion>, IEnumerable, IMessage<ListEngineVersionsResponse>, IEquatable<ListEngineVersionsResponse>, IDeepCloneable<ListEngineVersionsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ListEngineVersionsResponse.
The response to a list call containing the list of engine versions.
Implements
IPageResponseEngineVersion, IEnumerableEngineVersion, IEnumerable, IMessageListEngineVersionsResponse, IEquatableListEngineVersionsResponse, IDeepCloneableListEngineVersionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ListEngineVersionsResponse()
public ListEngineVersionsResponse()ListEngineVersionsResponse(ListEngineVersionsResponse)
public ListEngineVersionsResponse(ListEngineVersionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEngineVersionsResponse |
Properties
EngineVersions
public RepeatedField<EngineVersion> EngineVersions { get; }List of EngineVersion resources
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEngineVersion |
|
NextPageToken
public string NextPageToken { get; set; }This token should be passed to the next EngineVersionsRequest to retrieve the next page of EngineVersions (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<EngineVersion> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEngineVersion |
|