public interface ListExperimentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExperiments(int index)
public abstract Experiment getExperiments(int index)The list of experiments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Experiment experiments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Experiment |
|
getExperimentsCount()
public abstract int getExperimentsCount()The list of experiments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Experiment experiments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExperimentsList()
public abstract List<Experiment> getExperimentsList()The list of experiments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Experiment experiments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Experiment> |
|
getExperimentsOrBuilder(int index)
public abstract ExperimentOrBuilder getExperimentsOrBuilder(int index)The list of experiments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Experiment experiments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExperimentOrBuilder |
|
getExperimentsOrBuilderList()
public abstract List<? extends ExperimentOrBuilder> getExperimentsOrBuilderList()The list of experiments. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.Experiment experiments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.ExperimentOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |