public interface ListGenerativeQuestionConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerativeQuestionConfig |
getGenerativeQuestionConfigs(int index)
All the questions for a given catalog.
|
int |
getGenerativeQuestionConfigsCount()
All the questions for a given catalog.
|
List<GenerativeQuestionConfig> |
getGenerativeQuestionConfigsList()
All the questions for a given catalog.
|
GenerativeQuestionConfigOrBuilder |
getGenerativeQuestionConfigsOrBuilder(int index)
All the questions for a given catalog.
|
List<? extends GenerativeQuestionConfigOrBuilder> |
getGenerativeQuestionConfigsOrBuilderList()
All the questions for a given catalog.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GenerativeQuestionConfig> getGenerativeQuestionConfigsList()
All the questions for a given catalog.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;
GenerativeQuestionConfig getGenerativeQuestionConfigs(int index)
All the questions for a given catalog.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;
int getGenerativeQuestionConfigsCount()
All the questions for a given catalog.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;
List<? extends GenerativeQuestionConfigOrBuilder> getGenerativeQuestionConfigsOrBuilderList()
All the questions for a given catalog.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;
GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigsOrBuilder(int index)
All the questions for a given catalog.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1;
Copyright © 2025 Google LLC. All rights reserved.