public sealed class ListEnginesResponse : IMessage<ListEnginesResponse>, IEquatable<ListEnginesResponse>, IDeepCloneable<ListEnginesResponse>, IBufferMessage, IMessage, IPageResponse<Engine>, IEnumerable<Engine>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListEnginesResponse.
Response message for [EngineService.ListEngines][google.cloud.discoveryengine.v1.EngineService.ListEngines] method.
Implements
IMessageListEnginesResponse, IEquatableListEnginesResponse, IDeepCloneableListEnginesResponse, IBufferMessage, IMessage, IPageResponseEngine, IEnumerableEngine, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListEnginesResponse()
public ListEnginesResponse()
ListEnginesResponse(ListEnginesResponse)
public ListEnginesResponse(ListEnginesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEnginesResponse |
Properties
Engines
public RepeatedField<Engine> Engines { get; }
All the customer's [Engine][google.cloud.discoveryengine.v1.Engine]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEngine |
NextPageToken
public string NextPageToken { get; set; }
Not supported.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Engine> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEngine |