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 Type
    Method
    Description
    The callout text.
    com.google.protobuf.ByteString
    The callout text.
    boolean
    The callout text.

    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

    • 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.