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