Skip to content

Commit a91f793

Browse files
1 parent c47bbfd commit a91f793

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

clients/google-api-services-servicecontrol/v2/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>v2-rev20250124-2.0.0</version>
25+
<version>v2-rev20250425-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:v2-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20250425-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/ServiceControl.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ public Services services() {
154154
public class Services {
155155

156156
/**
157-
* Private Preview. This feature is only available for approved services. This method provides
158-
* admission control for services that are integrated with [Service
157+
* This method provides admission control for services that are integrated with [Service
159158
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an operation
160159
* should be allowed based on the service configuration and relevant policies. It must be called
161160
* before the operation is executed. For more information, see [Admission
@@ -190,8 +189,7 @@ public class Check extends ServiceControlRequest<com.google.api.services.service
190189
private static final String REST_PATH = "v2/services/{serviceName}:check";
191190

192191
/**
193-
* Private Preview. This feature is only available for approved services. This method provides
194-
* admission control for services that are integrated with [Service
192+
* This method provides admission control for services that are integrated with [Service
195193
* Infrastructure](https://cloud.google.com/service-infrastructure). It checks whether an
196194
* operation should be allowed based on the service configuration and relevant policies. It must
197195
* be called before the operation is executed. For more information, see [Admission
@@ -313,8 +311,7 @@ public Check set(String parameterName, Object value) {
313311
}
314312
}
315313
/**
316-
* Private Preview. This feature is only available for approved services. This method provides
317-
* telemetry reporting for services that are integrated with [Service
314+
* This method provides telemetry reporting for services that are integrated with [Service
318315
* Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of operations
319316
* that have occurred on a service. It must be called after the operations have been executed. For
320317
* more information, see [Telemetry Reporting](https://cloud.google.com/service-
@@ -347,8 +344,7 @@ public class Report extends ServiceControlRequest<com.google.api.services.servic
347344
private static final String REST_PATH = "v2/services/{serviceName}:report";
348345

349346
/**
350-
* Private Preview. This feature is only available for approved services. This method provides
351-
* telemetry reporting for services that are integrated with [Service
347+
* This method provides telemetry reporting for services that are integrated with [Service
352348
* Infrastructure](https://cloud.google.com/service-infrastructure). It reports a list of
353349
* operations that have occurred on a service. It must be called after the operations have been
354350
* executed. For more information, see [Telemetry Reporting](https://cloud.google.com/service-

clients/google-api-services-servicecontrol/v2/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>v2-rev20250124-2.0.0</version>
12-
<name>Service Control API v2-rev20250124-2.0.0</name>
11+
<version>v2-rev20250425-2.0.0</version>
12+
<name>Service Control API v2-rev20250425-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicecontrol/v2/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>v2-rev20250124-2.0.0</version>
25+
<version>v2-rev20250425-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:v2-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20250425-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)