Package com.google.apps.card.v1
Interface Suggestions.SuggestionItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Suggestions.SuggestionItem
,Suggestions.SuggestionItem.Builder
- Enclosing class:
Suggestions
public static interface Suggestions.SuggestionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasText
boolean hasText()The value of a suggested input to a text input field. This is equivalent to what users enter themselves.
string text = 1;
- Returns:
- Whether the text field is set.
-
getText
String getText()The value of a suggested input to a text input field. This is equivalent to what users enter themselves.
string text = 1;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()The value of a suggested input to a text input field. This is equivalent to what users enter themselves.
string text = 1;
- Returns:
- The bytes for text.
-
getContentCase
Suggestions.SuggestionItem.ContentCase getContentCase()
-