Package com.streamlayer.triggers
Interface ListSubscriptionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListSubscriptionsRequest,ListSubscriptionsRequest.Builder
public interface ListSubscriptionsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntity()filter by both entity and entity_idcom.google.protobuf.ByteStringgetEntityBytes()filter by both entity and entity_idjava.lang.StringgetEntityId()string entity_id = 3 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 3 [json_name = "entityId"];java.lang.StringgetTriggerId()filter by trigger_idcom.google.protobuf.ByteStringgetTriggerIdBytes()filter by trigger_id
-
-
-
Method Detail
-
getTriggerId
java.lang.String getTriggerId()
filter by trigger_id
string trigger_id = 1 [json_name = "triggerId"];- Returns:
- The triggerId.
-
getTriggerIdBytes
com.google.protobuf.ByteString getTriggerIdBytes()
filter by trigger_id
string trigger_id = 1 [json_name = "triggerId"];- Returns:
- The bytes for triggerId.
-
getEntity
java.lang.String getEntity()
filter by both entity and entity_id
string entity = 2 [json_name = "entity"];- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
filter by both entity and entity_id
string entity = 2 [json_name = "entity"];- Returns:
- The bytes for entity.
-
getEntityId
java.lang.String getEntityId()
string entity_id = 3 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 3 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
-