Class ListProcessorsResponse (1.0.0-beta04)

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

Response message for list processors.

Inheritance

Object > ListProcessorsResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ListProcessorsResponse()

public ListProcessorsResponse()

ListProcessorsResponse(ListProcessorsResponse)

public ListProcessorsResponse(ListProcessorsResponse other)
Parameter
NameDescription
otherListProcessorsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Points to the next processor, otherwise empty.

Property Value
TypeDescription
String

Processors

public RepeatedField<Processor> Processors { get; }

The list of processors.

Property Value
TypeDescription
RepeatedField<Processor>

Methods

GetEnumerator()

public IEnumerator<Processor> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Processor>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator