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: clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Distribution.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class Distribution extends com.google.api.client.json.GenericJson {
37
37
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
38
38
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
39
39
* `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite
40
-
* buckets. And `bucket_counts[N] is the number of samples in the overflow bucket. See the
40
+
* buckets. And `bucket_counts[N]` is the number of samples in the overflow bucket. See the
41
41
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
42
42
* omitted.
43
43
* The value may be {@code null}.
@@ -116,7 +116,7 @@ public final class Distribution extends com.google.api.client.json.GenericJson {
116
116
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
117
117
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
118
118
* `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite
119
-
* buckets. And `bucket_counts[N] is the number of samples in the overflow bucket. See the
119
+
* buckets. And `bucket_counts[N]` is the number of samples in the overflow bucket. See the
120
120
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
121
121
* omitted.
122
122
* @return value or {@code null} for none
@@ -130,7 +130,7 @@ public java.util.List<java.lang.Long> getBucketCounts() {
130
130
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
131
131
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
132
132
* `bucket_counts[1]` to `bucket_counts[N-1]` are the numbers of samples in each of the finite
133
-
* buckets. And `bucket_counts[N] is the number of samples in the overflow bucket. See the
133
+
* buckets. And `bucket_counts[N]` is the number of samples in the overflow bucket. See the
134
134
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
135
135
* omitted.
136
136
* @param bucketCounts bucketCounts or {@code null} for none
0 commit comments