-
GatewayOuterClass.EvaluateDecisionRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
GatewayOuterClass.EvaluateDecisionRequest.Builder.clear()
the ID of the decision to be evaluated
the unique key identifying the decision to be evaluated (e.g.
GatewayOuterClass.EvaluateDecisionRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GatewayOuterClass.EvaluateDecisionRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GatewayOuterClass.EvaluateDecisionRequest.Builder.clearTenantId()
the tenant identifier of the decision
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.clone()
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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
GatewayOuterClass.EvaluateDecisionRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
the tenant identifier of the decision
GatewayOuterClass.EvaluateDecisionRequest.Builder.setTenantIdBytes(com.google.protobuf.ByteString value)
the tenant identifier of the decision
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()