Interface RequestCancelNexusOperationCommandAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    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 Details

    • 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.