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 TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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 instancecom.google.protobuf.ByteString
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.com.google.protobuf.ByteString
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods 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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
getDefaultInstanceForType
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction getDefaultInstanceForType()- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
setField
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
clearField
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
clearOneof
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
setRepeatedField
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
addRepeatedField
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeFrom
public GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getVariables
in 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:
getVariablesBytes
in 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:
getScopeId
in 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:
getScopeIdBytes
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-
mergeUnknownFields
public final GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GatewayOuterClass.ModifyProcessInstanceRequest.VariableInstruction.Builder>
-