You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/PublisherStats.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/StatusUtil.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriberStats.java
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -27,52 +27,52 @@ abstract class SubscriberStats {
27
27
28
28
@AutoValue
29
29
// TODO: Finish implementation.
30
-
publicabstractstaticclassStats {}
30
+
abstractstaticclassStats {}
31
31
32
32
/** Number of successfully published messages. */
33
-
publicabstractlonggetReceivedMessages();
33
+
abstractlonggetReceivedMessages();
34
34
35
35
/** Number of successfully published messages. */
36
-
publicabstractlonggetAckedMessages();
36
+
abstractlonggetAckedMessages();
37
37
38
38
/** Number of received messages. */
39
-
publicabstractlonggetTotalReceivedMessages();
39
+
abstractlonggetTotalReceivedMessages();
40
40
41
41
/** Number messages acked. */
42
-
publicabstractlonggetTotalAckedMessages();
42
+
abstractlonggetTotalAckedMessages();
43
43
44
44
/** End to end latency. */
45
-
publicabstractStatsgetEndToEndLatency();
45
+
abstractStatsgetEndToEndLatency();
46
46
47
47
/**
48
48
* Acknowledgement latency; time in between the message has been received and then acknowledged or
49
49
* rejected.
50
50
*/
51
-
publicabstractStatsgetAckLatency();
51
+
abstractStatsgetAckLatency();
52
52
53
53
/** Number of messages for which we have auto extended its acknowledgement deadline. */
0 commit comments