Interface TriggerActivationsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntityId()
      entity_id can be empty, priority is trigger_id
      com.google.protobuf.ByteString getEntityIdBytes()
      entity_id can be empty, priority is trigger_id
      java.lang.String getId()
      trigger_id can be empty
      com.google.protobuf.ByteString getIdBytes()
      trigger_id can be empty
      int getLimit()
      limit
      int getOffset()
      offset
      boolean hasEntityId()
      entity_id can be empty, priority is trigger_id
      boolean hasId()
      trigger_id can be empty
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasId

        boolean hasId()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Returns:
        Whether the id field is set.
      • getId

        java.lang.String getId()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         trigger_id can be empty
         
        optional string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • hasEntityId

        boolean hasEntityId()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Returns:
        Whether the entityId field is set.
      • getEntityId

        java.lang.String getEntityId()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Returns:
        The entityId.
      • getEntityIdBytes

        com.google.protobuf.ByteString getEntityIdBytes()
         entity_id can be empty, priority is trigger_id
         
        optional string entity_id = 2 [json_name = "entityId"];
        Returns:
        The bytes for entityId.
      • getLimit

        int getLimit()
         limit
         
        int32 limit = 3 [json_name = "limit"];
        Returns:
        The limit.
      • getOffset

        int getOffset()
         offset
         
        int32 offset = 4 [json_name = "offset"];
        Returns:
        The offset.