Skip to content

Commit b63b20a

Browse files
1 parent 5b18a0d commit b63b20a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

clients/google-api-services-serviceusage/v1beta1/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-serviceusage</artifactId>
25-
<version>v1beta1-rev20250313-2.0.0</version>
25+
<version>v1beta1-rev20250417-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-serviceusage:v1beta1-rev20250313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1beta1/2.0.0/com/google/api/services/serviceusage/v1beta1/ServiceUsage.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,8 @@ public class ConsumerQuotaMetrics {
15061506
* This request holds the parameters needed by the serviceusage server. After setting any optional
15071507
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
15081508
*
1509-
* @param name The resource name of the quota limit. An example name would be: `projects/123/services/serviceusage.
1510-
* googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
1509+
* @param name The resource name of the quota. An example name would be: `projects/123/services/serviceusage.google
1510+
* apis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
15111511
* @return the request
15121512
*/
15131513
public Get get(java.lang.String name) throws java.io.IOException {
@@ -1533,8 +1533,8 @@ public class Get extends ServiceUsageRequest<com.google.api.services.serviceusag
15331533
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
15341534
* must be called to initialize this instance immediately after invoking the constructor. </p>
15351535
*
1536-
* @param name The resource name of the quota limit. An example name would be: `projects/123/services/serviceusage.
1537-
* googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
1536+
* @param name The resource name of the quota. An example name would be: `projects/123/services/serviceusage.google
1537+
* apis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
15381538
* @since 1.13
15391539
*/
15401540
protected Get(java.lang.String name) {
@@ -1613,22 +1613,22 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
16131613
}
16141614

16151615
/**
1616-
* The resource name of the quota limit. An example name would be: `projects/123/services/se
1617-
* rviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
1616+
* The resource name of the quota. An example name would be: `projects/123/services/serviceu
1617+
* sage.googleapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
16181618
*/
16191619
@com.google.api.client.util.Key
16201620
private java.lang.String name;
16211621

1622-
/** The resource name of the quota limit. An example name would be: `projects/123/services/serviceusage
1623-
.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
1622+
/** The resource name of the quota. An example name would be: `projects/123/services/serviceusage.googl
1623+
eapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
16241624
*/
16251625
public java.lang.String getName() {
16261626
return name;
16271627
}
16281628

16291629
/**
1630-
* The resource name of the quota limit. An example name would be: `projects/123/services/se
1631-
* rviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests`
1630+
* The resource name of the quota. An example name would be: `projects/123/services/serviceu
1631+
* sage.googleapis.com/consumerQuotaMetrics/serviceusage.googleapis.com%2Fmutate_requests`
16321632
*/
16331633
public Get setName(java.lang.String name) {
16341634
if (!getSuppressPatternChecks()) {

clients/google-api-services-serviceusage/v1beta1/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-serviceusage</artifactId>
11-
<version>v1beta1-rev20250313-2.0.0</version>
12-
<name>Service Usage API v1beta1-rev20250313-2.0.0</name>
11+
<version>v1beta1-rev20250417-2.0.0</version>
12+
<name>Service Usage API v1beta1-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceusage/v1beta1/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-serviceusage</artifactId>
25-
<version>v1beta1-rev20250313-2.0.0</version>
25+
<version>v1beta1-rev20250417-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-serviceusage:v1beta1-rev20250313-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20250417-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)