Uses of Class
io.zeebe.exporter.proto.Schema.DecisionEvaluationRecord.MatchedRule
-
-
Uses of Schema.DecisionEvaluationRecord.MatchedRule in io.zeebe.exporter.proto
Methods in io.zeebe.exporter.proto that return Schema.DecisionEvaluationRecord.MatchedRule Modifier and Type Method Description Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule.Builder. build()Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule.Builder. buildPartial()static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. getDefaultInstance()Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule.Builder. getDefaultInstanceForType()Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. getDefaultInstanceForType()Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.EvaluatedDecision.Builder. getMatchedRules(int index)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.EvaluatedDecision. getMatchedRules(int index)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.EvaluatedDecisionOrBuilder. getMatchedRules(int index)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseDelimitedFrom(InputStream input)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(byte[] data)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(com.google.protobuf.ByteString data)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(com.google.protobuf.CodedInputStream input)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(InputStream input)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(ByteBuffer data)static Schema.DecisionEvaluationRecord.MatchedRuleSchema.DecisionEvaluationRecord.MatchedRule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.zeebe.exporter.proto that return types with arguments of type Schema.DecisionEvaluationRecord.MatchedRule Modifier and Type Method Description List<Schema.DecisionEvaluationRecord.MatchedRule>Schema.DecisionEvaluationRecord.EvaluatedDecision.Builder. getMatchedRulesList()repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;List<Schema.DecisionEvaluationRecord.MatchedRule>Schema.DecisionEvaluationRecord.EvaluatedDecision. getMatchedRulesList()repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;List<Schema.DecisionEvaluationRecord.MatchedRule>Schema.DecisionEvaluationRecord.EvaluatedDecisionOrBuilder. getMatchedRulesList()repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;com.google.protobuf.Parser<Schema.DecisionEvaluationRecord.MatchedRule>Schema.DecisionEvaluationRecord.MatchedRule. getParserForType()static com.google.protobuf.Parser<Schema.DecisionEvaluationRecord.MatchedRule>Schema.DecisionEvaluationRecord.MatchedRule. parser()Methods in io.zeebe.exporter.proto with parameters of type Schema.DecisionEvaluationRecord.MatchedRule Modifier and Type Method Description Schema.DecisionEvaluationRecord.EvaluatedDecision.BuilderSchema.DecisionEvaluationRecord.EvaluatedDecision.Builder. addMatchedRules(int index, Schema.DecisionEvaluationRecord.MatchedRule value)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;Schema.DecisionEvaluationRecord.EvaluatedDecision.BuilderSchema.DecisionEvaluationRecord.EvaluatedDecision.Builder. addMatchedRules(Schema.DecisionEvaluationRecord.MatchedRule value)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;Schema.DecisionEvaluationRecord.MatchedRule.BuilderSchema.DecisionEvaluationRecord.MatchedRule.Builder. mergeFrom(Schema.DecisionEvaluationRecord.MatchedRule other)static Schema.DecisionEvaluationRecord.MatchedRule.BuilderSchema.DecisionEvaluationRecord.MatchedRule. newBuilder(Schema.DecisionEvaluationRecord.MatchedRule prototype)Schema.DecisionEvaluationRecord.EvaluatedDecision.BuilderSchema.DecisionEvaluationRecord.EvaluatedDecision.Builder. setMatchedRules(int index, Schema.DecisionEvaluationRecord.MatchedRule value)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;Method parameters in io.zeebe.exporter.proto with type arguments of type Schema.DecisionEvaluationRecord.MatchedRule Modifier and Type Method Description Schema.DecisionEvaluationRecord.EvaluatedDecision.BuilderSchema.DecisionEvaluationRecord.EvaluatedDecision.Builder. addAllMatchedRules(Iterable<? extends Schema.DecisionEvaluationRecord.MatchedRule> values)repeated .exporter_protocol.DecisionEvaluationRecord.MatchedRule matchedRules = 8;
-