Class GatewayOuterClass.SetVariablesRequest

    • Method Detail

      • newInstance

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

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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 workflow 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.
      • 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,
                                                                      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
      • newBuilderForType

        public GatewayOuterClass.SetVariablesRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType 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
      • 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