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