File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed
generated/google-apis-dataform_v1beta1
lib/google/apis/dataform_v1beta1 Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -143870,6 +143870,7 @@
143870
143870
"/dataform:v1beta1/NotebookAction/contents": contents
143871
143871
"/dataform:v1beta1/NotebookAction/jobId": job_id
143872
143872
"/dataform:v1beta1/NotebookRuntimeOptions": notebook_runtime_options
143873
+ "/dataform:v1beta1/NotebookRuntimeOptions/aiPlatformNotebookRuntimeTemplate": ai_platform_notebook_runtime_template
143873
143874
"/dataform:v1beta1/NotebookRuntimeOptions/gcsOutputBucket": gcs_output_bucket
143874
143875
"/dataform:v1beta1/OperationMetadata": operation_metadata
143875
143876
"/dataform:v1beta1/OperationMetadata/apiVersion": api_version
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-dataform_v1beta1
2
2
3
+ ### v0.44.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250518
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.43.0 (2025-05-04)
4
9
5
10
* Regenerated using generator version 0.17.0
Original file line number Diff line number Diff line change @@ -2042,6 +2042,14 @@ def update!(**args)
2042
2042
class NotebookRuntimeOptions
2043
2043
include Google ::Apis ::Core ::Hashable
2044
2044
2045
+ # Optional. The resource name of the [Colab runtime template] (https://cloud.
2046
+ # google.com/colab/docs/runtimes), from which a runtime is created for notebook
2047
+ # executions. If not specified, a runtime is created with Colab's default
2048
+ # specifications.
2049
+ # Corresponds to the JSON property `aiPlatformNotebookRuntimeTemplate`
2050
+ # @return [String]
2051
+ attr_accessor :ai_platform_notebook_runtime_template
2052
+
2045
2053
# Optional. The Google Cloud Storage location to upload the result to. Format: `
2046
2054
# gs://bucket-name`.
2047
2055
# Corresponds to the JSON property `gcsOutputBucket`
@@ -2054,6 +2062,7 @@ def initialize(**args)
2054
2062
2055
2063
# Update properties of this object
2056
2064
def update! ( **args )
2065
+ @ai_platform_notebook_runtime_template = args [ :ai_platform_notebook_runtime_template ] if args . key? ( :ai_platform_notebook_runtime_template )
2057
2066
@gcs_output_bucket = args [ :gcs_output_bucket ] if args . key? ( :gcs_output_bucket )
2058
2067
end
2059
2068
end
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module DataformV1beta1
18
18
# Version of the google-apis-dataform_v1beta1 gem
19
- GEM_VERSION = "0.43 .0"
19
+ GEM_VERSION = "0.44 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250420 "
25
+ REVISION = "20250518 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -1294,6 +1294,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1294
1294
class NotebookRuntimeOptions
1295
1295
# @private
1296
1296
class Representation < Google ::Apis ::Core ::JsonRepresentation
1297
+ property :ai_platform_notebook_runtime_template , as : 'aiPlatformNotebookRuntimeTemplate'
1297
1298
property :gcs_output_bucket , as : 'gcsOutputBucket'
1298
1299
end
1299
1300
end
You can’t perform that action at this time.
0 commit comments