public sealed class ListProcessesResponse : IPageResponse<Process>, IEnumerable<Process>, IEnumerable, IMessage<ListProcessesResponse>, IEquatable<ListProcessesResponse>, IDeepCloneable<ListProcessesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ListProcessesResponse.
Message for response to listing Processes.
Implements
IPageResponseProcess, IEnumerableProcess, IEnumerable, IMessageListProcessesResponse, IEquatableListProcessesResponse, IDeepCloneableListProcessesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListProcessesResponse()
public ListProcessesResponse()ListProcessesResponse(ListProcessesResponse)
public ListProcessesResponse(ListProcessesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProcessesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Processes
public RepeatedField<Process> Processes { get; }The list of Processes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldProcess |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Process> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorProcess |
|