Class GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder,Cloneable
- Enclosing class:
- GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction
public static final class GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
implements GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder
Protobuf type
gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()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 instanceJSON 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.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorthe 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 instancecom.google.protobuf.ByteStringthe 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 instanceJSON 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.com.google.protobuf.ByteStringJSON 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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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 instancesetScopeIdBytes(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 instancesetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.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.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
getDefaultInstanceForType
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction getDefaultInstanceForType()- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeFrom
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>- Throws:
IOException
-
getVariables
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.string variables = 1;- Specified by:
getVariablesin interfaceGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder- Returns:
- The variables.
-
getVariablesBytes
public com.google.protobuf.ByteString getVariablesBytes()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.string variables = 1;- Specified by:
getVariablesBytesin interfaceGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder- Returns:
- The bytes for variables.
-
setVariables
public 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.string variables = 1;- Parameters:
value- The variables to set.- Returns:
- This builder for chaining.
-
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.string variables = 1;- Returns:
- This builder for chaining.
-
setVariablesBytes
public 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.string variables = 1;- Parameters:
value- The bytes for variables to set.- Returns:
- This builder for chaining.
-
getScopeId
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
string scopeId = 2;- Specified by:
getScopeIdin interfaceGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder- Returns:
- The scopeId.
-
getScopeIdBytes
public com.google.protobuf.ByteString getScopeIdBytes()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
string scopeId = 2;- Specified by:
getScopeIdBytesin interfaceGatewayOuterClass.ModifyProcessInstanceRequest.VariableInstructionOrBuilder- Returns:
- The bytes for scopeId.
-
setScopeId
public 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
string scopeId = 2;- Parameters:
value- The scopeId to set.- Returns:
- This builder for chaining.
-
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
string scopeId = 2;- Returns:
- This builder for chaining.
-
setScopeIdBytes
public 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
string scopeId = 2;- Parameters:
value- The bytes for scopeId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeUnknownFields
public final GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-