-
GatewayOuterClass.SetVariablesRequest.Builder.clear()
the unique identifier of a particular element; can be the process instance key (as
obtained during instance creation), or a given element, such as a service task (see
elementInstanceKey on the job message)
GatewayOuterClass.SetVariablesRequest.Builder.clearLocal()
if true, the variables will be merged strictly into the local scope (as indicated by
elementInstanceKey); this means the variables is not propagated to upper scopes.
a JSON serialized document describing variables as key value pairs; the root of the document
must be an object
GatewayOuterClass.SetVariablesRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.SetVariablesRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.SetVariablesRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.SetVariablesRequest.newBuilder()
GatewayOuterClass.SetVariablesRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
the unique identifier of a particular element; can be the process instance key (as
obtained during instance creation), or a given element, such as a service task (see
elementInstanceKey on the job message)
GatewayOuterClass.SetVariablesRequest.Builder.setLocal(boolean value)
if true, the variables will be merged strictly into the local scope (as indicated by
elementInstanceKey); this means the variables is not propagated to upper scopes.
GatewayOuterClass.SetVariablesRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
a JSON serialized document describing variables as key value pairs; the root of the document
must be an object
GatewayOuterClass.SetVariablesRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
a JSON serialized document describing variables as key value pairs; the root of the document
must be an object
GatewayOuterClass.SetVariablesRequest.toBuilder()