public interface GenerativeQuestionsFeatureConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Required.
|
com.google.protobuf.ByteString |
getCatalogBytes()
Required.
|
boolean |
getFeatureEnabled()
Optional.
|
int |
getMinimumProducts()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatalog()
Required. Resource name of the affected catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getCatalogBytes()
Required. Resource name of the affected catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];boolean getFeatureEnabled()
Optional. Determines whether questions will be used at serving time. Note: This feature cannot be enabled until initial data requirements are satisfied.
bool feature_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];int getMinimumProducts()
Optional. Minimum number of products in the response to trigger follow-up questions. Value must be 0 or positive.
int32 minimum_products = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.