Skip to content

Commit b38766b

Browse files
1 parent 6ea9a8a commit b38766b

File tree

4 files changed

+36
-6
lines changed

4 files changed

+36
-6
lines changed

clients/google-api-services-dataform/v1beta1/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-dataform</artifactId>
25-
<version>v1beta1-rev20250420-2.0.0</version>
25+
<version>v1beta1-rev20250518-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-dataform:v1beta1-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20250518-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/NotebookRuntimeOptions.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
@SuppressWarnings("javadoc")
3030
public final class NotebookRuntimeOptions extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. The resource name of the [Colab runtime template]
34+
* (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook
35+
* executions. If not specified, a runtime is created with Colab's default specifications.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String aiPlatformNotebookRuntimeTemplate;
40+
3241
/**
3342
* Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-
3443
* name`.
@@ -37,6 +46,27 @@ public final class NotebookRuntimeOptions extends com.google.api.client.json.Gen
3746
@com.google.api.client.util.Key
3847
private java.lang.String gcsOutputBucket;
3948

49+
/**
50+
* Optional. The resource name of the [Colab runtime template]
51+
* (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook
52+
* executions. If not specified, a runtime is created with Colab's default specifications.
53+
* @return value or {@code null} for none
54+
*/
55+
public java.lang.String getAiPlatformNotebookRuntimeTemplate() {
56+
return aiPlatformNotebookRuntimeTemplate;
57+
}
58+
59+
/**
60+
* Optional. The resource name of the [Colab runtime template]
61+
* (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook
62+
* executions. If not specified, a runtime is created with Colab's default specifications.
63+
* @param aiPlatformNotebookRuntimeTemplate aiPlatformNotebookRuntimeTemplate or {@code null} for none
64+
*/
65+
public NotebookRuntimeOptions setAiPlatformNotebookRuntimeTemplate(java.lang.String aiPlatformNotebookRuntimeTemplate) {
66+
this.aiPlatformNotebookRuntimeTemplate = aiPlatformNotebookRuntimeTemplate;
67+
return this;
68+
}
69+
4070
/**
4171
* Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-
4272
* name`.

clients/google-api-services-dataform/v1beta1/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-dataform</artifactId>
11-
<version>v1beta1-rev20250420-2.0.0</version>
12-
<name>Dataform API v1beta1-rev20250420-2.0.0</name>
11+
<version>v1beta1-rev20250518-2.0.0</version>
12+
<name>Dataform API v1beta1-rev20250518-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataform/v1beta1/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-dataform</artifactId>
25-
<version>v1beta1-rev20250420-2.0.0</version>
25+
<version>v1beta1-rev20250518-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-dataform:v1beta1-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20250518-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)