You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.executions.html
+6
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,9 @@ <h3>Method Details</h3>
379
379
"encryptionKey": "A String", # 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
380
380
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
381
381
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
382
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
383
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
384
+
},
382
385
"serviceAccount": "A String", # 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.
383
386
"timeout": "A String", # 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.
384
387
"volumes": [ # Optional. A list of Volumes to make available to containers.
@@ -599,6 +602,9 @@ <h3>Method Details</h3>
599
602
"encryptionKey": "A String", # 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
600
603
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
601
604
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
605
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
606
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
607
+
},
602
608
"serviceAccount": "A String", # 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.
603
609
"timeout": "A String", # 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.
604
610
"volumes": [ # Optional. A list of Volumes to make available to containers.
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html
+6
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,9 @@ <h3>Method Details</h3>
249
249
"logUri": "A String", # Output only. URI where logs for this execution can be found in Cloud Console.
250
250
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed.
251
251
"name": "A String", # Output only. The unique name of this Task.
252
+
"nodeSelector": { # Hardware constraints configuration. # Output only. The node selector for the task.
253
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
254
+
},
252
255
"observedGeneration": "A String", # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
253
256
"reconciling": True or False, # Output only. Indicates whether the resource's reconciliation is still in progress. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
254
257
"retried": 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>
475
478
"logUri": "A String", # Output only. URI where logs for this execution can be found in Cloud Console.
476
479
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed.
477
480
"name": "A String", # Output only. The unique name of this Task.
481
+
"nodeSelector": { # Hardware constraints configuration. # Output only. The node selector for the task.
482
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
483
+
},
478
484
"observedGeneration": "A String", # Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
479
485
"reconciling": True or False, # Output only. Indicates whether the resource's reconciliation is still in progress. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.
480
486
"retried": 42, # Output only. The number of times this Task was retried. Tasks are retried when they fail up to the maxRetries limit.
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.html
+12
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,9 @@ <h3>Method Details</h3>
286
286
"encryptionKey": "A String", # 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
287
287
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
288
288
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
289
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
290
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
291
+
},
289
292
"serviceAccount": "A String", # 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.
290
293
"timeout": "A String", # 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.
291
294
"volumes": [ # Optional. A list of Volumes to make available to containers.
@@ -595,6 +598,9 @@ <h3>Method Details</h3>
595
598
"encryptionKey": "A String", # 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
596
599
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
597
600
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
601
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
602
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
603
+
},
598
604
"serviceAccount": "A String", # 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.
599
605
"timeout": "A String", # 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.
600
606
"volumes": [ # Optional. A list of Volumes to make available to containers.
@@ -890,6 +896,9 @@ <h3>Method Details</h3>
890
896
"encryptionKey": "A String", # 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
891
897
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
892
898
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
899
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
900
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
901
+
},
893
902
"serviceAccount": "A String", # 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.
894
903
"timeout": "A String", # 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.
895
904
"volumes": [ # Optional. A list of Volumes to make available to containers.
@@ -1144,6 +1153,9 @@ <h3>Method Details</h3>
1144
1153
"encryptionKey": "A String", # 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
1145
1154
"executionEnvironment": "A String", # Optional. The execution environment being used to host this Task.
1146
1155
"maxRetries": 42, # Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
1156
+
"nodeSelector": { # Hardware constraints configuration. # Optional. The node selector for the task template.
1157
+
"accelerator": "A String", # Required. GPU accelerator type to attach to an instance.
1158
+
},
1147
1159
"serviceAccount": "A String", # 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.
1148
1160
"timeout": "A String", # 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.
1149
1161
"volumes": [ # Optional. A list of Volumes to make available to containers.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/run.v2.json
+10-1
Original file line number
Diff line number
Diff line change
@@ -1912,7 +1912,7 @@
1912
1912
}
1913
1913
}
1914
1914
},
1915
-
"revision": "20250214",
1915
+
"revision": "20250223",
1916
1916
"rootUrl": "https://run.googleapis.com/",
1917
1917
"schemas": {
1918
1918
"GoogleCloudRunV2BinaryAuthorization": {
@@ -4225,6 +4225,11 @@
4225
4225
"readOnly": true,
4226
4226
"type": "string"
4227
4227
},
4228
+
"nodeSelector": {
4229
+
"$ref": "GoogleCloudRunV2NodeSelector",
4230
+
"description": "Output only. The node selector for the task.",
4231
+
"readOnly": true
4232
+
},
4228
4233
"observedGeneration": {
4229
4234
"description": "Output only. The generation of this Task. See comments in `Job.reconciling` for additional information on reconciliation process in Cloud Run.",
4230
4235
"format": "int64",
@@ -4346,6 +4351,10 @@
4346
4351
"format": "int32",
4347
4352
"type": "integer"
4348
4353
},
4354
+
"nodeSelector": {
4355
+
"$ref": "GoogleCloudRunV2NodeSelector",
4356
+
"description": "Optional. The node selector for the task template."
4357
+
},
4349
4358
"serviceAccount": {
4350
4359
"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.",
0 commit comments