Skip to content

Commit be0dde6

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.InstanceReference.properties.publicEciesKey.type (Total Keys: 1)
1 parent cc33280 commit be0dde6

5 files changed

+115
-57
lines changed

docs/dyn/dataproc_v1.projects.locations.workflowTemplates.html

Lines changed: 42 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ <h3>Method Details</h3>
443443
{ # A reference to a Compute Engine instance.
444444
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
445445
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
446-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
446+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
447+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
447448
},
448449
],
449450
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -479,7 +480,8 @@ <h3>Method Details</h3>
479480
{ # A reference to a Compute Engine instance.
480481
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
481482
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
482-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
483+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
484+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
483485
},
484486
],
485487
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -546,7 +548,8 @@ <h3>Method Details</h3>
546548
{ # A reference to a Compute Engine instance.
547549
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
548550
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
549-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
551+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
552+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
550553
},
551554
],
552555
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -895,7 +898,8 @@ <h3>Method Details</h3>
895898
{ # A reference to a Compute Engine instance.
896899
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
897900
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
898-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
901+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
902+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
899903
},
900904
],
901905
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -931,7 +935,8 @@ <h3>Method Details</h3>
931935
{ # A reference to a Compute Engine instance.
932936
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
933937
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
934-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
938+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
939+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
935940
},
936941
],
937942
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -998,7 +1003,8 @@ <h3>Method Details</h3>
9981003
{ # A reference to a Compute Engine instance.
9991004
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
10001005
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1001-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1006+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1007+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
10021008
},
10031009
],
10041010
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -1374,7 +1380,8 @@ <h3>Method Details</h3>
13741380
{ # A reference to a Compute Engine instance.
13751381
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
13761382
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1377-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1383+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1384+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
13781385
},
13791386
],
13801387
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -1410,7 +1417,8 @@ <h3>Method Details</h3>
14101417
{ # A reference to a Compute Engine instance.
14111418
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
14121419
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1413-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1420+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1421+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
14141422
},
14151423
],
14161424
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -1477,7 +1485,8 @@ <h3>Method Details</h3>
14771485
{ # A reference to a Compute Engine instance.
14781486
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
14791487
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1480-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1488+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1489+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
14811490
},
14821491
],
14831492
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -1917,7 +1926,8 @@ <h3>Method Details</h3>
19171926
{ # A reference to a Compute Engine instance.
19181927
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
19191928
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1920-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1929+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1930+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
19211931
},
19221932
],
19231933
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -1953,7 +1963,8 @@ <h3>Method Details</h3>
19531963
{ # A reference to a Compute Engine instance.
19541964
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
19551965
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
1956-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
1966+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
1967+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
19571968
},
19581969
],
19591970
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -2020,7 +2031,8 @@ <h3>Method Details</h3>
20202031
{ # A reference to a Compute Engine instance.
20212032
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
20222033
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
2023-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
2034+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
2035+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
20242036
},
20252037
],
20262038
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -2410,7 +2422,8 @@ <h3>Method Details</h3>
24102422
{ # A reference to a Compute Engine instance.
24112423
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
24122424
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
2413-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
2425+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
2426+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
24142427
},
24152428
],
24162429
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -2446,7 +2459,8 @@ <h3>Method Details</h3>
24462459
{ # A reference to a Compute Engine instance.
24472460
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
24482461
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
2449-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
2462+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
2463+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
24502464
},
24512465
],
24522466
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -2513,7 +2527,8 @@ <h3>Method Details</h3>
25132527
{ # A reference to a Compute Engine instance.
25142528
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
25152529
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
2516-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
2530+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
2531+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
25172532
},
25182533
],
25192534
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -2968,7 +2983,8 @@ <h3>Method Details</h3>
29682983
{ # A reference to a Compute Engine instance.
29692984
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
29702985
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
2971-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
2986+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
2987+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
29722988
},
29732989
],
29742990
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -3004,7 +3020,8 @@ <h3>Method Details</h3>
30043020
{ # A reference to a Compute Engine instance.
30053021
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
30063022
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
3007-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
3023+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
3024+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
30083025
},
30093026
],
30103027
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -3071,7 +3088,8 @@ <h3>Method Details</h3>
30713088
{ # A reference to a Compute Engine instance.
30723089
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
30733090
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
3074-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
3091+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
3092+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
30753093
},
30763094
],
30773095
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -3420,7 +3438,8 @@ <h3>Method Details</h3>
34203438
{ # A reference to a Compute Engine instance.
34213439
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
34223440
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
3423-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
3441+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
3442+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
34243443
},
34253444
],
34263445
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -3456,7 +3475,8 @@ <h3>Method Details</h3>
34563475
{ # A reference to a Compute Engine instance.
34573476
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
34583477
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
3459-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
3478+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
3479+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
34603480
},
34613481
],
34623482
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.
@@ -3523,7 +3543,8 @@ <h3>Method Details</h3>
35233543
{ # A reference to a Compute Engine instance.
35243544
&quot;instanceId&quot;: &quot;A String&quot;, # The unique identifier of the Compute Engine instance.
35253545
&quot;instanceName&quot;: &quot;A String&quot;, # The user-friendly name of the Compute Engine instance.
3526-
&quot;publicKey&quot;: &quot;A String&quot;, # The public key used for sharing data with this instance.
3546+
&quot;publicEciesKey&quot;: &quot;A String&quot;, # The public ECIES key used for sharing data with this instance.
3547+
&quot;publicKey&quot;: &quot;A String&quot;, # The public RSA key used for sharing data with this instance.
35273548
},
35283549
],
35293550
&quot;isPreemptible&quot;: True or False, # Output only. Specifies that this instance group contains preemptible instances.

0 commit comments

Comments
 (0)