Interface RequestMessages.CancellationMessageOrBuilder

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

public static interface RequestMessages.CancellationMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Unique identifier for a request that should be cancelled.
    boolean
    Unique identifier for a request that should be cancelled.

    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

    • hasRequestIdToCancel

      boolean hasRequestIdToCancel()
       Unique identifier for a request that should be cancelled.
       
      required int64 requestIdToCancel = 1;
      Returns:
      Whether the requestIdToCancel field is set.
    • getRequestIdToCancel

      long getRequestIdToCancel()
       Unique identifier for a request that should be cancelled.
       
      required int64 requestIdToCancel = 1;
      Returns:
      The requestIdToCancel.