Skip to content

Commit c52c50f

Browse files
1 parent 42c4981 commit c52c50f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-servicecontrol/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicecontrol</artifactId>
25-
<version>v1-rev20250124-2.0.0</version>
25+
<version>v1-rev20250411-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250411-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Distribution.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class Distribution extends com.google.api.client.json.GenericJson {
3737
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
3838
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
3939
* `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
4141
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
4242
* omitted.
4343
* The value may be {@code null}.
@@ -116,7 +116,7 @@ public final class Distribution extends com.google.api.client.json.GenericJson {
116116
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
117117
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
118118
* `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
120120
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
121121
* omitted.
122122
* @return value or {@code null} for none
@@ -130,7 +130,7 @@ public java.util.List<java.lang.Long> getBucketCounts() {
130130
* must sum to the `count` value. The buckets are defined below in `bucket_option`. There are N
131131
* buckets. `bucket_counts[0]` is the number of samples in the underflow bucket.
132132
* `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
134134
* comments of `bucket_option` below for more details. Any suffix of trailing zeros may be
135135
* omitted.
136136
* @param bucketCounts bucketCounts or {@code null} for none

clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-servicecontrol</artifactId>
11-
<version>v1-rev20250124-2.0.0</version>
12-
<name>Service Control API v1-rev20250124-2.0.0</name>
11+
<version>v1-rev20250411-2.0.0</version>
12+
<name>Service Control API v1-rev20250411-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicecontrol</artifactId>
25-
<version>v1-rev20250124-2.0.0</version>
25+
<version>v1-rev20250411-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250411-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)