GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
instructions describing which variables should be created
instructions describing which variables should be created
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clear()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clearScopeId()
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clearVariables()
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.clone()
instructions describing which variables should be created
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilder()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilderForType()
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setScopeId(String value)
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setScopeIdBytes(com.google.protobuf.ByteString value)
the id of the element in which scope the variables should be created;
leave empty to create the variables in the global scope of the process instance
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setVariables(String value)
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
JSON document that will instantiate the variables for the root variable scope of the
process instance; it must be a JSON object, as variables will be mapped in a
key-value fashion. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.toBuilder()