Interface ListGenerativeQuestionConfigsResponseOrBuilder (2.54.0)

public interface ListGenerativeQuestionConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenerativeQuestionConfigs(int index)

public abstract GenerativeQuestionConfig getGenerativeQuestionConfigs(int index)

All the questions for a given catalog.

repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
GenerativeQuestionConfig

getGenerativeQuestionConfigsCount()

public abstract int getGenerativeQuestionConfigsCount()

All the questions for a given catalog.

repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;

Returns
Type Description
int

getGenerativeQuestionConfigsList()

public abstract List<GenerativeQuestionConfig> getGenerativeQuestionConfigsList()

All the questions for a given catalog.

repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;

Returns
Type Description
List<GenerativeQuestionConfig>

getGenerativeQuestionConfigsOrBuilder(int index)

public abstract GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigsOrBuilder(int index)

All the questions for a given catalog.

repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
GenerativeQuestionConfigOrBuilder

getGenerativeQuestionConfigsOrBuilderList()

public abstract List<? extends GenerativeQuestionConfigOrBuilder> getGenerativeQuestionConfigsOrBuilderList()

All the questions for a given catalog.

repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.retail.v2.GenerativeQuestionConfigOrBuilder>