Interface NexusOperationStartedEventAttributesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NexusOperationStartedEventAttributes, NexusOperationStartedEventAttributes.Builder

    @Generated(value="protoc",
               comments="annotations:NexusOperationStartedEventAttributesOrBuilder.java.pb.meta")
    public interface NexusOperationStartedEventAttributesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOperationId()
      The operation ID returned by the Nexus handler in the response to the StartOperation request.
      com.google.protobuf.ByteString getOperationIdBytes()
      The operation ID returned by the Nexus handler in the response to the StartOperation request.
      java.lang.String getRequestId()
      The request ID allocated at schedule time.
      com.google.protobuf.ByteString getRequestIdBytes()
      The request ID allocated at schedule time.
      long getScheduledEventId()
      The ID of the `NEXUS_OPERATION_SCHEDULED` event this task corresponds to.
      • 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

      • getScheduledEventId

        long getScheduledEventId()
         The ID of the `NEXUS_OPERATION_SCHEDULED` event this task corresponds to.
         
        int64 scheduled_event_id = 1;
        Returns:
        The scheduledEventId.
      • getOperationId

        java.lang.String getOperationId()
         The operation ID returned by the Nexus handler in the response to the StartOperation request.
         This ID is used when canceling the operation.
         
        string operation_id = 3;
        Returns:
        The operationId.
      • getOperationIdBytes

        com.google.protobuf.ByteString getOperationIdBytes()
         The operation ID returned by the Nexus handler in the response to the StartOperation request.
         This ID is used when canceling the operation.
         
        string operation_id = 3;
        Returns:
        The bytes for operationId.
      • getRequestId

        java.lang.String getRequestId()
         The request ID allocated at schedule time.
         
        string request_id = 4;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         The request ID allocated at schedule time.
         
        string request_id = 4;
        Returns:
        The bytes for requestId.