Interface RequestCancelNexusOperationCommandAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getScheduledEventId()
      The `NEXUS_OPERATION_SCHEDULED` event ID (a unique identifier) for the operation to be canceled.
      • 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 `NEXUS_OPERATION_SCHEDULED` event ID (a unique identifier) for the operation to be canceled.
         The operation may ignore cancellation and end up with any completion state.
         
        int64 scheduled_event_id = 1;
        Returns:
        The scheduledEventId.