Interface ListExperimentsResponseOrBuilder (0.52.0)

public interface ListExperimentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v3beta1.Experiment experiments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3beta1.Experiment experiments = 1;

Returns
TypeDescription
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.v3beta1.Experiment experiments = 1;

Returns
TypeDescription
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.v3beta1.Experiment experiments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3beta1.Experiment experiments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.