public static interface AdvancedCompleteQueryResponse.RecentSearchSuggestionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getRecentSearchTime()
The time when this recent rearch happened.
|
com.google.protobuf.TimestampOrBuilder |
getRecentSearchTimeOrBuilder()
The time when this recent rearch happened.
|
String |
getSuggestion()
The suggestion for the query.
|
com.google.protobuf.ByteString |
getSuggestionBytes()
The suggestion for the query.
|
boolean |
hasRecentSearchTime()
The time when this recent rearch happened.
|
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;boolean hasRecentSearchTime()
The time when this recent rearch happened.
.google.protobuf.Timestamp recent_search_time = 2;com.google.protobuf.Timestamp getRecentSearchTime()
The time when this recent rearch happened.
.google.protobuf.Timestamp recent_search_time = 2;com.google.protobuf.TimestampOrBuilder getRecentSearchTimeOrBuilder()
The time when this recent rearch happened.
.google.protobuf.Timestamp recent_search_time = 2;Copyright © 2025 Google LLC. All rights reserved.