Interface ListGeneratorsResponseOrBuilder (0.52.0)

public interface ListGeneratorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenerators(int index)

public abstract Generator getGenerators(int index)

The list of generators. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Generator generators = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Generator

getGeneratorsCount()

public abstract int getGeneratorsCount()

The list of generators. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Generator generators = 1;

Returns
TypeDescription
int

getGeneratorsList()

public abstract List<Generator> getGeneratorsList()

The list of generators. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Generator generators = 1;

Returns
TypeDescription
List<Generator>

getGeneratorsOrBuilder(int index)

public abstract GeneratorOrBuilder getGeneratorsOrBuilder(int index)

The list of generators. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Generator generators = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GeneratorOrBuilder

getGeneratorsOrBuilderList()

public abstract List<? extends GeneratorOrBuilder> getGeneratorsOrBuilderList()

The list of generators. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Generator generators = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.GeneratorOrBuilder>

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.