Skip to content

Commit 1f2c807

Browse files
1 parent e0aa1a3 commit 1f2c807

File tree

7 files changed

+108
-20
lines changed

7 files changed

+108
-20
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-rev20250710-2.0.0</version>
25+
<version>v2-rev20251008-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-rev20250710-2.0.0'
38+
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20251008-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: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,22 @@ public List setName(java.lang.String name) {
445445
}
446446

447447
/**
448-
* Optional. A list of extra location types that should be used as conditions for
449-
* controlling the visibility of the locations.
448+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
449+
* is primarily intended for internal usage.
450450
*/
451451
@com.google.api.client.util.Key
452452
private java.util.List<java.lang.String> extraLocationTypes;
453453

454-
/** Optional. A list of extra location types that should be used as conditions for controlling the
455-
visibility of the locations.
454+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
455+
primarily intended for internal usage.
456456
*/
457457
public java.util.List<java.lang.String> getExtraLocationTypes() {
458458
return extraLocationTypes;
459459
}
460460

461461
/**
462-
* Optional. A list of extra location types that should be used as conditions for
463-
* controlling the visibility of the locations.
462+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
463+
* is primarily intended for internal usage.
464464
*/
465465
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
466466
this.extraLocationTypes = extraLocationTypes;
@@ -2121,7 +2121,7 @@ public List set(String parameterName, Object value) {
21212121
* This request holds the parameters needed by the notebooks server. After setting any optional
21222122
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
21232123
*
2124-
* @param name Output only. The name of this notebook instance. Format:
2124+
* @param name Output only. Identifier. The name of this notebook instance. Format:
21252125
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
21262126
* @param content the {@link com.google.api.services.notebooks.v2.model.Instance}
21272127
* @return the request
@@ -2150,7 +2150,7 @@ public class Patch extends AIPlatformNotebooksRequest<com.google.api.services.no
21502150
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
21512151
* be called to initialize this instance immediately after invoking the constructor. </p>
21522152
*
2153-
* @param name Output only. The name of this notebook instance. Format:
2153+
* @param name Output only. Identifier. The name of this notebook instance. Format:
21542154
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
21552155
* @param content the {@link com.google.api.services.notebooks.v2.model.Instance}
21562156
* @since 1.13
@@ -2221,21 +2221,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
22212221
}
22222222

22232223
/**
2224-
* Output only. The name of this notebook instance. Format:
2224+
* Output only. Identifier. The name of this notebook instance. Format:
22252225
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
22262226
*/
22272227
@com.google.api.client.util.Key
22282228
private java.lang.String name;
22292229

2230-
/** Output only. The name of this notebook instance. Format:
2230+
/** Output only. Identifier. The name of this notebook instance. Format:
22312231
`projects/{project_id}/locations/{location}/instances/{instance_id}`
22322232
*/
22332233
public java.lang.String getName() {
22342234
return name;
22352235
}
22362236

22372237
/**
2238-
* Output only. The name of this notebook instance. Format:
2238+
* Output only. Identifier. The name of this notebook instance. Format:
22392239
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
22402240
*/
22412241
public Patch setName(java.lang.String name) {
@@ -4468,6 +4468,40 @@ public List setPageToken(java.lang.String pageToken) {
44684468
return this;
44694469
}
44704470

4471+
/**
4472+
* When set to `true`, operations that are reachable are returned as normal, and those
4473+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4474+
* This can only be `true` when reading across collections e.g. when `parent` is set to
4475+
* `"projects/example/locations/-"`. This field is not by default supported and will
4476+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4477+
* service or product specific documentation.
4478+
*/
4479+
@com.google.api.client.util.Key
4480+
private java.lang.Boolean returnPartialSuccess;
4481+
4482+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
4483+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
4484+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
4485+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
4486+
explicitly documented otherwise in service or product specific documentation.
4487+
*/
4488+
public java.lang.Boolean getReturnPartialSuccess() {
4489+
return returnPartialSuccess;
4490+
}
4491+
4492+
/**
4493+
* When set to `true`, operations that are reachable are returned as normal, and those
4494+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4495+
* This can only be `true` when reading across collections e.g. when `parent` is set to
4496+
* `"projects/example/locations/-"`. This field is not by default supported and will
4497+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
4498+
* service or product specific documentation.
4499+
*/
4500+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
4501+
this.returnPartialSuccess = returnPartialSuccess;
4502+
return this;
4503+
}
4504+
44714505
@Override
44724506
public List set(String parameterName, Object value) {
44734507
return (List) super.set(parameterName, value);

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ public final class DataDisk extends com.google.api.client.json.GenericJson {
6161
@com.google.api.client.util.Key
6262
private java.lang.String kmsKey;
6363

64+
/**
65+
* Optional. The resource policies to apply to the data disk.
66+
* The value may be {@code null}.
67+
*/
68+
@com.google.api.client.util.Key
69+
private java.util.List<java.lang.String> resourcePolicies;
70+
6471
/**
6572
* Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.
6673
* @return value or {@code null} for none
@@ -137,6 +144,23 @@ public DataDisk setKmsKey(java.lang.String kmsKey) {
137144
return this;
138145
}
139146

147+
/**
148+
* Optional. The resource policies to apply to the data disk.
149+
* @return value or {@code null} for none
150+
*/
151+
public java.util.List<java.lang.String> getResourcePolicies() {
152+
return resourcePolicies;
153+
}
154+
155+
/**
156+
* Optional. The resource policies to apply to the data disk.
157+
* @param resourcePolicies resourcePolicies or {@code null} for none
158+
*/
159+
public DataDisk setResourcePolicies(java.util.List<java.lang.String> resourcePolicies) {
160+
this.resourcePolicies = resourcePolicies;
161+
return this;
162+
}
163+
140164
@Override
141165
public DataDisk set(String fieldName, Object value) {
142166
return (DataDisk) super.set(fieldName, value);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public final class Instance extends com.google.api.client.json.GenericJson {
121121
private java.util.Map<String, java.lang.String> labels;
122122

123123
/**
124-
* Output only. The name of this notebook instance. Format:
124+
* Output only. Identifier. The name of this notebook instance. Format:
125125
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
126126
* The value may be {@code null}.
127127
*/
@@ -396,7 +396,7 @@ public Instance setLabels(java.util.Map<String, java.lang.String> labels) {
396396
}
397397

398398
/**
399-
* Output only. The name of this notebook instance. Format:
399+
* Output only. Identifier. The name of this notebook instance. Format:
400400
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
401401
* @return value or {@code null} for none
402402
*/
@@ -405,7 +405,7 @@ public java.lang.String getName() {
405405
}
406406

407407
/**
408-
* Output only. The name of this notebook instance. Format:
408+
* Output only. Identifier. The name of this notebook instance. Format:
409409
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
410410
* @param name name or {@code null} for none
411411
*/

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.util.List<Operation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public ListOperationsResponse set(String fieldName, Object value) {
82112
return (ListOperationsResponse) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)