Interface ListInstructionsResponseOrBuilder (0.161.0)

public interface ListInstructionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstructions(int index)

public abstract Instruction getInstructions(int index)

The list of Instructions to return.

repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instruction

getInstructionsCount()

public abstract int getInstructionsCount()

The list of Instructions to return.

repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;

Returns
TypeDescription
int

getInstructionsList()

public abstract List<Instruction> getInstructionsList()

The list of Instructions to return.

repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;

Returns
TypeDescription
List<Instruction>

getInstructionsOrBuilder(int index)

public abstract InstructionOrBuilder getInstructionsOrBuilder(int index)

The list of Instructions to return.

repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstructionOrBuilder

getInstructionsOrBuilderList()

public abstract List<? extends InstructionOrBuilder> getInstructionsOrBuilderList()

The list of Instructions to return.

repeated .google.cloud.datalabeling.v1beta1.Instruction instructions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datalabeling.v1beta1.InstructionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.