Interface ListVersionsResponseOrBuilder (4.48.0)

public interface ListVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getVersions(int index)

public abstract 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.v2beta1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
Version

getVersionsCount()

public abstract 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.v2beta1.Version versions = 1;

Returns
Type Description
int

getVersionsList()

public abstract 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.v2beta1.Version versions = 1;

Returns
Type Description
List<Version>

getVersionsOrBuilder(int index)

public abstract 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.v2beta1.Version versions = 1;

Parameter
Name Description
index int
Returns
Type Description
VersionOrBuilder

getVersionsOrBuilderList()

public abstract 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.v2beta1.Version versions = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2beta1.VersionOrBuilder>