public interface ListExperimentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Experiment |
getExperiments(int index)
The list of experiments.
|
int |
getExperimentsCount()
The list of experiments.
|
List<Experiment> |
getExperimentsList()
The list of experiments.
|
ExperimentOrBuilder |
getExperimentsOrBuilder(int index)
The list of experiments.
|
List<? extends ExperimentOrBuilder> |
getExperimentsOrBuilderList()
The list of experiments.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.