public interface BatchUpdateGenerativeQuestionConfigsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGenerativeQuestionConfigs(int index)
public abstract GenerativeQuestionConfig getGenerativeQuestionConfigs(int index)
Optional. The updates question configs.
repeated .google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GenerativeQuestionConfig |
getGenerativeQuestionConfigsCount()
public abstract int getGenerativeQuestionConfigsCount()
Optional. The updates question configs.
repeated .google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getGenerativeQuestionConfigsList()
public abstract List<GenerativeQuestionConfig> getGenerativeQuestionConfigsList()
Optional. The updates question configs.
repeated .google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<GenerativeQuestionConfig> |
getGenerativeQuestionConfigsOrBuilder(int index)
public abstract GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigsOrBuilder(int index)
Optional. The updates question configs.
repeated .google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GenerativeQuestionConfigOrBuilder |
getGenerativeQuestionConfigsOrBuilderList()
public abstract List<? extends GenerativeQuestionConfigOrBuilder> getGenerativeQuestionConfigsOrBuilderList()
Optional. The updates question configs.
repeated .google.cloud.retail.v2alpha.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.retail.v2alpha.GenerativeQuestionConfigOrBuilder> |