-
GatewayOuterClass.EvaluateDecisionRequest.Builder.clear()
the ID of the decision to be evaluated
the unique key identifying the decision to be evaluated (e.g.
JSON document that will instantiate the variables for the decision to be
evaluated; it must be a JSON object, as variables will be mapped in a
key-value fashion, e.g.
GatewayOuterClass.EvaluateDecisionRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.EvaluateDecisionRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.EvaluateDecisionRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.EvaluateDecisionRequest.newBuilder()
GatewayOuterClass.EvaluateDecisionRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
the ID of the decision to be evaluated
GatewayOuterClass.EvaluateDecisionRequest.Builder.setDecisionIdBytes(com.google.protobuf.ByteString value)
the ID of the decision to be evaluated
GatewayOuterClass.EvaluateDecisionRequest.Builder.setDecisionKey(long value)
the unique key identifying the decision to be evaluated (e.g.
GatewayOuterClass.EvaluateDecisionRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
JSON document that will instantiate the variables for the decision to be
evaluated; it must be a JSON object, as variables will be mapped in a
key-value fashion, e.g.
GatewayOuterClass.EvaluateDecisionRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
JSON document that will instantiate the variables for the decision to be
evaluated; it must be a JSON object, as variables will be mapped in a
key-value fashion, e.g.
GatewayOuterClass.EvaluateDecisionRequest.toBuilder()