Uses of Class
com.google.apps.card.v1.Suggestions
-
Packages that use Suggestions Package Description com.google.apps.card.v1 -
-
Uses of Suggestions in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Suggestions Modifier and Type Method Description SuggestionsSuggestions.Builder. build()SuggestionsSuggestions.Builder. buildPartial()static SuggestionsSuggestions. getDefaultInstance()SuggestionsSuggestions.Builder. getDefaultInstanceForType()SuggestionsSuggestions. getDefaultInstanceForType()SuggestionsTextInput.Builder. getInitialSuggestions()Suggested values that users can enter.SuggestionsTextInput. getInitialSuggestions()Suggested values that users can enter.SuggestionsTextInputOrBuilder. getInitialSuggestions()Suggested values that users can enter.static SuggestionsSuggestions. parseDelimitedFrom(java.io.InputStream input)static SuggestionsSuggestions. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionsSuggestions. parseFrom(byte[] data)static SuggestionsSuggestions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionsSuggestions. parseFrom(com.google.protobuf.ByteString data)static SuggestionsSuggestions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionsSuggestions. parseFrom(com.google.protobuf.CodedInputStream input)static SuggestionsSuggestions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionsSuggestions. parseFrom(java.io.InputStream input)static SuggestionsSuggestions. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SuggestionsSuggestions. parseFrom(java.nio.ByteBuffer data)static SuggestionsSuggestions. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type Suggestions Modifier and Type Method Description com.google.protobuf.Parser<Suggestions>Suggestions. getParserForType()static com.google.protobuf.Parser<Suggestions>Suggestions. parser()Methods in com.google.apps.card.v1 with parameters of type Suggestions Modifier and Type Method Description Suggestions.BuilderSuggestions.Builder. mergeFrom(Suggestions other)TextInput.BuilderTextInput.Builder. mergeInitialSuggestions(Suggestions value)Suggested values that users can enter.static Suggestions.BuilderSuggestions. newBuilder(Suggestions prototype)TextInput.BuilderTextInput.Builder. setInitialSuggestions(Suggestions value)Suggested values that users can enter.
-