Commit graph

293 commits

Author SHA1 Message Date
Google APIs
e312dc8a6a chore: update copyright year in generated protos
PiperOrigin-RevId: 516289549
2023-03-13 12:32:14 -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
cdcbc2b420 feat: changed name of SQL language to GoogleSQL in comments
docs: changed name of SQL language to GoogleSQL in docs

PiperOrigin-RevId: 515389120
2023-03-09 11:12:16 -08:00
Google APIs
86312f6a76 feat: added a publishing section in BigLake API
PiperOrigin-RevId: 515356783
2023-03-09 09:26:23 -08:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
0f35802cb7 chore: Specify C# namespace
PiperOrigin-RevId: 514975241
2023-03-08 02:03:34 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
178674c69a feat: Add SQL translation service to Bazel generation
PiperOrigin-RevId: 512937316
2023-02-28 08:14:22 -08:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
ea8d8264e7 docs: minor comment update
PiperOrigin-RevId: 512725339
2023-02-27 14:05:09 -08:00
Google APIs
bc22d9155d chore: Fixed Ruby documentation generation
PiperOrigin-RevId: 512672271
2023-02-27 10:50:43 -08:00
Google APIs
a563815f12 feat: add cloud spanner connection properties - serverless analytics
feat: add cloud spanner connection properties - database role

PiperOrigin-RevId: 511807110
2023-02-23 09:27:14 -08:00
Google APIs
2029bd6047 fix: ensure proper LRO & mixin HTTP overloads are used
PiperOrigin-RevId: 511530528
2023-02-22 10:21:40 -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
60e595bc90 chore: Update C# BUILD.bazel targets
PiperOrigin-RevId: 510071506
2023-02-16 01:18:40 -08:00
Google APIs
33b41355f0 feat: add BigQuery BigLake v1alpha1 API
PiperOrigin-RevId: 508681682
2023-02-10 09:36:18 -08:00
Google APIs
fc7d513461 feat: add default_value_expression to TableFieldSchema
PiperOrigin-RevId: 508443364
2023-02-09 12:21:02 -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
3ae015d16e chore: add analyticshub v1 rest client generation for Go
PiperOrigin-RevId: 508091306
2023-02-08 08:46:38 -08:00
Google APIs
5677c20a29 chore: produce more Go gapic metadata
PiperOrigin-RevId: 507541898
2023-02-06 11:50:24 -08:00
Google APIs
e0e93a367e chore: formatting changes
PiperOrigin-RevId: 507519971
2023-02-06 10:34:24 -08:00
Google APIs
ff55d10406 chore: update some Go release levels to match google-cloud-go
PiperOrigin-RevId: 507490734
2023-02-06 08:42:59 -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
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -08:00
Google APIs
62915a3b1f feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503125274
2023-01-19 04:16:23 -08:00
Google APIs
ab77d8603b chore: reformatted service protos
PiperOrigin-RevId: 502620425
2023-01-17 10:18:59 -08:00
Google APIs
a34d2e6313 chore: rearrange sections if the service yaml
PiperOrigin-RevId: 501034754
2023-01-10 10:40:19 -08:00
Google APIs
58e9dd47b4 feat!: Update wrapper client to default to v1 of the service
PiperOrigin-RevId: 500831497
2023-01-09 16:06:38 -08:00
Google APIs
882eada864 chore(ruby): Configure client for google-cloud-bigquery-data_policies-v1
PiperOrigin-RevId: 499326312
2023-01-03 15:09:55 -08:00
Google APIs
62c5867e6a feat: Add location methods
PiperOrigin-RevId: 499272288
2023-01-03 11:25:43 -08:00
Google APIs
83b2bafa77 feat: add estimated number of rows to CreateReadSession response
PiperOrigin-RevId: 495122850
2022-12-13 14:11:14 -08:00
Google APIs
a5b266a9ef chore(go): correct go_gapic_library transport values
PiperOrigin-RevId: 493910511
2022-12-08 09:03:49 -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
83c3605afb docs: fix minor docstring formatting
PiperOrigin-RevId: 492509862
2022-12-02 11:00:00 -08:00
Google APIs
24fc77bd4c feat: add bigquery datapolicies v1 API
PiperOrigin-RevId: 491999451
2022-11-30 13:12:46 -08:00
Google APIs
71673d86fb feat: added Location API methods
docs: updated comments

PiperOrigin-RevId: 489094434
2022-11-16 18:56:29 -08:00
Google APIs
43bf96fa41 feat: add missing_value_interpretations to AppendRowsRequest
PiperOrigin-RevId: 488693558
2022-11-15 10:21:18 -08:00
Google APIs
54f1157f58 build!: Remove the v1beta1 client as the v1beta1 service is deprecated. Please use the v1 client instead
BREAKING CHANGE: Remove the v1beta1 client as the v1beta1 service is deprecated. Please use the v1 client instead

PiperOrigin-RevId: 486693772
2022-11-07 10:07:00 -08:00
Google APIs
a5f5928e73 docs: remove stale header guidance for AppendRows
PiperOrigin-RevId: 485941276
2022-11-03 12:24:28 -07: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
69fc6c5b87 chore: include generated samples dir for all google apis
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -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
5e8b7729fb chore(ruby): Configure Ruby clients for analyticshub
PiperOrigin-RevId: 478537382
2022-10-03 10:16:16 -07:00
Google APIs
8933d4b4ae feat: rename nodejs analyticshub library package name
PiperOrigin-RevId: 475881872
2022-09-21 11:36:42 -07:00
Google APIs
df791ce27f chore: update gapic-generator-python-1.4.4 with unit tests generation fixes
PiperOrigin-RevId: 475683078
2022-09-20 16:32:06 -07:00
Google APIs
1a176ac320 chore(ruby): Configure builds for BigQuery DataPolicies client
PiperOrigin-RevId: 474677663
2022-09-15 15:57:36 -07:00
Google APIs
a0093c4b69 feat: update package_name of nodejs library
PiperOrigin-RevId: 474590442
2022-09-15 10:05:10 -07:00
Google APIs
79bca74fef feat: add c#, php and pyhton language options to DataPolicy proto
PiperOrigin-RevId: 474407599
2022-09-14 15:35:52 -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