Google APIs
bab01b38ef
fix: upgrade gRPC service registration func
...
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025 .
PiperOrigin-RevId: 759724486
2025-05-16 13:00:01 -07:00
Google APIs
eb6cdb7e07
fix: Upgrade Go gRPC Protobuf generation
...
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025 .
PiperOrigin-RevId: 754988866
2025-05-05 10:30:30 -07:00
Google APIs
389abd1ee1
feat: Add BigQuery Metastore Partition Service API version v1beta
...
PiperOrigin-RevId: 753333720
2025-04-30 15:23:43 -07:00
Google APIs
1c153adc54
feat: increased the number of partitions can be written in a single request
...
docs: updated the number of partitions (from 100 to 900) can be inserted, updated and deleted in a single request
BREAKING CHANGE: remove `location` from http annotations in all of the service requests
PiperOrigin-RevId: 747473743
2025-04-14 10:26:02 -07:00
Google APIs
9415ba048a
chore: update copyright year for auto-generated protos
...
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
a2dbd2daf6
chore: update copyright year for auto-generated protos
...
PiperOrigin-RevId: 731731294
2025-02-27 08:13:01 -08:00
Google APIs
12fc2f929e
chore: update copyright year for auto-generated protos
...
PiperOrigin-RevId: 731694023
2025-02-27 05:55:11 -08:00
Google APIs
b49a983820
feat: add experimental ArrowData type and arrow_data field within AppendRowsRequest
...
PiperOrigin-RevId: 684900949
2024-10-11 11:27:46 -07:00
Google APIs
02f118441f
fix: Increase method timeout to 240s for BigQuery Metastore Partition Service API version v1alpha
...
PiperOrigin-RevId: 676173688
2024-09-18 16:23:37 -07:00
Google APIs
76ffdb2287
chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
...
PiperOrigin-RevId: 672632836
2024-09-09 12:26:01 -07:00
Google APIs
9c6ceea874
docs: A comment for message StreamMetastorePartitionsRequest is changed
...
docs: A comment for message `StreamMetastorePartitionsResponse` is changed
docs: A comment for field `location_uri` in message `.google.cloud.bigquery.storage.v1alpha.StorageDescriptor` is changed
PiperOrigin-RevId: 670602530
2024-09-03 10:04:57 -07:00
Google APIs
3165e16f3b
build: Only generate gRPC clients for google/cloud/bigquery/storage/v1alpha
...
PiperOrigin-RevId: 667933064
2024-08-27 04:33:30 -07:00
Google APIs
6f3c628e7f
feat: add documentation for partition value limit
...
BREAKING CHANGE: make the client library gRPC only
PiperOrigin-RevId: 666551276
2024-08-22 17:23:05 -07:00
Google APIs
63947bfd92
chore(python): Use google.cloud.bigquery_storage instead of google.cloud.bigquery.storage for v1alpha
...
PiperOrigin-RevId: 666369744
2024-08-22 08:59:47 -07:00
Google APIs
869c2e1fff
feat: Support for a custom error message for BatchSizeTooLargeError
...
PiperOrigin-RevId: 665560115
2024-08-20 15:44:44 -07:00
Google APIs
456a812fbc
feat: Add BigQuery Metastore Partition Service API version v1alpha
...
PiperOrigin-RevId: 662212485
2024-08-12 13:45:11 -07:00
Google APIs
3597f7db21
chore: update copyright year for auto-generated protos
...
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
8b91ac4561
docs: mark BigQueryWrite v1beta2 as deprecated
...
PiperOrigin-RevId: 610968688
2024-02-27 20:57:21 -08:00
Google APIs
87fc56b9c3
feat: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema
...
PiperOrigin-RevId: 607833489
2024-02-16 16:32:20 -08:00
Google APIs
667eaac011
feat: Support for universe_domain
...
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
341d70f9f3
feat: add ability to request compressed ReadRowsResponse rows
...
This change allows the client to request raw lz4 compression of the ReadRowsResponse rows data for both ArrowRecordBatches and Avro rows.
PiperOrigin-RevId: 597000088
2024-01-09 11:47:59 -08:00
Google APIs
4795a45759
feat: migrate samples to new surface
...
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
ca3d7e8f35
feat: add default_missing_value_interpretation field; indicate KMS_SERVICE_ERROR is retryable
...
PiperOrigin-RevId: 556931084
2023-08-14 15:35:10 -07:00
Google APIs
29b8ec7ad7
feat: add beta2 deprecation message
...
PiperOrigin-RevId: 556875976
2023-08-14 12:26:16 -07:00
Google APIs
2b006afc7a
feat: add ResourceExhausted to retryable error for Write API unary calls
...
docs: add multiplexing documentation
PiperOrigin-RevId: 545839491
2023-07-05 18:35:02 -07:00
Google APIs
a4ff1c210c
feat: add estimated physical file sizes to ReadAPI v1
...
PiperOrigin-RevId: 542350532
2023-06-21 13:43:41 -07:00
Google APIs
4221b78ecd
chore(php): remove non-ads php_grpc_library targets
...
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e
chore(bazel): remove all no-op go_test targets
...
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
be8c6cd96b
feat: add new client surface for GA php clients
...
PiperOrigin-RevId: 534898708
2023-05-24 10:38:49 -07:00
Google APIs
adcd87eb8c
feat: add table sampling to ReadAPI v1
...
feat: add storage error codes for KMS
PiperOrigin-RevId: 534092654
2023-05-22 09:38:40 -07:00
Google APIs
3d497fa928
docs: update documentation for bigquerystorage v1beta1
...
PiperOrigin-RevId: 531289380
2023-05-11 13:22:24 -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
b5b457107d
fix: Add service_yaml_parameters to java_gapic_library targets
...
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -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
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
fc7d513461
feat: add default_value_expression to TableFieldSchema
...
PiperOrigin-RevId: 508443364
2023-02-09 12:21:02 -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
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
43bf96fa41
feat: add missing_value_interpretations to AppendRowsRequest
...
PiperOrigin-RevId: 488693558
2022-11-15 10:21:18 -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
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
8f81accbe6
chore: Explicitly set transport to grpc for python targets
...
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00