public sealed class ListInstructionsResponse : IMessage<ListInstructionsResponse>, IEquatable<ListInstructionsResponse>, IDeepCloneable<ListInstructionsResponse>, IBufferMessage, IMessage, IPageResponse<Instruction>, IEnumerable<Instruction>, IEnumerable
Results of listing instructions under a project.
Implements
IMessage<ListInstructionsResponse>, IEquatable<ListInstructionsResponse>, IDeepCloneable<ListInstructionsResponse>, IBufferMessage, IMessage, IPageResponse<Instruction>, IEnumerable<Instruction>, 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 |
RepeatedField<Instruction> |
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 |
IEnumerator<Instruction> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |