Skip to content

Commit 8a3eb9b

Browse files
feat(all): auto-regenerate discovery clients (#2192)
1 parent 0132460 commit 8a3eb9b

10 files changed

Lines changed: 10151 additions & 789 deletions

File tree

backupdr/v1/backupdr-api.json

Lines changed: 1068 additions & 0 deletions
Large diffs are not rendered by default.

backupdr/v1/backupdr-gen.go

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

compute/v0.alpha/compute-api.json

Lines changed: 302 additions & 15 deletions
Large diffs are not rendered by default.

compute/v0.alpha/compute-gen.go

Lines changed: 689 additions & 61 deletions
Large diffs are not rendered by default.

compute/v0.beta/compute-api.json

Lines changed: 983 additions & 16 deletions
Large diffs are not rendered by default.

compute/v0.beta/compute-gen.go

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

dataproc/v1/dataproc-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@
30013001
}
30023002
}
30033003
},
3004-
"revision": "20230919",
3004+
"revision": "20230926",
30053005
"rootUrl": "https://dataproc.googleapis.com/",
30063006
"schemas": {
30073007
"AcceleratorConfig": {
@@ -4496,6 +4496,10 @@
44964496
"Instances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features."
44974497
],
44984498
"type": "string"
4499+
},
4500+
"startupConfig": {
4501+
"$ref": "StartupConfig",
4502+
"description": "Optional. Configuration to handle the startup of instances during cluster create and update process."
44994503
}
45004504
},
45014505
"type": "object"
@@ -6640,6 +6644,10 @@
66406644
"format": "google-duration",
66416645
"type": "string"
66426646
},
6647+
"removeOnlyIdleWorkers": {
6648+
"description": "Optional. Remove only idle workers when scaling down cluster",
6649+
"type": "boolean"
6650+
},
66436651
"scaleDownFactor": {
66446652
"description": "Required. Fraction of required executors to remove from Spark Serverless clusters. A scale-down factor of 1.0 will result in scaling down so that there are no more executors for the Spark Job.(more aggressive scaling). A scale-down factor closer to 0 will result in a smaller magnitude of scaling donw (less aggressive scaling).Bounds: 0.0, 1.0.",
66456653
"format": "double",
@@ -6678,6 +6686,18 @@
66786686
},
66796687
"type": "object"
66806688
},
6689+
"StartupConfig": {
6690+
"description": "Configuration to handle the startup of instances during cluster create and update process.",
6691+
"id": "StartupConfig",
6692+
"properties": {
6693+
"requiredRegistrationFraction": {
6694+
"description": "Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).",
6695+
"format": "double",
6696+
"type": "number"
6697+
}
6698+
},
6699+
"type": "object"
6700+
},
66816701
"StateHistory": {
66826702
"description": "Historical state information.",
66836703
"id": "StateHistory",

dataproc/v1/dataproc-gen.go

Lines changed: 59 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)