Skip to content

Commit c3813ef

Browse files
1 parent 56d9795 commit c3813ef

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Resource Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Resource Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-cloudresourcemanager/v2/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Resource Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Resource Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-cloudresourcemanager/v3/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-cloudresourcemanager</artifactId>
25-
<version>v3-rev20240310-2.0.0</version>
25+
<version>v3-rev20250206-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-cloudresourcemanager:v3-rev20240310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20250206-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/CloudResourceManager.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3845,9 +3845,8 @@ public Create set(String parameterName, Object value) {
38453845
* completes, you can check the lifecycle state checked by retrieving the project with GetProject,
38463846
* and the project remains visible to ListProjects. However, you cannot update the project. After
38473847
* the deletion completes, the project is not retrievable by the GetProject, ListProjects, and
3848-
* SearchProjects methods. This method behaves idempotently, such that deleting a `DELETE_REQUESTED`
3849-
* project will not cause an error, but also won't do anything. The caller must have
3850-
* `resourcemanager.projects.delete` permissions for this project.
3848+
* SearchProjects methods. The caller must have `resourcemanager.projects.delete` permissions for
3849+
* this project.
38513850
*
38523851
* Create a request for the method "projects.delete".
38533852
*
@@ -3878,9 +3877,8 @@ public class Delete extends CloudResourceManagerRequest<com.google.api.services.
38783877
* deletion completes, you can check the lifecycle state checked by retrieving the project with
38793878
* GetProject, and the project remains visible to ListProjects. However, you cannot update the
38803879
* project. After the deletion completes, the project is not retrievable by the GetProject,
3881-
* ListProjects, and SearchProjects methods. This method behaves idempotently, such that deleting
3882-
* a `DELETE_REQUESTED` project will not cause an error, but also won't do anything. The caller
3883-
* must have `resourcemanager.projects.delete` permissions for this project.
3880+
* ListProjects, and SearchProjects methods. The caller must have
3881+
* `resourcemanager.projects.delete` permissions for this project.
38843882
*
38853883
* Create a request for the method "projects.delete".
38863884
*

clients/google-api-services-cloudresourcemanager/v3/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-cloudresourcemanager</artifactId>
11-
<version>v3-rev20240310-2.0.0</version>
12-
<name>Cloud Resource Manager API v3-rev20240310-2.0.0</name>
11+
<version>v3-rev20250206-2.0.0</version>
12+
<name>Cloud Resource Manager API v3-rev20250206-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Resource Manager API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-cloudresourcemanager/v3/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-cloudresourcemanager</artifactId>
25-
<version>v3-rev20240310-2.0.0</version>
25+
<version>v3-rev20250206-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-cloudresourcemanager:v3-rev20240310-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20250206-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)