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 5ef8dd5

Browse files
committedNov 7, 2023
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.EncryptionConfig.properties.kmsKey.type (Total Keys: 1) - schemas.ListJobsResponse.properties.unreachable (Total Keys: 3)
1 parent 305822f commit 5ef8dd5

5 files changed

+34
-1
lines changed
 

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

+7
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ <h3>Method Details</h3>
486486
},
487487
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
488488
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
489+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
489490
},
490491
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
491492
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1163,6 +1164,7 @@ <h3>Method Details</h3>
11631164
},
11641165
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
11651166
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1167+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
11661168
},
11671169
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
11681170
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1867,6 +1869,7 @@ <h3>Method Details</h3>
18671869
},
18681870
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
18691871
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1872+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
18701873
},
18711874
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
18721875
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -2635,6 +2638,7 @@ <h3>Method Details</h3>
26352638
},
26362639
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
26372640
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
2641+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
26382642
},
26392643
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
26402644
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -3353,6 +3357,7 @@ <h3>Method Details</h3>
33533357
},
33543358
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
33553359
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
3360+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
33563361
},
33573362
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
33583363
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -4139,6 +4144,7 @@ <h3>Method Details</h3>
41394144
},
41404145
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
41414146
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
4147+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
41424148
},
41434149
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
41444150
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -4816,6 +4822,7 @@ <h3>Method Details</h3>
48164822
},
48174823
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
48184824
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
4825+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
48194826
},
48204827
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
48214828
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

‎docs/dyn/dataproc_v1.projects.regions.clusters.html

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ <h3>Method Details</h3>
230230
},
231231
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
232232
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
233+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
233234
},
234235
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
235236
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -855,6 +856,7 @@ <h3>Method Details</h3>
855856
},
856857
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
857858
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
859+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
858860
},
859861
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
860862
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1442,6 +1444,7 @@ <h3>Method Details</h3>
14421444
},
14431445
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
14441446
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1447+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
14451448
},
14461449
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
14471450
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1949,6 +1952,7 @@ <h3>Method Details</h3>
19491952
},
19501953
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
19511954
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1955+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
19521956
},
19531957
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
19541958
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

‎docs/dyn/dataproc_v1.projects.regions.jobs.html

+3
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,9 @@ <h3>Method Details</h3>
10531053
},
10541054
],
10551055
&quot;nextPageToken&quot;: &quot;A String&quot;, # Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.
1056+
&quot;unreachable&quot;: [ # Output only. List of jobs that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
1057+
&quot;A String&quot;,
1058+
],
10561059
}</pre>
10571060
</div>
10581061

‎docs/dyn/dataproc_v1.projects.regions.workflowTemplates.html

+7
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ <h3>Method Details</h3>
486486
},
487487
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
488488
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
489+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
489490
},
490491
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
491492
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1163,6 +1164,7 @@ <h3>Method Details</h3>
11631164
},
11641165
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
11651166
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1167+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
11661168
},
11671169
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
11681170
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -1867,6 +1869,7 @@ <h3>Method Details</h3>
18671869
},
18681870
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
18691871
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
1872+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
18701873
},
18711874
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
18721875
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -2635,6 +2638,7 @@ <h3>Method Details</h3>
26352638
},
26362639
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
26372640
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
2641+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
26382642
},
26392643
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
26402644
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -3353,6 +3357,7 @@ <h3>Method Details</h3>
33533357
},
33543358
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
33553359
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
3360+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
33563361
},
33573362
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
33583363
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -4139,6 +4144,7 @@ <h3>Method Details</h3>
41394144
},
41404145
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
41414146
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
4147+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
41424148
},
41434149
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
41444150
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
@@ -4816,6 +4822,7 @@ <h3>Method Details</h3>
48164822
},
48174823
&quot;encryptionConfig&quot;: { # Encryption settings for the cluster. # Optional. Encryption settings for the cluster.
48184824
&quot;gcePdKmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
4825+
&quot;kmsKey&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.
48194826
},
48204827
&quot;endpointConfig&quot;: { # Endpoint config for this cluster # Optional. Port/endpoint configuration for this cluster
48214828
&quot;enableHttpPortAccess&quot;: True or False, # Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

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

+13-1
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@
30063006
}
30073007
}
30083008
},
3009-
"revision": "20231019",
3009+
"revision": "20231028",
30103010
"rootUrl": "https://dataproc.googleapis.com/",
30113011
"schemas": {
30123012
"AcceleratorConfig": {
@@ -3843,6 +3843,10 @@
38433843
"gcePdKmsKeyName": {
38443844
"description": "Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.",
38453845
"type": "string"
3846+
},
3847+
"kmsKey": {
3848+
"description": "Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster.",
3849+
"type": "string"
38463850
}
38473851
},
38483852
"type": "object"
@@ -5113,6 +5117,14 @@
51135117
"nextPageToken": {
51145118
"description": "Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.",
51155119
"type": "string"
5120+
},
5121+
"unreachable": {
5122+
"description": "Output only. List of jobs that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.",
5123+
"items": {
5124+
"type": "string"
5125+
},
5126+
"readOnly": true,
5127+
"type": "array"
51165128
}
51175129
},
51185130
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.