Interface SubscriptionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SubscriptionRequest, SubscriptionRequest.Builder

    public interface SubscriptionRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      sport event id
      com.google.protobuf.ByteString getEventIdBytes()
      sport event id
      java.lang.String getFeedId()
      string feed_id = 2 [json_name = "feedId"];
      com.google.protobuf.ByteString getFeedIdBytes()
      string feed_id = 2 [json_name = "feedId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEventId

        java.lang.String getEventId()
         sport event id
         
        string event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
         sport event id
         
        string event_id = 1 [json_name = "eventId"];
        Returns:
        The bytes for eventId.
      • getFeedId

        java.lang.String getFeedId()
        string feed_id = 2 [json_name = "feedId"];
        Returns:
        The feedId.
      • getFeedIdBytes

        com.google.protobuf.ByteString getFeedIdBytes()
        string feed_id = 2 [json_name = "feedId"];
        Returns:
        The bytes for feedId.