Class ListInstructionsResponse
Results of listing instructions under a project.
Inheritance
System.Object
ListInstructionsResponse
Implements
System.IEquatable<ListInstructionsResponse>
Google.Protobuf.IBufferMessage
System.Collections.Generic.IEnumerable<Instruction>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ListInstructionsResponse : IMessage<ListInstructionsResponse>, IEquatable<ListInstructionsResponse>, IDeepCloneable<ListInstructionsResponse>, IBufferMessage, IMessage, IPageResponse<Instruction>, IEnumerable<Instruction>, IEnumerable
Constructors
ListInstructionsResponse()
Declaration
public ListInstructionsResponse()
ListInstructionsResponse(ListInstructionsResponse)
Declaration
public ListInstructionsResponse(ListInstructionsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListInstructionsResponse | other |
Properties
Instructions
The list of Instructions to return.
Declaration
public RepeatedField<Instruction> Instructions { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Instruction> |
NextPageToken
A token to retrieve next page of results.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Instruction> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<Instruction> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()