Interface GatewayOuterClass.MatchedDecisionRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.MatchedDecisionRule,GatewayOuterClass.MatchedDecisionRule.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.MatchedDecisionRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvaluatedOutputs(int index) the evaluated decision outputsintthe evaluated decision outputsthe evaluated decision outputsgetEvaluatedOutputsOrBuilder(int index) the evaluated decision outputsthe evaluated decision outputsthe id of the matched rulecom.google.protobuf.ByteStringthe id of the matched ruleintthe index of the matched ruleMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRuleId
String getRuleId()the id of the matched rule
string ruleId = 1;- Returns:
- The ruleId.
-
getRuleIdBytes
com.google.protobuf.ByteString getRuleIdBytes()the id of the matched rule
string ruleId = 1;- Returns:
- The bytes for ruleId.
-
getRuleIndex
int getRuleIndex()the index of the matched rule
int32 ruleIndex = 2;- Returns:
- The ruleIndex.
-
getEvaluatedOutputsList
List<GatewayOuterClass.EvaluatedDecisionOutput> getEvaluatedOutputsList()the evaluated decision outputs
repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3; -
getEvaluatedOutputs
the evaluated decision outputs
repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3; -
getEvaluatedOutputsCount
int getEvaluatedOutputsCount()the evaluated decision outputs
repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3; -
getEvaluatedOutputsOrBuilderList
List<? extends GatewayOuterClass.EvaluatedDecisionOutputOrBuilder> getEvaluatedOutputsOrBuilderList()the evaluated decision outputs
repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3; -
getEvaluatedOutputsOrBuilder
the evaluated decision outputs
repeated .gateway_protocol.EvaluatedDecisionOutput evaluatedOutputs = 3;
-