internal change of annotations

PiperOrigin-RevId: 632206914
This commit is contained in:
hai007
2024-05-09 11:05:06 -07:00
committed by Copybara-Service
parent f26d25ed01
commit 3f1a6d63d1
+3 -3
View File
@@ -100,7 +100,8 @@ enum EventType {
RECEIVE_ATTACHMENTS_START = 17;
// End of receiving attachments phase at receiver.
RECEIVE_ATTACHMENTS_END = 18;
RECEIVE_ATTACHMENTS_END = 18
/* stage = STAGE_QS_TRANSFER_END */;
// Sender cancels sending attachments.
CANCEL_SENDING_ATTACHMENTS = 19;
@@ -308,8 +309,7 @@ enum EstablishConnectionStatus {
// The status of sending and receiving attachments. Used by SEND_ATTACHMENTS.
enum AttachmentTransmissionStatus {
UNKNOWN_ATTACHMENT_TRANSMISSION_STATUS = 0
/* status_bucket = STATUS_UNKNOWN */;
UNKNOWN_ATTACHMENT_TRANSMISSION_STATUS = 0;
COMPLETE_ATTACHMENT_TRANSMISSION_STATUS = 1
/* status_bucket = STATUS_SUCCESSFUL */;
CANCELED_ATTACHMENT_TRANSMISSION_STATUS = 2