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