public interface ListExamplesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExamples(int index)
public abstract Example getExamples(int index)The list of examples to return.
repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Example |
|
getExamplesCount()
public abstract int getExamplesCount()The list of examples to return.
repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExamplesList()
public abstract List<Example> getExamplesList()The list of examples to return.
repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<Example> |
|
getExamplesOrBuilder(int index)
public abstract ExampleOrBuilder getExamplesOrBuilder(int index)The list of examples to return.
repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExampleOrBuilder |
|
getExamplesOrBuilderList()
public abstract List<? extends ExampleOrBuilder> getExamplesOrBuilderList()The list of examples to return.
repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |