public interface ListExamplesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExamples(int index)
public abstract Example getExamples(int index)The list of examples.
repeated .google.cloud.ces.v1.Example examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Example |
|
getExamplesCount()
public abstract int getExamplesCount()The list of examples.
repeated .google.cloud.ces.v1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExamplesList()
public abstract List<Example> getExamplesList()The list of examples.
repeated .google.cloud.ces.v1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<Example> |
|
getExamplesOrBuilder(int index)
public abstract ExampleOrBuilder getExamplesOrBuilder(int index)The list of examples.
repeated .google.cloud.ces.v1.Example examples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExampleOrBuilder |
|
getExamplesOrBuilderList()
public abstract List<? extends ExampleOrBuilder> getExamplesOrBuilderList()The list of examples.
repeated .google.cloud.ces.v1.Example examples = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1.ExampleOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListExamplesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListExamplesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |