Class GatewayOuterClass.SetVariablesRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.SetVariablesRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GatewayOuterClass.SetVariablesRequestOrBuilder, Serializable
Enclosing class:
GatewayOuterClass

public static final class GatewayOuterClass.SetVariablesRequest extends com.google.protobuf.GeneratedMessageV3 implements GatewayOuterClass.SetVariablesRequestOrBuilder
Protobuf type gateway_protocol.SetVariablesRequest
See Also:
  • Field Details

    • ELEMENTINSTANCEKEY_FIELD_NUMBER

      public static final int ELEMENTINSTANCEKEY_FIELD_NUMBER
      See Also:
    • VARIABLES_FIELD_NUMBER

      public static final int VARIABLES_FIELD_NUMBER
      See Also:
    • LOCAL_FIELD_NUMBER

      public static final int LOCAL_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getElementInstanceKey

      public long getElementInstanceKey()
       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)
       
      int64 elementInstanceKey = 1;
      Specified by:
      getElementInstanceKey in interface GatewayOuterClass.SetVariablesRequestOrBuilder
      Returns:
      The elementInstanceKey.
    • getVariables

      public String getVariables()
       a JSON serialized document describing variables as key value pairs; the root of the document
       must be an object
       
      string variables = 2;
      Specified by:
      getVariables in interface GatewayOuterClass.SetVariablesRequestOrBuilder
      Returns:
      The variables.
    • getVariablesBytes

      public com.google.protobuf.ByteString getVariablesBytes()
       a JSON serialized document describing variables as key value pairs; the root of the document
       must be an object
       
      string variables = 2;
      Specified by:
      getVariablesBytes in interface GatewayOuterClass.SetVariablesRequestOrBuilder
      Returns:
      The bytes for variables.
    • getLocal

      public boolean getLocal()
       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.
       for example, let's say we have two scopes, '1' and '2', with each having effective variables as:
       1 => `{ "foo" : 2 }`, and 2 => `{ "bar" : 1 }`. if we send an update request with
       elementInstanceKey = 2, variables `{ "foo" : 5 }`, and local is true, then scope 1 will
       be unchanged, and scope 2 will now be `{ "bar" : 1, "foo" 5 }`. if local was false, however,
       then scope 1 would be `{ "foo": 5 }`, and scope 2 would be `{ "bar" : 1 }`.
       
      bool local = 3;
      Specified by:
      getLocal in interface GatewayOuterClass.SetVariablesRequestOrBuilder
      Returns:
      The local.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GatewayOuterClass.SetVariablesRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GatewayOuterClass.SetVariablesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GatewayOuterClass.SetVariablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GatewayOuterClass.SetVariablesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static GatewayOuterClass.SetVariablesRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GatewayOuterClass.SetVariablesRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<GatewayOuterClass.SetVariablesRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public GatewayOuterClass.SetVariablesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder