Commit graph

137 commits

Author SHA1 Message Date
Google APIs
3f3a22540e feat!: update go_package to v2 in google.cloud.dataproc.v1
PiperOrigin-RevId: 524929591
2023-04-17 13:13:31 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
42ba7e6302 chore(deps): Update gapic-generator-java to 2.15.3
PiperOrigin-RevId: 516900470
2023-03-15 12:39:28 -07:00
Google APIs
b5b457107d fix: Add service_yaml_parameters to java_gapic_library targets
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
9111603ba0 feat: add support for new Dataproc features
1. Allow to change shielded config defaults for 2.1+ images
2. Support batches filtering in list API
3. Support Trino jobs on 2.1+ image clusters
4. Support batch TTL
5. Support custom staging bucket for batches
6. Expose approximate and current batches resources usage
7. Support Hudi and Trino components

PiperOrigin-RevId: 511550277
2023-02-22 11:27:30 -08:00
Google APIs
d12657564d feat: ROLLBACK: add support for new Dataproc features
PiperOrigin-RevId: 511238112
2023-02-21 10:23:29 -08:00
Google APIs
5a395e4add feat: add support for new Dataproc features
PiperOrigin-RevId: 510421528
2023-02-17 06:58:15 -08:00
Google APIs
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
7a702a989d feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
5677c20a29 chore: produce more Go gapic metadata
PiperOrigin-RevId: 507541898
2023-02-06 11:50:24 -08:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
77cd8f1387 feat: add SPOT to Preemptibility enum
PiperOrigin-RevId: 503019826
2023-01-18 17:15:51 -08:00
Google APIs
5a226be4e3 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502338808
2023-01-16 03:01:09 -08:00
Google APIs
7b94a24da9 feat: Updated dependencies on underlying clients
PiperOrigin-RevId: 495366110
2022-12-14 11:17:04 -08:00
Google APIs
28449ecb37 feat: added node groups API protos
PiperOrigin-RevId: 494840237
2022-12-12 15:07:16 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
2e19de1a97 chore: updated docs and code sturcture for Dataproc metric configuration
Committer: @akshatbhargava123
PiperOrigin-RevId: 477101789
2022-09-27 01:12:59 -07:00
Google APIs
30517fdc37 feat: add support for Dataproc metric configuration
Committer: @akshatbhargava
PiperOrigin-RevId: 475750057
2022-09-21 00:09:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
725381dc13 chore: remove obsolete service config files
PiperOrigin-RevId: 472492863
2022-09-06 10:20:26 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
d42026b7a0 chore: include generated samples dir
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -07:00
Google APIs
ad96d2427a fix!: Remove google-cloud-dataproc-v1beta2 from dependencies
PiperOrigin-RevId: 446507585
2022-05-04 11:24:25 -07:00
Google APIs
c782e45288 fix!: Move yarn_config into a oneof
Committer: @harwayne
PiperOrigin-RevId: 440226213
2022-04-07 16:18:04 -07:00
Google APIs
afc5066d9c fix!: Remove temp_bucket from VirtualClusterConfig, as its value was not used
Committer: @harwayne
PiperOrigin-RevId: 440224385
2022-04-07 16:08:43 -07:00
Google APIs
7bc124cb89 chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
da999a2396 feat!: add support for Virtual Dataproc cluster running on GKE cluster
Committer: @padmaar
PiperOrigin-RevId: 429111624
2022-02-16 12:20:59 -08:00
Google APIs
94ea1c429a chore: fix markdown format
Committer: @medb
PiperOrigin-RevId: 420314583
2022-01-07 09:59:22 -08:00
Google APIs
111609236c feat: add new Dataproc features:
- Spark runtime versioning for Spark batches
- custom image containers for Spark batches
- auto-diagnostic of failed Spark batches
- Local SSD NVME interface support for GCE clusters

Committer: @medb
PiperOrigin-RevId: 420175701
2022-01-06 17:14:52 -08:00
Google APIs
eddd3d845b feat: add C++ rules for many Cloud services
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
8c7125522e chore(ruby): Add Bazel build rules for Ruby wrapper clients
PiperOrigin-RevId: 406897753
2021-11-01 12:52:22 -07:00
Google APIs
5088bd7856 feat: Add support for dataproc BatchController service
PiperOrigin-RevId: 404333740
2021-10-19 12:21:06 -07:00
Google APIs
95af2e435b feat: add Dataproc Serverless for Spark Batches API
Committer: @medb
PiperOrigin-RevId: 402631995
2021-10-12 12:49:24 -07:00
Google APIs
be31a88c16 chore: cleanup deprecated Dataproc v1beta2 API references
Committer: @medb
PiperOrigin-RevId: 392937123
2021-08-25 11:12:24 -07:00
Google APIs
8bf048db69 feat!: delete deprecated Dataproc v1beta2 API client
Committer: @medb
PiperOrigin-RevId: 392723737
2021-08-24 15:29:03 -07:00
Google APIs
2c1c2ac112 build: update from broken v1beta2 links to v1
PiperOrigin-RevId: 389649385
2021-08-09 09:16:23 -07:00
Google APIs
cb44b173ba chore(bazel): remove protoc-gen-docs_plugin from WORKSPACE
PiperOrigin-RevId: 380020641
2021-06-17 12:37:08 -07:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
3dd18827bc chore: migrate dataproc/logging to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373699884
2021-05-13 19:11:48 -07:00
Google APIs
5b3bf78c16 chore: migrate dataproc to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 370932893
2021-04-28 10:27:13 -07:00
Google APIs
439f098cb7 feat: update the Dataproc V1 API client library
This includes the following:
1. The new start and stop cluster methods.
2. The ability to specify a metastore config in a cluster.
3. The ability to specify a (BETA) GKE cluster when creating a Dataproc cluster.
4. The ability to configure the behavior for private IPv6 cluster networking.
5. The ability to specify node affinity groups for clusters.
6. The ability to specify shielded VM configurations for clusters.
7. Support for service-account based secure multi-tenancy.
8. The ability to specify cluster labels for picking which cluster should run a job.
9. Components for DOCKER, DRUID, FLINK, HBASE, RANGER, and SOLR
10. The ability to specify a DAG timeout for workflows.

Committer: @ojarjur
PiperOrigin-RevId: 367518225
2021-04-08 15:22:55 -07:00
Google APIs
d9b32e92fa chore: clean up unused gapic.legacy.yaml files
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00
Google APIs
959b0bcea3 feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.

PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00