public static interface CompleteQueryResponse.AttributeResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSuggestions(int index)
repeated string suggestions = 1; |
com.google.protobuf.ByteString |
getSuggestionsBytes(int index)
repeated string suggestions = 1; |
int |
getSuggestionsCount()
repeated string suggestions = 1; |
List<String> |
getSuggestionsList()
repeated string suggestions = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSuggestionsList()
repeated string suggestions = 1;int getSuggestionsCount()
repeated string suggestions = 1;String getSuggestions(int index)
repeated string suggestions = 1;index - The index of the element to return.com.google.protobuf.ByteString getSuggestionsBytes(int index)
repeated string suggestions = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.