public interface ListVersionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
Version |
getVersions(int index)
The list of agent versions.
|
int |
getVersionsCount()
The list of agent versions.
|
List<Version> |
getVersionsList()
The list of agent versions.
|
VersionOrBuilder |
getVersionsOrBuilder(int index)
The list of agent versions.
|
List<? extends VersionOrBuilder> |
getVersionsOrBuilderList()
The list of agent versions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Version> getVersionsList()
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Version versions = 1;
Version getVersions(int index)
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Version versions = 1;
int getVersionsCount()
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Version versions = 1;
List<? extends VersionOrBuilder> getVersionsOrBuilderList()
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Version versions = 1;
VersionOrBuilder getVersionsOrBuilder(int index)
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Version versions = 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;
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.