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.
Implements
IMessageListInstructionsResponse, IEquatableListInstructionsResponse, IDeepCloneableListInstructionsResponse, IBufferMessage, IMessage, IPageResponseInstruction, IEnumerableInstruction, IEnumerableNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListInstructionsResponse()
public ListInstructionsResponse()
ListInstructionsResponse(ListInstructionsResponse)
public ListInstructionsResponse(ListInstructionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInstructionsResponse |
Properties
Instructions
public RepeatedField<Instruction> Instructions { get; }
The list of Instructions to return.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstruction |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Instruction> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInstruction |