Interface GatewayOuterClass.CompleteJobRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.CompleteJobRequest, GatewayOuterClass.CompleteJobRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.CompleteJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    the unique job identifier, as obtained from ActivateJobsResponse
    a JSON document representing the variables in the current task scope
    com.google.protobuf.ByteString
    a JSON document representing the variables in the current task scope

    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 Details

    • getJobKey

      long getJobKey()
       the unique job identifier, as obtained from ActivateJobsResponse
       
      int64 jobKey = 1;
      Returns:
      The jobKey.
    • getVariables

      String getVariables()
       a JSON document representing the variables in the current task scope
       
      string variables = 2;
      Returns:
      The variables.
    • getVariablesBytes

      com.google.protobuf.ByteString getVariablesBytes()
       a JSON document representing the variables in the current task scope
       
      string variables = 2;
      Returns:
      The bytes for variables.