public static interface CompleteQueryResponse.QuerySuggestionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletableFieldPaths(int index)
The unique document field paths that serve as the source of this
suggestion if it was generated from completable fields.
|
com.google.protobuf.ByteString |
getCompletableFieldPathsBytes(int index)
The unique document field paths that serve as the source of this
suggestion if it was generated from completable fields.
|
int |
getCompletableFieldPathsCount()
The unique document field paths that serve as the source of this
suggestion if it was generated from completable fields.
|
List<String> |
getCompletableFieldPathsList()
The unique document field paths that serve as the source of this
suggestion if it was generated from completable fields.
|
String |
getSuggestion()
The suggestion for the query.
|
com.google.protobuf.ByteString |
getSuggestionBytes()
The suggestion for the query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSuggestion()
The suggestion for the query.
string suggestion = 1;com.google.protobuf.ByteString getSuggestionBytes()
The suggestion for the query.
string suggestion = 1;List<String> getCompletableFieldPathsList()
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.
repeated string completable_field_paths = 2;int getCompletableFieldPathsCount()
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.
repeated string completable_field_paths = 2;String getCompletableFieldPaths(int index)
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.
repeated string completable_field_paths = 2;index - The index of the element to return.com.google.protobuf.ByteString getCompletableFieldPathsBytes(int index)
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.
repeated string completable_field_paths = 2;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.