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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCalloutText()
      The callout text.
      com.google.protobuf.ByteString getCalloutTextBytes()
      The callout text.
      boolean hasCalloutText()
      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 Detail

      • 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

        java.lang.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.