Commit graph

303 commits

Author SHA1 Message Date
Google APIs
208d6b53fe feat!: remove unused protocol buffers
This PR cleans up an experiment where we attempted to leverage protocol buffer definitions to simplify processing of the bigquery service API responses related to ML models.  There are no client libraries that consume this information, and the definitions cannot be used to successfully build any form of client library on their own.

PiperOrigin-RevId: 525854672
2023-04-20 14:44:51 -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
4c36d3fdec feat: add BigQuery BigLake v1 API
PiperOrigin-RevId: 523411159
2023-04-11 08:39:16 -07:00
Google APIs
54b4623134 feat: add RenameTable, etag, and ListTables view to BigQuery BigLake v1alpha1 API
PiperOrigin-RevId: 522120936
2023-04-05 12:17:28 -07:00
Google APIs
8bc5a83d97 docs: use deprecated=true for deprecated fields
PiperOrigin-RevId: 521675703
2023-04-04 00:00:37 -07:00
Google APIs
4c3b682f50 docs: mark ReservationResourceUsage field as deprecated
PiperOrigin-RevId: 521058593
2023-03-31 18:31:23 -07:00
Google APIs
26b4d270d2 docs: mention that some fields are deprecated
PiperOrigin-RevId: 519755058
2023-03-27 10:06:01 -07:00
Google APIs
e4a7ae691c feat: add edition/autoscale related fields
PiperOrigin-RevId: 518584143
2023-03-22 09:06:01 -07:00
Google APIs
184334dec8 feat: Add request_source field and update formatting
PiperOrigin-RevId: 518330942
2023-03-21 11:28:09 -07:00
Google APIs
98c303c996 feat: add spark connection properties type
PiperOrigin-RevId: 517172721
2023-03-16 11:08:09 -07:00
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