Skip to content

Commit 1fd97e8

Browse files
chore: regenerate servicecontrol client
1 parent 5ec85f7 commit 1fd97e8

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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-rev20251125-2.0.0</version>
25+
<version>v1-rev20251229-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-rev20251125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20251229-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ public final class QuotaInfo extends com.google.api.client.json.GenericJson {
4949
@com.google.api.client.util.Key
5050
private java.util.Map<String, java.lang.Integer> quotaConsumed;
5151

52+
/**
53+
* Output only. Indicates the state of the quota extraction.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private java.lang.String quotaExtractionState;
58+
5259
/**
5360
* Quota metrics to indicate the usage. Depending on the check request, one or more of the
5461
* following metrics will be included: 1. For rate quota, per quota group or per quota metric
@@ -115,6 +122,23 @@ public QuotaInfo setQuotaConsumed(java.util.Map<String, java.lang.Integer> quota
115122
return this;
116123
}
117124

125+
/**
126+
* Output only. Indicates the state of the quota extraction.
127+
* @return value or {@code null} for none
128+
*/
129+
public java.lang.String getQuotaExtractionState() {
130+
return quotaExtractionState;
131+
}
132+
133+
/**
134+
* Output only. Indicates the state of the quota extraction.
135+
* @param quotaExtractionState quotaExtractionState or {@code null} for none
136+
*/
137+
public QuotaInfo setQuotaExtractionState(java.lang.String quotaExtractionState) {
138+
this.quotaExtractionState = quotaExtractionState;
139+
return this;
140+
}
141+
118142
/**
119143
* Quota metrics to indicate the usage. Depending on the check request, one or more of the
120144
* following metrics will be included: 1. For rate quota, per quota group or per quota metric

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-rev20251125-2.0.0</version>
12-
<name>Service Control API v1-rev20251125-2.0.0</name>
11+
<version>v1-rev20251229-2.0.0</version>
12+
<name>Service Control API v1-rev20251229-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-rev20251125-2.0.0</version>
25+
<version>v1-rev20251229-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-rev20251125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20251229-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)