Data Labeling v1beta1 API - Class ListInstructionsResponse (2.0.0-beta03)

public sealed class ListInstructionsResponse : IMessage<ListInstructionsResponse>, IEquatable<ListInstructionsResponse>, IDeepCloneable<ListInstructionsResponse>, IBufferMessage, IMessage, IPageResponse<Instruction>, IEnumerable<Instruction>, IEnumerable

Reference documentation and code samples for the Data Labeling v1beta1 API class ListInstructionsResponse.

Results of listing instructions under a project.

Inheritance

object > ListInstructionsResponse

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ListInstructionsResponse()

public ListInstructionsResponse()

ListInstructionsResponse(ListInstructionsResponse)

public ListInstructionsResponse(ListInstructionsResponse other)
Parameter
NameDescription
otherListInstructionsResponse

Properties

Instructions

public RepeatedField<Instruction> Instructions { get; }

The list of Instructions to return.

Property Value
TypeDescription
RepeatedFieldInstruction

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Instruction> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInstruction