Interface CalloutFeedItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CalloutFeedItem,CalloutFeedItem.Builder
public interface CalloutFeedItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe callout text.com.google.protobuf.ByteStringThe callout text.booleanThe callout text.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCalloutText
boolean hasCalloutText()The callout text. The length of this string should be between 1 and 25, inclusive.
optional string callout_text = 2;- Returns:
- Whether the calloutText field is set.
-
getCalloutText
String getCalloutText()The callout text. The length of this string should be between 1 and 25, inclusive.
optional string callout_text = 2;- Returns:
- The calloutText.
-
getCalloutTextBytes
com.google.protobuf.ByteString getCalloutTextBytes()The callout text. The length of this string should be between 1 and 25, inclusive.
optional string callout_text = 2;- Returns:
- The bytes for calloutText.
-