Skip to content

Commit 99814d3

Browse files
1 parent bc6023a commit 99814d3

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

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

clients/google-api-services-notebooks/v2/2.0.0/com/google/api/services/notebooks/v2/AIPlatformNotebooks.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,9 +1290,7 @@ public Get set(String parameterName, Object value) {
12901290
}
12911291
}
12921292
/**
1293-
* Gets general backend configurations that might also affect the frontend. Location is required by
1294-
* CCFE. Although we could bypass it to send location- less request directly to the backend job, we
1295-
* would need CPE (go/cloud-cpe). Having the location might also be useful depending on the query.
1293+
* Returns various configuration parameters.
12961294
*
12971295
* Create a request for the method "instances.getConfig".
12981296
*
@@ -1316,10 +1314,7 @@ public class GetConfig extends AIPlatformNotebooksRequest<com.google.api.service
13161314
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
13171315

13181316
/**
1319-
* Gets general backend configurations that might also affect the frontend. Location is required
1320-
* by CCFE. Although we could bypass it to send location- less request directly to the backend
1321-
* job, we would need CPE (go/cloud-cpe). Having the location might also be useful depending on
1322-
* the query.
1317+
* Returns various configuration parameters.
13231318
*
13241319
* Create a request for the method "instances.getConfig".
13251320
*

clients/google-api-services-notebooks/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-notebooks</artifactId>
11-
<version>v2-rev20250528-2.0.0</version>
12-
<name>Notebooks API v2-rev20250528-2.0.0</name>
11+
<version>v2-rev20250604-2.0.0</version>
12+
<name>Notebooks API v2-rev20250604-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)