Package com.streamlayer.triggers
Interface TriggerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Trigger,Trigger.Builder
public interface TriggerOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActivated()bool activated = 6 [json_name = "activated"];java.lang.StringgetDescription()human-readable name just for description purposescom.google.protobuf.ByteStringgetDescriptionBytes()human-readable name just for description purposesbooleangetDisabled()bool disabled = 9 [json_name = "disabled"];booleangetDisabledEntity()bool disabled_entity = 11 [json_name = "disabledEntity"];java.lang.StringgetEntity()string entity = 7 [json_name = "entity"];com.google.protobuf.ByteStringgetEntityBytes()string entity = 7 [json_name = "entity"];java.lang.StringgetEntityId()string entity_id = 8 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 8 [json_name = "entityId"];java.lang.StringgetId()uuid generated for each triggercom.google.protobuf.ByteStringgetIdBytes()uuid generated for each triggerjava.lang.StringgetName()human-readable name just for description purposescom.google.protobuf.ByteStringgetNameBytes()human-readable name just for description purposesjava.lang.StringgetScope()string scope = 4 [json_name = "scope"];com.google.protobuf.ByteStringgetScopeBytes()string scope = 4 [json_name = "scope"];java.lang.StringgetScopeId()string scope_id = 5 [json_name = "scopeId"];com.google.protobuf.ByteStringgetScopeIdBytes()string scope_id = 5 [json_name = "scopeId"];intgetThreshold()int32 threshold = 10 [json_name = "threshold"];UseConditionThresholdgetUseConditionThreshold()threshold flagintgetUseConditionThresholdValue()threshold flagbooleangetUseEntityLimits()global limitsUseTriggerLimitsgetUseLimits().streamlayer.triggers.UseTriggerLimits use_limits = 14 [json_name = "useLimits"];intgetUseLimitsValue().streamlayer.triggers.UseTriggerLimits use_limits = 14 [json_name = "useLimits"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
uuid generated for each trigger
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
uuid generated for each trigger
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getName
java.lang.String getName()
human-readable name just for description purposes
string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
human-readable name just for description purposes
string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getDescription
java.lang.String getDescription()
human-readable name just for description purposes
string description = 3 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
human-readable name just for description purposes
string description = 3 [json_name = "description"];- Returns:
- The bytes for description.
-
getScope
java.lang.String getScope()
string scope = 4 [json_name = "scope"];- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()
string scope = 4 [json_name = "scope"];- Returns:
- The bytes for scope.
-
getScopeId
java.lang.String getScopeId()
string scope_id = 5 [json_name = "scopeId"];- Returns:
- The scopeId.
-
getScopeIdBytes
com.google.protobuf.ByteString getScopeIdBytes()
string scope_id = 5 [json_name = "scopeId"];- Returns:
- The bytes for scopeId.
-
getActivated
boolean getActivated()
bool activated = 6 [json_name = "activated"];- Returns:
- The activated.
-
getEntity
java.lang.String getEntity()
string entity = 7 [json_name = "entity"];- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 7 [json_name = "entity"];- Returns:
- The bytes for entity.
-
getEntityId
java.lang.String getEntityId()
string entity_id = 8 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 8 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
getDisabled
boolean getDisabled()
bool disabled = 9 [json_name = "disabled"];- Returns:
- The disabled.
-
getThreshold
int getThreshold()
int32 threshold = 10 [json_name = "threshold"];- Returns:
- The threshold.
-
getDisabledEntity
boolean getDisabledEntity()
bool disabled_entity = 11 [json_name = "disabledEntity"];- Returns:
- The disabledEntity.
-
getUseEntityLimits
boolean getUseEntityLimits()
global limits
bool use_entity_limits = 12 [json_name = "useEntityLimits"];- Returns:
- The useEntityLimits.
-
getUseConditionThresholdValue
int getUseConditionThresholdValue()
threshold flag
.streamlayer.triggers.UseConditionThreshold use_condition_threshold = 13 [json_name = "useConditionThreshold"];- Returns:
- The enum numeric value on the wire for useConditionThreshold.
-
getUseConditionThreshold
UseConditionThreshold getUseConditionThreshold()
threshold flag
.streamlayer.triggers.UseConditionThreshold use_condition_threshold = 13 [json_name = "useConditionThreshold"];- Returns:
- The useConditionThreshold.
-
getUseLimitsValue
int getUseLimitsValue()
.streamlayer.triggers.UseTriggerLimits use_limits = 14 [json_name = "useLimits"];- Returns:
- The enum numeric value on the wire for useLimits.
-
getUseLimits
UseTriggerLimits getUseLimits()
.streamlayer.triggers.UseTriggerLimits use_limits = 14 [json_name = "useLimits"];- Returns:
- The useLimits.
-
-