Commit Graph

31 Commits

Author SHA1 Message Date
Google APIs 61ab0348bd feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 352069361
2021-01-15 13:09:14 -08:00
Google APIs 6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs 160f80d81d chore: Make microgenerators default for all languages
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.

Also change Ads BAZEL template to reflect the change in default rule names.

Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).

PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs dcef5557d6 chore: migrate container to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345749670
2020-12-04 13:51:38 -08:00
Google APIs d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs df4fd38d04 feat: sync v1beta1 GKE API
fix: deprecate SetLocations; use UpdateCluster
feat: support for sysctls config in Linux nodes
feat: support for node kubelet config controlling CPU manager policy, CFS quota
feat: support for Customer Managed Encryption in nodes
feat: support for SSDs as ephemeral storage
feat: support for node reservation affinity
feat: support for Gvisor in nodes
fix: deprecate basic auth fields (removed in 1.19 clusters)
feat: support for NodeLocalDNS
feat: support for ConfigConnector
feat: support for the Compute Engine Persistent Disk CSI driver
feat: support for KALM
feat: support for private cluster VPC peering and master global access
feat: support for CloudRun load balancers
feat: support using routes for pod IPs
feat: support for Shielded Nodes
feat: support for release channels
feat: support for Workload Identity
feat: support for Cluster Telemetry
feat: support for Cloud TPU
feat: support for receiving upgrade notifications
feat: support for Confidential Nodes
feat: support for disabling default sNAT
feat: support for selecting Kubernetes datapath model
feat: support for encrypting etcd databases
feat: support for configuration of master components
fix: deprecate Operation.cluster_conditions and operation_conditions; use error
feat: support updating NodePool locations
feat: support for node Surge Upgrades
feat: support for specifying Cluster Autoscaling profile.
feat: support for Node Auto Provisioning
feat: support for specifying node disk size and type
fix: deprecated StatusCondition.code; use canonical_code
docs: many minor documentation clarifications
docs: some output only fields now annotated as such

PiperOrigin-RevId: 344443035
2020-11-26 11:27:50 -08:00
Google APIs b821f32047 feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs abb30a02aa chore: use gapic-generator-python 0.28.1
Also re-adds the grpc_service_config to all the Python libraries that have been moved to the microgenerator.

PiperOrigin-RevId: 321807443
2020-07-17 10:40:12 -07:00
Google APIs 4115e190db migrate container v1/v1beta1 BUILD.bazel python part to micro-gen
PiperOrigin-RevId: 321423020
2020-07-15 13:07:22 -07:00
Google APIs 7a146d3a37 fix: migrate container/v1beta1 to grpc_service_config
PiperOrigin-RevId: 317953345
2020-06-23 15:54:27 -07:00
Google APIs dd244bb3a5 docs: Fixed broken links in the reference documentation
PiperOrigin-RevId: 315023125
2020-06-05 17:09:23 -07:00
Google APIs c77929eb8d docs: fix a broken link in the docs.
PiperOrigin-RevId: 314788929
2020-06-04 13:28:58 -07:00
Google APIs ded05197da fix: use grpc_service_config in nodejs_gapic_library
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.

PiperOrigin-RevId: 314206960
2020-06-01 14:44:30 -07:00
Google APIs 9af7212bc2 docs: display resource name patterns in code font.
PiperOrigin-RevId: 305751417
2020-04-09 13:42:33 -07:00
Google APIs d398d687aa docs: change relative URLs to absolute URLs to fix broken links.
PiperOrigin-RevId: 305496764
2020-04-08 09:49:23 -07:00
Google APIs 27daba5028 chore: set Ruby namespace in proto options
PiperOrigin-RevId: 305327500
2020-04-07 13:40:10 -07:00
Google APIs 25a1781c09 bazel: migrate all go_gapic_library targets to microgenerator implementation
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)

PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs 5006247aa1 Fix: Make deprecated fields optional
Fix: Deprecate SetLoggingServiceRequest.zone in line with the comments
Feature: Add resource name method signatures where appropriate

PiperOrigin-RevId: 294383128
2020-02-10 23:35:47 -08:00
Google APIs 8463992271 Fix bazel build
PiperOrigin-RevId: 283589351
2019-12-03 11:43:22 -08:00
Google APIs 82944da215 Migrate container v1beta1 to GAPIC v2.
PiperOrigin-RevId: 283342796
2019-12-02 08:12:16 -08:00
Google APIs 06a840781d Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00
Google APIs f86c9531dc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247457584
2019-05-09 10:56:46 -07:00
Google APIs 9497e697af Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247122368
2019-05-07 17:34:22 -07:00
Google APIs fd67be4b51 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241096997
2019-03-29 20:50:32 -07:00
Google APIs 37386f1ebc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240841842
2019-03-28 13:38:42 -07:00
Google APIs d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs a207551d51 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 225249459
2018-12-12 14:02:21 -08:00
Google APIs 58ecdb1f0c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 219884369
2018-11-02 16:54:18 -07:00
Google APIs 58863d90ee Synchronize new proto/yaml changes.
PiperOrigin-RevId: 218766146
2018-10-25 15:58:06 -07:00
Google APIs e94093478c Synchronize new proto changes. 2017-11-20 11:05:53 -08:00
Google APIs 620947d5dc Synchronize new proto changes. 2017-10-10 17:04:10 -07:00