Skip to content

Commit 9f4f618

Browse files
chore: regenerate notebooks client
1 parent 38c1764 commit 9f4f618

File tree

9 files changed

+60
-33
lines changed

9 files changed

+60
-33
lines changed

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

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class AIPlatformNotebooks extends com.google.api.client.googleapis.servic
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service.
315+
* Lists information about the supported locations for this service. This method can be called in
316+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318+
* public locations as well as private or other locations specifically visible to the project.
316319
*
317320
* Create a request for the method "locations.list".
318321
*
@@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
336339
java.util.regex.Pattern.compile("^projects/[^/]+$");
337340

338341
/**
339-
* Lists information about the supported locations for this service.
342+
* Lists information about the supported locations for this service. This method can be called in
343+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345+
* public locations as well as private or other locations specifically visible to the project.
340346
*
341347
* Create a request for the method "locations.list".
342348
*
@@ -9682,8 +9688,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
96829688
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
96839689
* <li>Android: {@code newCompatibleTransport} from
96849690
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
9685-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
9686-
* </li>
9691+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
96879692
* </ul>
96889693
* @param jsonFactory JSON factory, which may be:
96899694
* <ul>

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

1515
<inceptionYear>2011</inceptionYear>

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

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-rev20251121-2.0.0</version>
25+
<version>v2-rev20260130-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-rev20251121-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-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: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class AIPlatformNotebooks extends com.google.api.client.googleapis.servic
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service.
315+
* Lists information about the supported locations for this service. This method can be called in
316+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318+
* public locations as well as private or other locations specifically visible to the project.
316319
*
317320
* Create a request for the method "locations.list".
318321
*
@@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
336339
java.util.regex.Pattern.compile("^projects/[^/]+$");
337340

338341
/**
339-
* Lists information about the supported locations for this service.
342+
* Lists information about the supported locations for this service. This method can be called in
343+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345+
* public locations as well as private or other locations specifically visible to the project.
340346
*
341347
* Create a request for the method "locations.list".
342348
*
@@ -1913,7 +1919,9 @@ public GetIamPolicy set(String parameterName, Object value) {
19131919
* This request holds the parameters needed by the notebooks server. After setting any optional
19141920
* parameters, call the {@link List#execute()} method to invoke the remote operation.
19151921
*
1916-
* @param parent Required. Format: `parent=projects/{project_id}/locations/{location}`
1922+
* @param parent Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
1923+
* list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances
1924+
* in all locations.
19171925
* @return the request
19181926
*/
19191927
public List list(java.lang.String parent) throws java.io.IOException {
@@ -1939,7 +1947,9 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
19391947
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
19401948
* must be called to initialize this instance immediately after invoking the constructor. </p>
19411949
*
1942-
* @param parent Required. Format: `parent=projects/{project_id}/locations/{location}`
1950+
* @param parent Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
1951+
* list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances
1952+
* in all locations.
19431953
* @since 1.13
19441954
*/
19451955
protected List(java.lang.String parent) {
@@ -2017,17 +2027,27 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
20172027
return (List) super.setUploadProtocol(uploadProtocol);
20182028
}
20192029

2020-
/** Required. Format: `parent=projects/{project_id}/locations/{location}` */
2030+
/**
2031+
* Required. The parent of the instance. Formats: -
2032+
* `projects/{project_id}/locations/{location}` to list instances in a specific zone. -
2033+
* `projects/{project_id}/locations/-` to list instances in all locations.
2034+
*/
20212035
@com.google.api.client.util.Key
20222036
private java.lang.String parent;
20232037

2024-
/** Required. Format: `parent=projects/{project_id}/locations/{location}`
2038+
/** Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
2039+
list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances in all
2040+
locations.
20252041
*/
20262042
public java.lang.String getParent() {
20272043
return parent;
20282044
}
20292045

2030-
/** Required. Format: `parent=projects/{project_id}/locations/{location}` */
2046+
/**
2047+
* Required. The parent of the instance. Formats: -
2048+
* `projects/{project_id}/locations/{location}` to list instances in a specific zone. -
2049+
* `projects/{project_id}/locations/-` to list instances in all locations.
2050+
*/
20312051
public List setParent(java.lang.String parent) {
20322052
if (!getSuppressPatternChecks()) {
20332053
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
@@ -4545,8 +4565,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
45454565
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
45464566
* <li>Android: {@code newCompatibleTransport} from
45474567
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
4548-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
4549-
* </li>
4568+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
45504569
* </ul>
45514570
* @param jsonFactory JSON factory, which may be:
45524571
* <ul>

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene
5050
private java.lang.String nextPageToken;
5151

5252
/**
53-
* Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A
54-
* ListInstancesResponse will only contain either instances or unreachables,
53+
* Unordered list. Locations that could not be reached. For example,
54+
* ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us-
55+
* central1-b']. A ListInstancesResponse will only contain either instances or unreachables,
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
@@ -92,17 +93,19 @@ public ListInstancesResponse setNextPageToken(java.lang.String nextPageToken) {
9293
}
9394

9495
/**
95-
* Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A
96-
* ListInstancesResponse will only contain either instances or unreachables,
96+
* Unordered list. Locations that could not be reached. For example,
97+
* ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us-
98+
* central1-b']. A ListInstancesResponse will only contain either instances or unreachables,
9799
* @return value or {@code null} for none
98100
*/
99101
public java.util.List<java.lang.String> getUnreachable() {
100102
return unreachable;
101103
}
102104

103105
/**
104-
* Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A
105-
* ListInstancesResponse will only contain either instances or unreachables,
106+
* Unordered list. Locations that could not be reached. For example,
107+
* ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us-
108+
* central1-b']. A ListInstancesResponse will only contain either instances or unreachables,
106109
* @param unreachable unreachable or {@code null} for none
107110
*/
108111
public ListInstancesResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

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-rev20251121-2.0.0</version>
12-
<name>Notebooks API v2-rev20251121-2.0.0</name>
11+
<version>v2-rev20260130-2.0.0</version>
12+
<name>Notebooks API v2-rev20260130-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-rev20251121-2.0.0</version>
25+
<version>v2-rev20260130-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-rev20251121-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)