Package api

Interface SubmitOuterClass.CancellationResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCancelledIds​(int index)
      repeated string cancelled_ids = 1;
      com.google.protobuf.ByteString getCancelledIdsBytes​(int index)
      repeated string cancelled_ids = 1;
      int getCancelledIdsCount()
      repeated string cancelled_ids = 1;
      List<String> getCancelledIdsList()
      repeated string cancelled_ids = 1;
      • 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

      • getCancelledIdsList

        List<String> getCancelledIdsList()
        repeated string cancelled_ids = 1;
        Returns:
        A list containing the cancelledIds.
      • getCancelledIdsCount

        int getCancelledIdsCount()
        repeated string cancelled_ids = 1;
        Returns:
        The count of cancelledIds.
      • getCancelledIds

        String getCancelledIds​(int index)
        repeated string cancelled_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The cancelledIds at the given index.
      • getCancelledIdsBytes

        com.google.protobuf.ByteString getCancelledIdsBytes​(int index)
        repeated string cancelled_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the cancelledIds at the given index.