Package com.streamlayer.triggers
Class TriggerCondition
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<TriggerCondition,TriggerCondition.Builder>
-
- com.streamlayer.triggers.TriggerCondition
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,TriggerConditionOrBuilder
public final class TriggerCondition extends com.google.protobuf.GeneratedMessageLite<TriggerCondition,TriggerCondition.Builder> implements TriggerConditionOrBuilder
Protobuf typestreamlayer.triggers.TriggerCondition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTriggerCondition.BuilderProtobuf typestreamlayer.triggers.TriggerCondition-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intACTIVATED_FIELD_NUMBERstatic intCHAIN_OPERATION_FIELD_NUMBERstatic intCHAIN_ORDER_FIELD_NUMBERstatic intCOMPARE_FIELD_NUMBERstatic intCURRENT_FIELD_NUMBERstatic intDATASOURCE_FIELD_NUMBERstatic intEVENT_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intLOG_FIELD_NUMBERstatic intOPTIONS_FIELD_NUMBERstatic intSCOPE_FIELD_NUMBERstatic intSCOPE_ID_FIELD_NUMBERstatic intTARGETS_FIELD_NUMBERstatic intTRIGGER_ID_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)booleangetActivated()true when compare(target, current) == truejava.lang.StringgetChainOperation()logical operation on condition when combining multiple conditions togethercom.google.protobuf.ByteStringgetChainOperationBytes()logical operation on condition when combining multiple conditions togetherintgetChainOrder()order of occurrence of condition in array of conditionsjava.lang.StringgetCompare()comparison operation, should be used to compare "current" and "target" and return a booleancom.google.protobuf.ByteStringgetCompareBytes()comparison operation, should be used to compare "current" and "target" and return a booleanjava.lang.StringgetCurrent()current value read from eventcom.google.protobuf.ByteStringgetCurrentBytes()current value read from eventjava.lang.StringgetDatasource()scope of eventcom.google.protobuf.ByteStringgetDatasourceBytes()scope of eventstatic TriggerConditiongetDefaultInstance()java.lang.StringgetEvent()name of event to be compared withcom.google.protobuf.ByteStringgetEventBytes()name of event to be compared withjava.lang.StringgetId()uuid generated for each conditioncom.google.protobuf.ByteStringgetIdBytes()uuid generated for each conditionEventgetLog(int index)log of events consumed by conditionintgetLogCount()log of events consumed by conditionjava.util.List<Event>getLogList()log of events consumed by conditionEventOrBuildergetLogOrBuilder(int index)log of events consumed by conditionjava.util.List<? extends EventOrBuilder>getLogOrBuilderList()log of events consumed by conditionTriggerConditionOptiongetOptions(int index)condition options, additional events required for condition to be activatedintgetOptionsCount()condition options, additional events required for condition to be activatedjava.util.List<TriggerConditionOption>getOptionsList()condition options, additional events required for condition to be activatedTriggerConditionOptionOrBuildergetOptionsOrBuilder(int index)condition options, additional events required for condition to be activatedjava.util.List<? extends TriggerConditionOptionOrBuilder>getOptionsOrBuilderList()condition options, additional events required for condition to be activatedjava.lang.StringgetScope()scope of eventcom.google.protobuf.ByteStringgetScopeBytes()scope of eventjava.lang.StringgetScopeId()scope identifiercom.google.protobuf.ByteStringgetScopeIdBytes()scope identifierjava.lang.StringgetTargets(int index)target value of the eventcom.google.protobuf.ByteStringgetTargetsBytes(int index)target value of the eventintgetTargetsCount()target value of the eventjava.util.List<java.lang.String>getTargetsList()target value of the eventjava.lang.StringgetTriggerId()owner idcom.google.protobuf.ByteStringgetTriggerIdBytes()owner idjava.lang.StringgetType()type of conditioncom.google.protobuf.ByteStringgetTypeBytes()type of conditionbooleanhasChainOperation()logical operation on condition when combining multiple conditions togetherbooleanhasChainOrder()order of occurrence of condition in array of conditionsbooleanhasCompare()comparison operation, should be used to compare "current" and "target" and return a booleanbooleanhasCurrent()current value read from eventbooleanhasDatasource()scope of eventbooleanhasEvent()name of event to be compared withbooleanhasScope()scope of eventbooleanhasScopeId()scope identifierbooleanhasTriggerId()owner idbooleanhasType()type of conditionstatic TriggerCondition.BuildernewBuilder()static TriggerCondition.BuildernewBuilder(TriggerCondition prototype)static TriggerConditionparseDelimitedFrom(java.io.InputStream input)static TriggerConditionparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TriggerConditionparseFrom(byte[] data)static TriggerConditionparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TriggerConditionparseFrom(com.google.protobuf.ByteString data)static TriggerConditionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TriggerConditionparseFrom(com.google.protobuf.CodedInputStream input)static TriggerConditionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TriggerConditionparseFrom(java.io.InputStream input)static TriggerConditionparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TriggerConditionparseFrom(java.nio.ByteBuffer data)static TriggerConditionparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<TriggerCondition>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRIGGER_ID_FIELD_NUMBER
public static final int TRIGGER_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENT_FIELD_NUMBER
public static final int EVENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATASOURCE_FIELD_NUMBER
public static final int DATASOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPE_FIELD_NUMBER
public static final int SCOPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPE_ID_FIELD_NUMBER
public static final int SCOPE_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPARE_FIELD_NUMBER
public static final int COMPARE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TARGETS_FIELD_NUMBER
public static final int TARGETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_FIELD_NUMBER
public static final int CURRENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACTIVATED_FIELD_NUMBER
public static final int ACTIVATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHAIN_ORDER_FIELD_NUMBER
public static final int CHAIN_ORDER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHAIN_OPERATION_FIELD_NUMBER
public static final int CHAIN_OPERATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_FIELD_NUMBER
public static final int LOG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public java.lang.String getId()
uuid generated for each condition
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceTriggerConditionOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
uuid generated for each condition
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for id.
-
hasTriggerId
public boolean hasTriggerId()
owner id
optional string trigger_id = 2 [json_name = "triggerId"];- Specified by:
hasTriggerIdin interfaceTriggerConditionOrBuilder- Returns:
- Whether the triggerId field is set.
-
getTriggerId
public java.lang.String getTriggerId()
owner id
optional string trigger_id = 2 [json_name = "triggerId"];- Specified by:
getTriggerIdin interfaceTriggerConditionOrBuilder- Returns:
- The triggerId.
-
getTriggerIdBytes
public com.google.protobuf.ByteString getTriggerIdBytes()
owner id
optional string trigger_id = 2 [json_name = "triggerId"];- Specified by:
getTriggerIdBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for triggerId.
-
hasEvent
public boolean hasEvent()
name of event to be compared with
optional string event = 3 [json_name = "event"];- Specified by:
hasEventin interfaceTriggerConditionOrBuilder- Returns:
- Whether the event field is set.
-
getEvent
public java.lang.String getEvent()
name of event to be compared with
optional string event = 3 [json_name = "event"];- Specified by:
getEventin interfaceTriggerConditionOrBuilder- Returns:
- The event.
-
getEventBytes
public com.google.protobuf.ByteString getEventBytes()
name of event to be compared with
optional string event = 3 [json_name = "event"];- Specified by:
getEventBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for event.
-
hasDatasource
public boolean hasDatasource()
scope of event
optional string datasource = 4 [json_name = "datasource"];- Specified by:
hasDatasourcein interfaceTriggerConditionOrBuilder- Returns:
- Whether the datasource field is set.
-
getDatasource
public java.lang.String getDatasource()
scope of event
optional string datasource = 4 [json_name = "datasource"];- Specified by:
getDatasourcein interfaceTriggerConditionOrBuilder- Returns:
- The datasource.
-
getDatasourceBytes
public com.google.protobuf.ByteString getDatasourceBytes()
scope of event
optional string datasource = 4 [json_name = "datasource"];- Specified by:
getDatasourceBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for datasource.
-
hasScope
public boolean hasScope()
scope of event
optional string scope = 5 [json_name = "scope"];- Specified by:
hasScopein interfaceTriggerConditionOrBuilder- Returns:
- Whether the scope field is set.
-
getScope
public java.lang.String getScope()
scope of event
optional string scope = 5 [json_name = "scope"];- Specified by:
getScopein interfaceTriggerConditionOrBuilder- Returns:
- The scope.
-
getScopeBytes
public com.google.protobuf.ByteString getScopeBytes()
scope of event
optional string scope = 5 [json_name = "scope"];- Specified by:
getScopeBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for scope.
-
hasScopeId
public boolean hasScopeId()
scope identifier
optional string scope_id = 6 [json_name = "scopeId"];- Specified by:
hasScopeIdin interfaceTriggerConditionOrBuilder- Returns:
- Whether the scopeId field is set.
-
getScopeId
public java.lang.String getScopeId()
scope identifier
optional string scope_id = 6 [json_name = "scopeId"];- Specified by:
getScopeIdin interfaceTriggerConditionOrBuilder- Returns:
- The scopeId.
-
getScopeIdBytes
public com.google.protobuf.ByteString getScopeIdBytes()
scope identifier
optional string scope_id = 6 [json_name = "scopeId"];- Specified by:
getScopeIdBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for scopeId.
-
hasCompare
public boolean hasCompare()
comparison operation, should be used to compare "current" and "target" and return a boolean
optional string compare = 7 [json_name = "compare"];- Specified by:
hasComparein interfaceTriggerConditionOrBuilder- Returns:
- Whether the compare field is set.
-
getCompare
public java.lang.String getCompare()
comparison operation, should be used to compare "current" and "target" and return a boolean
optional string compare = 7 [json_name = "compare"];- Specified by:
getComparein interfaceTriggerConditionOrBuilder- Returns:
- The compare.
-
getCompareBytes
public com.google.protobuf.ByteString getCompareBytes()
comparison operation, should be used to compare "current" and "target" and return a boolean
optional string compare = 7 [json_name = "compare"];- Specified by:
getCompareBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for compare.
-
hasType
public boolean hasType()
type of condition
optional string type = 8 [json_name = "type"];- Specified by:
hasTypein interfaceTriggerConditionOrBuilder- Returns:
- Whether the type field is set.
-
getType
public java.lang.String getType()
type of condition
optional string type = 8 [json_name = "type"];- Specified by:
getTypein interfaceTriggerConditionOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
type of condition
optional string type = 8 [json_name = "type"];- Specified by:
getTypeBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for type.
-
getTargetsList
public java.util.List<java.lang.String> getTargetsList()
target value of the event
repeated string targets = 9 [json_name = "targets"];- Specified by:
getTargetsListin interfaceTriggerConditionOrBuilder- Returns:
- A list containing the targets.
-
getTargetsCount
public int getTargetsCount()
target value of the event
repeated string targets = 9 [json_name = "targets"];- Specified by:
getTargetsCountin interfaceTriggerConditionOrBuilder- Returns:
- The count of targets.
-
getTargets
public java.lang.String getTargets(int index)
target value of the event
repeated string targets = 9 [json_name = "targets"];- Specified by:
getTargetsin interfaceTriggerConditionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The targets at the given index.
-
getTargetsBytes
public com.google.protobuf.ByteString getTargetsBytes(int index)
target value of the event
repeated string targets = 9 [json_name = "targets"];- Specified by:
getTargetsBytesin interfaceTriggerConditionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targets at the given index.
-
hasCurrent
public boolean hasCurrent()
current value read from event
optional string current = 10 [json_name = "current"];- Specified by:
hasCurrentin interfaceTriggerConditionOrBuilder- Returns:
- Whether the current field is set.
-
getCurrent
public java.lang.String getCurrent()
current value read from event
optional string current = 10 [json_name = "current"];- Specified by:
getCurrentin interfaceTriggerConditionOrBuilder- Returns:
- The current.
-
getCurrentBytes
public com.google.protobuf.ByteString getCurrentBytes()
current value read from event
optional string current = 10 [json_name = "current"];- Specified by:
getCurrentBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for current.
-
getActivated
public boolean getActivated()
true when compare(target, current) == true
bool activated = 11 [json_name = "activated"];- Specified by:
getActivatedin interfaceTriggerConditionOrBuilder- Returns:
- The activated.
-
hasChainOrder
public boolean hasChainOrder()
order of occurrence of condition in array of conditions
optional int32 chain_order = 12 [json_name = "chainOrder"];- Specified by:
hasChainOrderin interfaceTriggerConditionOrBuilder- Returns:
- Whether the chainOrder field is set.
-
getChainOrder
public int getChainOrder()
order of occurrence of condition in array of conditions
optional int32 chain_order = 12 [json_name = "chainOrder"];- Specified by:
getChainOrderin interfaceTriggerConditionOrBuilder- Returns:
- The chainOrder.
-
hasChainOperation
public boolean hasChainOperation()
logical operation on condition when combining multiple conditions together
optional string chain_operation = 13 [json_name = "chainOperation"];- Specified by:
hasChainOperationin interfaceTriggerConditionOrBuilder- Returns:
- Whether the chainOperation field is set.
-
getChainOperation
public java.lang.String getChainOperation()
logical operation on condition when combining multiple conditions together
optional string chain_operation = 13 [json_name = "chainOperation"];- Specified by:
getChainOperationin interfaceTriggerConditionOrBuilder- Returns:
- The chainOperation.
-
getChainOperationBytes
public com.google.protobuf.ByteString getChainOperationBytes()
logical operation on condition when combining multiple conditions together
optional string chain_operation = 13 [json_name = "chainOperation"];- Specified by:
getChainOperationBytesin interfaceTriggerConditionOrBuilder- Returns:
- The bytes for chainOperation.
-
getLogList
public java.util.List<Event> getLogList()
log of events consumed by condition
repeated .streamlayer.triggers.Event log = 14 [json_name = "log"];- Specified by:
getLogListin interfaceTriggerConditionOrBuilder
-
getLogOrBuilderList
public java.util.List<? extends EventOrBuilder> getLogOrBuilderList()
log of events consumed by condition
repeated .streamlayer.triggers.Event log = 14 [json_name = "log"];
-
getLogCount
public int getLogCount()
log of events consumed by condition
repeated .streamlayer.triggers.Event log = 14 [json_name = "log"];- Specified by:
getLogCountin interfaceTriggerConditionOrBuilder
-
getLog
public Event getLog(int index)
log of events consumed by condition
repeated .streamlayer.triggers.Event log = 14 [json_name = "log"];- Specified by:
getLogin interfaceTriggerConditionOrBuilder
-
getLogOrBuilder
public EventOrBuilder getLogOrBuilder(int index)
log of events consumed by condition
repeated .streamlayer.triggers.Event log = 14 [json_name = "log"];
-
getOptionsList
public java.util.List<TriggerConditionOption> getOptionsList()
condition options, additional events required for condition to be activated
repeated .streamlayer.triggers.TriggerConditionOption options = 15 [json_name = "options"];- Specified by:
getOptionsListin interfaceTriggerConditionOrBuilder
-
getOptionsOrBuilderList
public java.util.List<? extends TriggerConditionOptionOrBuilder> getOptionsOrBuilderList()
condition options, additional events required for condition to be activated
repeated .streamlayer.triggers.TriggerConditionOption options = 15 [json_name = "options"];
-
getOptionsCount
public int getOptionsCount()
condition options, additional events required for condition to be activated
repeated .streamlayer.triggers.TriggerConditionOption options = 15 [json_name = "options"];- Specified by:
getOptionsCountin interfaceTriggerConditionOrBuilder
-
getOptions
public TriggerConditionOption getOptions(int index)
condition options, additional events required for condition to be activated
repeated .streamlayer.triggers.TriggerConditionOption options = 15 [json_name = "options"];- Specified by:
getOptionsin interfaceTriggerConditionOrBuilder
-
getOptionsOrBuilder
public TriggerConditionOptionOrBuilder getOptionsOrBuilder(int index)
condition options, additional events required for condition to be activated
repeated .streamlayer.triggers.TriggerConditionOption options = 15 [json_name = "options"];
-
parseFrom
public static TriggerCondition parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TriggerCondition parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TriggerCondition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static TriggerCondition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static TriggerCondition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TriggerCondition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static TriggerCondition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static TriggerCondition.Builder newBuilder()
-
newBuilder
public static TriggerCondition.Builder newBuilder(TriggerCondition prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<TriggerCondition,TriggerCondition.Builder>
-
getDefaultInstance
public static TriggerCondition getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TriggerCondition> parser()
-
-