-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for temp_bucket, endpoint_config in clusters; add p…
…reemptibility for instance group configs (#60) * feat: Additional fields for the `ClusterConfig` and `InstanceGroupConfig` messages. This change includes the following updates: 1. There is a new `temp_bucket` field for clusters. 2. There is a new `endpoint_config` field for clusters. 3. There is a new `preemptibility` field for instance group configs. 4. There are various updates to the doc comments. PiperOrigin-RevId: 323829608 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jul 29 11:26:43 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: d8a3dfb82f5cae3f1bcdcec7c5726581532da7d5 Source-Link: googleapis/googleapis@d8a3dfb
- Loading branch information
1 parent
d5b7666
commit df1f599
Showing
11 changed files
with
597 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
packages/google-cloud-dataproc/google/cloud/dataproc_v1/proto/autoscaling_policies_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.