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/batch_v1.projects.locations.jobs.html
+84Lines changed: 84 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,13 @@ <h3>Method Details</h3>
233
233
"taskCountPerNode": "A String", # Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
234
234
"taskEnvironments": [ # An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
235
235
{ # An Environment describes a collection of environment variables to set when executing Tasks.
236
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
237
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
238
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
239
+
},
240
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
241
+
"a_key": "A String",
242
+
},
236
243
"variables": { # A map of environment variable names to values.
237
244
"a_key": "A String",
238
245
},
@@ -245,6 +252,13 @@ <h3>Method Details</h3>
245
252
"memoryMib": "A String", # Memory in MiB.
246
253
},
247
254
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables to set before running the Task.
255
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
256
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
257
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
258
+
},
259
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
260
+
"a_key": "A String",
261
+
},
248
262
"variables": { # A map of environment variable names to values.
249
263
"a_key": "A String",
250
264
},
@@ -286,6 +300,13 @@ <h3>Method Details</h3>
286
300
],
287
301
},
288
302
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
303
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
304
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
305
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
306
+
},
307
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
308
+
"a_key": "A String",
309
+
},
289
310
"variables": { # A map of environment variable names to values.
290
311
"a_key": "A String",
291
312
},
@@ -443,6 +464,13 @@ <h3>Method Details</h3>
443
464
"taskCountPerNode": "A String", # Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
444
465
"taskEnvironments": [ # An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
445
466
{ # An Environment describes a collection of environment variables to set when executing Tasks.
467
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
468
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
469
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
470
+
},
471
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
472
+
"a_key": "A String",
473
+
},
446
474
"variables": { # A map of environment variable names to values.
447
475
"a_key": "A String",
448
476
},
@@ -455,6 +483,13 @@ <h3>Method Details</h3>
455
483
"memoryMib": "A String", # Memory in MiB.
456
484
},
457
485
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables to set before running the Task.
486
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
487
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
488
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
489
+
},
490
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
491
+
"a_key": "A String",
492
+
},
458
493
"variables": { # A map of environment variable names to values.
459
494
"a_key": "A String",
460
495
},
@@ -496,6 +531,13 @@ <h3>Method Details</h3>
496
531
],
497
532
},
498
533
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
534
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
535
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
536
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
537
+
},
538
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
539
+
"a_key": "A String",
540
+
},
499
541
"variables": { # A map of environment variable names to values.
500
542
"a_key": "A String",
501
543
},
@@ -695,6 +737,13 @@ <h3>Method Details</h3>
695
737
"taskCountPerNode": "A String", # Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
696
738
"taskEnvironments": [ # An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
697
739
{ # An Environment describes a collection of environment variables to set when executing Tasks.
740
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
741
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
742
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
743
+
},
744
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
745
+
"a_key": "A String",
746
+
},
698
747
"variables": { # A map of environment variable names to values.
699
748
"a_key": "A String",
700
749
},
@@ -707,6 +756,13 @@ <h3>Method Details</h3>
707
756
"memoryMib": "A String", # Memory in MiB.
708
757
},
709
758
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables to set before running the Task.
759
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
760
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
761
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
762
+
},
763
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
764
+
"a_key": "A String",
765
+
},
710
766
"variables": { # A map of environment variable names to values.
711
767
"a_key": "A String",
712
768
},
@@ -748,6 +804,13 @@ <h3>Method Details</h3>
748
804
],
749
805
},
750
806
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
807
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
808
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
809
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
810
+
},
811
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
812
+
"a_key": "A String",
813
+
},
751
814
"variables": { # A map of environment variable names to values.
752
815
"a_key": "A String",
753
816
},
@@ -963,6 +1026,13 @@ <h3>Method Details</h3>
963
1026
"taskCountPerNode": "A String", # Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements.
964
1027
"taskEnvironments": [ # An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.
965
1028
{ # An Environment describes a collection of environment variables to set when executing Tasks.
1029
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
1030
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
1031
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
1032
+
},
1033
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
1034
+
"a_key": "A String",
1035
+
},
966
1036
"variables": { # A map of environment variable names to values.
967
1037
"a_key": "A String",
968
1038
},
@@ -975,6 +1045,13 @@ <h3>Method Details</h3>
975
1045
"memoryMib": "A String", # Memory in MiB.
976
1046
},
977
1047
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables to set before running the Task.
1048
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
1049
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
1050
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
1051
+
},
1052
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
1053
+
"a_key": "A String",
1054
+
},
978
1055
"variables": { # A map of environment variable names to values.
979
1056
"a_key": "A String",
980
1057
},
@@ -1016,6 +1093,13 @@ <h3>Method Details</h3>
1016
1093
],
1017
1094
},
1018
1095
"environment": { # An Environment describes a collection of environment variables to set when executing Tasks. # Environment variables for this Runnable (overrides variables set for the whole Task or TaskGroup).
1096
+
"encryptedVariables": { # An encrypted JSON dictionary where the key/value pairs correspond to environment variable names and their values.
1097
+
"cipherText": "A String", # The value of the cipherText response from the `encrypt` method.
1098
+
"keyName": "A String", # The name of the KMS key that will be used to decrypt the cipher text.
1099
+
},
1100
+
"secretVariables": { # A map of environment variable names to Secret Manager secret names. The VM will access the named secrets to set the value of each environment variable.
1101
+
"a_key": "A String",
1102
+
},
1019
1103
"variables": { # A map of environment variable names to values.
0 commit comments