public interface BatchUpdateGenerativeQuestionConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerativeQuestionConfig |
getGenerativeQuestionConfigs(int index)
Optional.
|
int |
getGenerativeQuestionConfigsCount()
Optional.
|
List<GenerativeQuestionConfig> |
getGenerativeQuestionConfigsList()
Optional.
|
GenerativeQuestionConfigOrBuilder |
getGenerativeQuestionConfigsOrBuilder(int index)
Optional.
|
List<? extends GenerativeQuestionConfigOrBuilder> |
getGenerativeQuestionConfigsOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GenerativeQuestionConfig> getGenerativeQuestionConfigsList()
Optional. The updates question configs.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
GenerativeQuestionConfig getGenerativeQuestionConfigs(int index)
Optional. The updates question configs.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
int getGenerativeQuestionConfigsCount()
Optional. The updates question configs.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
List<? extends GenerativeQuestionConfigOrBuilder> getGenerativeQuestionConfigsOrBuilderList()
Optional. The updates question configs.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
GenerativeQuestionConfigOrBuilder getGenerativeQuestionConfigsOrBuilder(int index)
Optional. The updates question configs.
repeated .google.cloud.retail.v2.GenerativeQuestionConfig generative_question_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.