public static interface ServingConfig.GenericConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchRequest.ContentSearchSpec |
getContentSearchSpec()
Specifies the expected behavior of content search.
|
SearchRequest.ContentSearchSpecOrBuilder |
getContentSearchSpecOrBuilder()
Specifies the expected behavior of content search.
|
boolean |
hasContentSearchSpec()
Specifies the expected behavior of content search.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContentSearchSpec()
Specifies the expected behavior of content search. Only valid for content-search enabled data store.
.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;
SearchRequest.ContentSearchSpec getContentSearchSpec()
Specifies the expected behavior of content search. Only valid for content-search enabled data store.
.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;
SearchRequest.ContentSearchSpecOrBuilder getContentSearchSpecOrBuilder()
Specifies the expected behavior of content search. Only valid for content-search enabled data store.
.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;
Copyright © 2024 Google LLC. All rights reserved.