Skip to content

Commit 140a610

Browse files
feat(all): auto-regenerate discovery clients (#3370)
1 parent 5d436f7 commit 140a610

File tree

11 files changed

+287
-108
lines changed

11 files changed

+287
-108
lines changed

dataflow/v1b3/dataflow-api.json

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
"endpointUrl": "https://dataflow.asia-east2.rep.googleapis.com/",
3535
"location": "asia-east2"
3636
},
37+
{
38+
"description": "Regional Endpoint",
39+
"endpointUrl": "https://dataflow.asia-northeast1.rep.googleapis.com/",
40+
"location": "asia-northeast1"
41+
},
42+
{
43+
"description": "Regional Endpoint",
44+
"endpointUrl": "https://dataflow.asia-northeast2.rep.googleapis.com/",
45+
"location": "asia-northeast2"
46+
},
3747
{
3848
"description": "Regional Endpoint",
3949
"endpointUrl": "https://dataflow.asia-northeast3.rep.googleapis.com/",
@@ -49,6 +59,16 @@
4959
"endpointUrl": "https://dataflow.asia-south2.rep.googleapis.com/",
5060
"location": "asia-south2"
5161
},
62+
{
63+
"description": "Regional Endpoint",
64+
"endpointUrl": "https://dataflow.asia-southeast1.rep.googleapis.com/",
65+
"location": "asia-southeast1"
66+
},
67+
{
68+
"description": "Regional Endpoint",
69+
"endpointUrl": "https://dataflow.asia-southeast2.rep.googleapis.com/",
70+
"location": "asia-southeast2"
71+
},
5272
{
5373
"description": "Regional Endpoint",
5474
"endpointUrl": "https://dataflow.asia-southeast3.rep.googleapis.com/",
@@ -74,16 +94,31 @@
7494
"endpointUrl": "https://dataflow.europe-southwest1.rep.googleapis.com/",
7595
"location": "europe-southwest1"
7696
},
97+
{
98+
"description": "Regional Endpoint",
99+
"endpointUrl": "https://dataflow.europe-west1.rep.googleapis.com/",
100+
"location": "europe-west1"
101+
},
77102
{
78103
"description": "Regional Endpoint",
79104
"endpointUrl": "https://dataflow.europe-west10.rep.googleapis.com/",
80105
"location": "europe-west10"
81106
},
107+
{
108+
"description": "Regional Endpoint",
109+
"endpointUrl": "https://dataflow.europe-west12.rep.googleapis.com/",
110+
"location": "europe-west12"
111+
},
82112
{
83113
"description": "Regional Endpoint",
84114
"endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/",
85115
"location": "europe-west3"
86116
},
117+
{
118+
"description": "Regional Endpoint",
119+
"endpointUrl": "https://dataflow.europe-west6.rep.googleapis.com/",
120+
"location": "europe-west6"
121+
},
87122
{
88123
"description": "Regional Endpoint",
89124
"endpointUrl": "https://dataflow.europe-west8.rep.googleapis.com/",
@@ -114,6 +149,11 @@
114149
"endpointUrl": "https://dataflow.northamerica-northeast1.rep.googleapis.com/",
115150
"location": "northamerica-northeast1"
116151
},
152+
{
153+
"description": "Regional Endpoint",
154+
"endpointUrl": "https://dataflow.northamerica-northeast2.rep.googleapis.com/",
155+
"location": "northamerica-northeast2"
156+
},
117157
{
118158
"description": "Regional Endpoint",
119159
"endpointUrl": "https://dataflow.northamerica-south1.rep.googleapis.com/",
@@ -2335,7 +2375,7 @@
23352375
}
23362376
}
23372377
},
2338-
"revision": "20251026",
2378+
"revision": "20251030",
23392379
"rootUrl": "https://dataflow.googleapis.com/",
23402380
"schemas": {
23412381
"ApproximateProgress": {

dataproc/v1/dataproc-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@
8686
"endpointUrl": "https://dataproc.europe-west8.rep.googleapis.com/",
8787
"location": "europe-west8"
8888
},
89+
{
90+
"description": "Regional Endpoint",
91+
"endpointUrl": "https://dataproc.asia-south1.rep.googleapis.com/",
92+
"location": "asia-south1"
93+
},
94+
{
95+
"description": "Regional Endpoint",
96+
"endpointUrl": "https://dataproc.asia-south2.rep.googleapis.com/",
97+
"location": "asia-south2"
98+
},
8999
{
90100
"description": "Regional Endpoint",
91101
"endpointUrl": "https://dataproc.me-central2.rep.googleapis.com/",
@@ -5022,7 +5032,7 @@
50225032
}
50235033
}
50245034
},
5025-
"revision": "20251021",
5035+
"revision": "20251104",
50265036
"rootUrl": "https://dataproc.googleapis.com/",
50275037
"schemas": {
50285038
"AcceleratorConfig": {
@@ -5960,6 +5970,10 @@
59605970
"$ref": "DataprocMetricConfig",
59615971
"description": "Optional. The config for Dataproc metrics."
59625972
},
5973+
"diagnosticBucket": {
5974+
"description": "Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (https://cloud.google.com/dataproc/docs/support/diagnose-clusters#checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, Cloud Dataproc will use the Dataproc temp bucket to collect the checkpoint diagnostic data. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
5975+
"type": "string"
5976+
},
59635977
"encryptionConfig": {
59645978
"$ref": "EncryptionConfig",
59655979
"description": "Optional. Encryption settings for the cluster."

dataproc/v1/dataproc-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)