public interface ListInstructionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instruction |
getInstructions(int index)
The list of Instructions to return.
|
int |
getInstructionsCount()
The list of Instructions to return.
|
List<Instruction> |
getInstructionsList()
The list of Instructions to return.
|
InstructionOrBuilder |
getInstructionsOrBuilder(int index)
The list of Instructions to return.
|
List<? extends InstructionOrBuilder> |
getInstructionsOrBuilderList()
The list of Instructions to return.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Instruction> getInstructionsList()
The list of Instructions to return.
repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;Instruction getInstructions(int index)
The list of Instructions to return.
repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;int getInstructionsCount()
The list of Instructions to return.
repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;List<? extends InstructionOrBuilder> getInstructionsOrBuilderList()
The list of Instructions to return.
repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;InstructionOrBuilder getInstructionsOrBuilder(int index)
The list of Instructions to return.
repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.