Interface MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder

    • Method Detail

      • hasCurrentDeliveryId

        boolean hasCurrentDeliveryId()
        required int64 currentDeliveryId = 1;
        Returns:
        Whether the currentDeliveryId field is set.
      • getCurrentDeliveryId

        long getCurrentDeliveryId()
        required int64 currentDeliveryId = 1;
        Returns:
        The currentDeliveryId.
      • getUnconfirmedDeliveriesCount

        int getUnconfirmedDeliveriesCount()
        repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2;