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 bd8cd53

Browse files
committedMar 4, 2025
feat(run): update the api
#### run:v2 The following keys were added: - schemas.GoogleCloudRunV2Task.properties.nodeSelector (Total Keys: 2) - schemas.GoogleCloudRunV2TaskTemplate.properties.nodeSelector.$ref (Total Keys: 1)
1 parent e266424 commit bd8cd53

4 files changed

+34
-1
lines changed
 

‎docs/dyn/run_v2.projects.locations.jobs.executions.html

+6
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ <h3>Method Details</h3>
379379
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
380380
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
381381
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
382+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
383+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
384+
},
382385
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
383386
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
384387
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.
@@ -599,6 +602,9 @@ <h3>Method Details</h3>
599602
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
600603
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
601604
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
605+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
606+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
607+
},
602608
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
603609
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
604610
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.

‎docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html

+6
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ <h3>Method Details</h3>
249249
&quot;logUri&quot;: &quot;A String&quot;, # Output only. URI where logs for this execution can be found in Cloud Console.
250250
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed.
251251
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique name of this Task.
252+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Output only. The node selector for the task.
253+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
254+
},
252255
&quot;observedGeneration&quot;: &quot;A String&quot;, # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
253256
&quot;reconciling&quot;: True or False, # Output only. Indicates whether the resource&#x27;s reconciliation is still in progress. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
254257
&quot;retried&quot;: 42, # Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.
@@ -475,6 +478,9 @@ <h3>Method Details</h3>
475478
&quot;logUri&quot;: &quot;A String&quot;, # Output only. URI where logs for this execution can be found in Cloud Console.
476479
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed.
477480
&quot;name&quot;: &quot;A String&quot;, # Output only. The unique name of this Task.
481+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Output only. The node selector for the task.
482+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
483+
},
478484
&quot;observedGeneration&quot;: &quot;A String&quot;, # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
479485
&quot;reconciling&quot;: True or False, # Output only. Indicates whether the resource&#x27;s reconciliation is still in progress. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
480486
&quot;retried&quot;: 42, # Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.

‎docs/dyn/run_v2.projects.locations.jobs.html

+12
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ <h3>Method Details</h3>
286286
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
287287
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
288288
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
289+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
290+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
291+
},
289292
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
290293
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
291294
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.
@@ -595,6 +598,9 @@ <h3>Method Details</h3>
595598
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
596599
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
597600
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
601+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
602+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
603+
},
598604
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
599605
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
600606
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.
@@ -890,6 +896,9 @@ <h3>Method Details</h3>
890896
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
891897
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
892898
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
899+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
900+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
901+
},
893902
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
894903
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
895904
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.
@@ -1144,6 +1153,9 @@ <h3>Method Details</h3>
11441153
&quot;encryptionKey&quot;: &quot;A String&quot;, # A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
11451154
&quot;executionEnvironment&quot;: &quot;A String&quot;, # Optional. The execution environment being used to host this Task.
11461155
&quot;maxRetries&quot;: 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
1156+
&quot;nodeSelector&quot;: { # Hardware constraints configuration. # Optional. The node selector for the task template.
1157+
&quot;accelerator&quot;: &quot;A String&quot;, # Required. GPU accelerator type to attach to an instance.
1158+
},
11471159
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project&#x27;s default service account.
11481160
&quot;timeout&quot;: &quot;A String&quot;, # Optional. Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
11491161
&quot;volumes&quot;: [ # Optional. A list of Volumes to make available to containers.

‎googleapiclient/discovery_cache/documents/run.v2.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@
19121912
}
19131913
}
19141914
},
1915-
"revision": "20250214",
1915+
"revision": "20250223",
19161916
"rootUrl": "https://run.googleapis.com/",
19171917
"schemas": {
19181918
"GoogleCloudRunV2BinaryAuthorization": {
@@ -4225,6 +4225,11 @@
42254225
"readOnly": true,
42264226
"type": "string"
42274227
},
4228+
"nodeSelector": {
4229+
"$ref": "GoogleCloudRunV2NodeSelector",
4230+
"description": "Output only. The node selector for the task.",
4231+
"readOnly": true
4232+
},
42284233
"observedGeneration": {
42294234
"description": "Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.",
42304235
"format": "int64",
@@ -4346,6 +4351,10 @@
43464351
"format": "int32",
43474352
"type": "integer"
43484353
},
4354+
"nodeSelector": {
4355+
"$ref": "GoogleCloudRunV2NodeSelector",
4356+
"description": "Optional. The node selector for the task template."
4357+
},
43494358
"serviceAccount": {
43504359
"description": "Optional. Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.",
43514360
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.