Interface GatewayOuterClass.CreateWorkflowInstanceWithResultRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFetchVariables​(int index)
      list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
      com.google.protobuf.ByteString getFetchVariablesBytes​(int index)
      list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
      int getFetchVariablesCount()
      list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
      List<String> getFetchVariablesList()
      list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
      GatewayOuterClass.CreateWorkflowInstanceRequest getRequest()
      .gateway_protocol.CreateWorkflowInstanceRequest request = 1;
      GatewayOuterClass.CreateWorkflowInstanceRequestOrBuilder getRequestOrBuilder()
      .gateway_protocol.CreateWorkflowInstanceRequest request = 1;
      long getRequestTimeout()
      timeout (in ms).
      boolean hasRequest()
      .gateway_protocol.CreateWorkflowInstanceRequest request = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRequest

        boolean hasRequest()
        .gateway_protocol.CreateWorkflowInstanceRequest request = 1;
        Returns:
        Whether the request field is set.
      • getRequestTimeout

        long getRequestTimeout()
         timeout (in ms). the request will be closed if the workflow is not completed
         before the requestTimeout.
         if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.
         
        int64 requestTimeout = 2;
        Returns:
        The requestTimeout.
      • getFetchVariablesList

        List<String> getFetchVariablesList()
         list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables`
         if empty, all visible variables in the root scope will be returned.
         
        repeated string fetchVariables = 3;
        Returns:
        A list containing the fetchVariables.
      • getFetchVariablesCount

        int getFetchVariablesCount()
         list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables`
         if empty, all visible variables in the root scope will be returned.
         
        repeated string fetchVariables = 3;
        Returns:
        The count of fetchVariables.
      • getFetchVariables

        String getFetchVariables​(int index)
         list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables`
         if empty, all visible variables in the root scope will be returned.
         
        repeated string fetchVariables = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The fetchVariables at the given index.
      • getFetchVariablesBytes

        com.google.protobuf.ByteString getFetchVariablesBytes​(int index)
         list of names of variables to be included in `CreateWorkflowInstanceWithResultResponse.variables`
         if empty, all visible variables in the root scope will be returned.
         
        repeated string fetchVariables = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the fetchVariables at the given index.