Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion dataflow/v1b3/dataflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
"endpointUrl": "https://dataflow.asia-east2.rep.googleapis.com/",
"location": "asia-east2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-northeast1.rep.googleapis.com/",
"location": "asia-northeast1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-northeast2.rep.googleapis.com/",
"location": "asia-northeast2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-northeast3.rep.googleapis.com/",
Expand All @@ -49,6 +59,16 @@
"endpointUrl": "https://dataflow.asia-south2.rep.googleapis.com/",
"location": "asia-south2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-southeast1.rep.googleapis.com/",
"location": "asia-southeast1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-southeast2.rep.googleapis.com/",
"location": "asia-southeast2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.asia-southeast3.rep.googleapis.com/",
Expand All @@ -74,16 +94,31 @@
"endpointUrl": "https://dataflow.europe-southwest1.rep.googleapis.com/",
"location": "europe-southwest1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west1.rep.googleapis.com/",
"location": "europe-west1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west10.rep.googleapis.com/",
"location": "europe-west10"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west12.rep.googleapis.com/",
"location": "europe-west12"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/",
"location": "europe-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west6.rep.googleapis.com/",
"location": "europe-west6"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west8.rep.googleapis.com/",
Expand Down Expand Up @@ -114,6 +149,11 @@
"endpointUrl": "https://dataflow.northamerica-northeast1.rep.googleapis.com/",
"location": "northamerica-northeast1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.northamerica-northeast2.rep.googleapis.com/",
"location": "northamerica-northeast2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.northamerica-south1.rep.googleapis.com/",
Expand Down Expand Up @@ -2335,7 +2375,7 @@
}
}
},
"revision": "20251026",
"revision": "20251030",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down
16 changes: 15 additions & 1 deletion dataproc/v1/dataproc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@
"endpointUrl": "https://dataproc.europe-west8.rep.googleapis.com/",
"location": "europe-west8"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataproc.asia-south1.rep.googleapis.com/",
"location": "asia-south1"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataproc.asia-south2.rep.googleapis.com/",
"location": "asia-south2"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataproc.me-central2.rep.googleapis.com/",
Expand Down Expand Up @@ -5022,7 +5032,7 @@
}
}
},
"revision": "20251021",
"revision": "20251104",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -5960,6 +5970,10 @@
"$ref": "DataprocMetricConfig",
"description": "Optional. The config for Dataproc metrics."
},
"diagnosticBucket": {
"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.",
"type": "string"
},
"encryptionConfig": {
"$ref": "EncryptionConfig",
"description": "Optional. Encryption settings for the cluster."
Expand Down
8 changes: 8 additions & 0 deletions dataproc/v1/dataproc-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading