Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v1-rev20251121-2.0.0</version>
<version>v1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20251121-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v1-rev20251121-2.0.0</version>
<name>Notebooks API v1-rev20251121-2.0.0</name>
<version>v1-rev20260130-2.0.0</version>
<name>Notebooks API v1-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v1-rev20251121-2.0.0</version>
<version>v1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20251121-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v1-rev20260130-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20251121-2.0.0</version>
<version>v2-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20251121-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -336,7 +339,10 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -1913,7 +1919,9 @@ public GetIamPolicy set(String parameterName, Object value) {
* This request holds the parameters needed by the notebooks server. After setting any optional
* parameters, call the {@link List#execute()} method to invoke the remote operation.
*
* @param parent Required. Format: `parent=projects/{project_id}/locations/{location}`
* @param parent Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
* list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances
* in all locations.
* @return the request
*/
public List list(java.lang.String parent) throws java.io.IOException {
Expand All @@ -1939,7 +1947,9 @@ public class List extends AIPlatformNotebooksRequest<com.google.api.services.not
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
* must be called to initialize this instance immediately after invoking the constructor. </p>
*
* @param parent Required. Format: `parent=projects/{project_id}/locations/{location}`
* @param parent Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
* list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances
* in all locations.
* @since 1.13
*/
protected List(java.lang.String parent) {
Expand Down Expand Up @@ -2017,17 +2027,27 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
return (List) super.setUploadProtocol(uploadProtocol);
}

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

/** Required. Format: `parent=projects/{project_id}/locations/{location}`
/** Required. The parent of the instance. Formats: - `projects/{project_id}/locations/{location}` to
list instances in a specific zone. - `projects/{project_id}/locations/-` to list instances in all
locations.
*/
public java.lang.String getParent() {
return parent;
}

/** Required. Format: `parent=projects/{project_id}/locations/{location}` */
/**
* Required. The parent of the instance. Formats: -
* `projects/{project_id}/locations/{location}` to list instances in a specific zone. -
* `projects/{project_id}/locations/-` to list instances in all locations.
*/
public List setParent(java.lang.String parent) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene
private java.lang.String nextPageToken;

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

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

/**
* Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A
* ListInstancesResponse will only contain either instances or unreachables,
* Unordered list. Locations that could not be reached. For example,
* ['projects/{project_id}/locations/us-west1-a', 'projects/{project_id}/locations/us-
* central1-b']. A ListInstancesResponse will only contain either instances or unreachables,
* @param unreachable unreachable or {@code null} for none
*/
public ListInstancesResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20251121-2.0.0</version>
<name>Notebooks API v2-rev20251121-2.0.0</name>
<version>v2-rev20260130-2.0.0</version>
<name>Notebooks API v2-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-notebooks/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-notebooks</artifactId>
<version>v2-rev20251121-2.0.0</version>
<version>v2-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20251121-2.0.0'
implementation 'com.google.apis:google-api-services-notebooks:v2-rev20260130-2.0.0'
}
```

Expand Down