Vision AI v1 API - Class ListProcessorsResponse (1.0.0-beta01)

public sealed class ListProcessorsResponse : IPageResponse<Processor>, IEnumerable<Processor>, IEnumerable, IMessage<ListProcessorsResponse>, IEquatable<ListProcessorsResponse>, IDeepCloneable<ListProcessorsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ListProcessorsResponse.

Message for response to listing Processors.

Inheritance

object > ListProcessorsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

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