Interface AddEventRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      int64 event_id = 3 [json_name = "eventId"];
      java.lang.String getId()
      string id = 2 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 2 [json_name = "id"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getId

        java.lang.String getId()
        string id = 2 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 2 [json_name = "id"];
        Returns:
        The bytes for id.
      • getEventId

        long getEventId()
        int64 event_id = 3 [json_name = "eventId"];
        Returns:
        The eventId.