public static interface SearchRequest.PersonalizationSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchRequest.PersonalizationSpec.Mode |
getMode()
The personalization mode of the search request.
|
int |
getModeValue()
The personalization mode of the search request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getModeValue()
The personalization mode of the search request. Defaults to [Mode.AUTO][google.cloud.discoveryengine.v1beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
.google.cloud.discoveryengine.v1beta.SearchRequest.PersonalizationSpec.Mode mode = 1;
SearchRequest.PersonalizationSpec.Mode getMode()
The personalization mode of the search request. Defaults to [Mode.AUTO][google.cloud.discoveryengine.v1beta.SearchRequest.PersonalizationSpec.Mode.AUTO].
.google.cloud.discoveryengine.v1beta.SearchRequest.PersonalizationSpec.Mode mode = 1;
Copyright © 2025 Google LLC. All rights reserved.