Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca9cc14

Browse files
committedOct 25, 2022
feat(dataplex): update the api
#### dataplex:v1 The following keys were deleted: - schemas.GoogleCloudDataplexV1SessionEvent.properties.warmPoolEnabled.type (Total Keys: 1) The following keys were added: - schemas.GoogleCloudDataplexV1SessionEvent.properties.fastStartupEnabled.type (Total Keys: 1)
1 parent 25af7f8 commit ca9cc14

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed
 

‎docs/dyn/dataplex_v1.projects.locations.lakes.tasks.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ <h3>Method Details</h3>
156156
},
157157
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
158158
&quot;notebook&quot;: { # Config for running scheduled notebooks. # Config related to running scheduled Notebooks.
159-
&quot;archiveUris&quot;: [ # Optional. GCS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
159+
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
160160
&quot;A String&quot;,
161161
],
162-
&quot;fileUris&quot;: [ # Optional. GCS URIs of files to be placed in the working directory of each executor.
162+
&quot;fileUris&quot;: [ # Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
163163
&quot;A String&quot;,
164164
],
165165
&quot;infrastructureSpec&quot;: { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
&quot;subNetwork&quot;: &quot;A String&quot;, # Optional. The Cloud VPC sub-network in which the job is run.
188188
},
189189
},
190-
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the GCS URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
190+
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
191191
},
192192
&quot;spark&quot;: { # User-specified config for running a Spark task. # Config related to running custom Spark tasks.
193193
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
@@ -351,10 +351,10 @@ <h3>Method Details</h3>
351351
},
352352
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
353353
&quot;notebook&quot;: { # Config for running scheduled notebooks. # Config related to running scheduled Notebooks.
354-
&quot;archiveUris&quot;: [ # Optional. GCS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
354+
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
355355
&quot;A String&quot;,
356356
],
357-
&quot;fileUris&quot;: [ # Optional. GCS URIs of files to be placed in the working directory of each executor.
357+
&quot;fileUris&quot;: [ # Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
358358
&quot;A String&quot;,
359359
],
360360
&quot;infrastructureSpec&quot;: { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
@@ -382,7 +382,7 @@ <h3>Method Details</h3>
382382
&quot;subNetwork&quot;: &quot;A String&quot;, # Optional. The Cloud VPC sub-network in which the job is run.
383383
},
384384
},
385-
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the GCS URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
385+
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
386386
},
387387
&quot;spark&quot;: { # User-specified config for running a Spark task. # Config related to running custom Spark tasks.
388388
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
@@ -536,10 +536,10 @@ <h3>Method Details</h3>
536536
},
537537
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
538538
&quot;notebook&quot;: { # Config for running scheduled notebooks. # Config related to running scheduled Notebooks.
539-
&quot;archiveUris&quot;: [ # Optional. GCS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
539+
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
540540
&quot;A String&quot;,
541541
],
542-
&quot;fileUris&quot;: [ # Optional. GCS URIs of files to be placed in the working directory of each executor.
542+
&quot;fileUris&quot;: [ # Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
543543
&quot;A String&quot;,
544544
],
545545
&quot;infrastructureSpec&quot;: { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
@@ -567,7 +567,7 @@ <h3>Method Details</h3>
567567
&quot;subNetwork&quot;: &quot;A String&quot;, # Optional. The Cloud VPC sub-network in which the job is run.
568568
},
569569
},
570-
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the GCS URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
570+
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
571571
},
572572
&quot;spark&quot;: { # User-specified config for running a Spark task. # Config related to running custom Spark tasks.
573573
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
@@ -680,10 +680,10 @@ <h3>Method Details</h3>
680680
},
681681
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
682682
&quot;notebook&quot;: { # Config for running scheduled notebooks. # Config related to running scheduled Notebooks.
683-
&quot;archiveUris&quot;: [ # Optional. GCS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
683+
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
684684
&quot;A String&quot;,
685685
],
686-
&quot;fileUris&quot;: [ # Optional. GCS URIs of files to be placed in the working directory of each executor.
686+
&quot;fileUris&quot;: [ # Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.
687687
&quot;A String&quot;,
688688
],
689689
&quot;infrastructureSpec&quot;: { # Configuration for the underlying infrastructure used to run workloads. # Optional. Infrastructure specification for the execution.
@@ -711,7 +711,7 @@ <h3>Method Details</h3>
711711
&quot;subNetwork&quot;: &quot;A String&quot;, # Optional. The Cloud VPC sub-network in which the job is run.
712712
},
713713
},
714-
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the GCS URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
714+
&quot;notebook&quot;: &quot;A String&quot;, # Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).
715715
},
716716
&quot;spark&quot;: { # User-specified config for running a Spark task. # Config related to running custom Spark tasks.
717717
&quot;archiveUris&quot;: [ # Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

‎googleapiclient/discovery_cache/documents/dataplex.v1.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@
27642764
}
27652765
}
27662766
},
2767-
"revision": "20220928",
2767+
"revision": "20221015",
27682768
"rootUrl": "https://dataplex.googleapis.com/",
27692769
"schemas": {
27702770
"Empty": {
@@ -4693,6 +4693,10 @@
46934693
"description": "The status of the event.",
46944694
"type": "boolean"
46954695
},
4696+
"fastStartupEnabled": {
4697+
"description": "If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user.",
4698+
"type": "boolean"
4699+
},
46964700
"message": {
46974701
"description": "The log message.",
46984702
"type": "string"
@@ -4731,10 +4735,6 @@
47314735
"userId": {
47324736
"description": "The information about the user that created the session. It will be the email address of the user.",
47334737
"type": "string"
4734-
},
4735-
"warmPoolEnabled": {
4736-
"description": "If the session is a warm pooled session.",
4737-
"type": "boolean"
47384738
}
47394739
},
47404740
"type": "object"
@@ -5114,14 +5114,14 @@
51145114
"id": "GoogleCloudDataplexV1TaskNotebookTaskConfig",
51155115
"properties": {
51165116
"archiveUris": {
5117-
"description": "Optional. GCS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
5117+
"description": "Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
51185118
"items": {
51195119
"type": "string"
51205120
},
51215121
"type": "array"
51225122
},
51235123
"fileUris": {
5124-
"description": "Optional. GCS URIs of files to be placed in the working directory of each executor.",
5124+
"description": "Optional. Cloud Storage URIs of files to be placed in the working directory of each executor.",
51255125
"items": {
51265126
"type": "string"
51275127
},
@@ -5132,7 +5132,7 @@
51325132
"description": "Optional. Infrastructure specification for the execution."
51335133
},
51345134
"notebook": {
5135-
"description": "Required. Path to input notebook. This can be the GCS URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).",
5135+
"description": "Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).",
51365136
"type": "string"
51375137
}
51385138
},

0 commit comments

Comments
 (0)
Please sign in to comment.