Commit graph

227 commits

Author SHA1 Message Date
Google APIs
cbf696d38a feat: Add support for Cloud Bigtable Row Affinity in App Profiles
PiperOrigin-RevId: 673093969
2024-09-10 13:56:43 -07:00
Google APIs
c93b54fa30 feat: add fields and the BackupType proto for Hot Backups
docs: clarify comments and fix typos

PiperOrigin-RevId: 658791576
2024-08-02 08:03:00 -07:00
Google APIs
9effffdf94 feat: add MergeToCell to Mutation APIs
PiperOrigin-RevId: 654025780
2024-07-19 09:11:14 -07:00
Google APIs
157e3bf69c feat: Add min, max, hll aggregators and more types
docs: Corrected various type documentation

PiperOrigin-RevId: 654022916
2024-07-19 09:01:15 -07:00
Google APIs
b8eed55ae5 feat: update Go Datastore import path
feat: update Go Bigtable import path

PiperOrigin-RevId: 651776284
2024-07-12 08:07:20 -07:00
Google APIs
a5be6fa5ff feat: publish ProtoRows Message
This is needed to parse ExecuteQuery responses

PiperOrigin-RevId: 651386373
2024-07-11 06:25:25 -07:00
Google APIs
f681f79a93 feat: publish the Cloud Bigtable ExecuteQuery API
The ExecuteQuery API will allow users to query Bigtable using SQL

PiperOrigin-RevId: 650660213
2024-07-09 09:42:40 -07:00
Google APIs
f65ad5f87d chore(php): update migration mode for bigtable and bigtableadmin v2
PiperOrigin-RevId: 639232924
2024-05-31 20:16:28 -07:00
Google APIs
89a836483e feat: Add String type with Utf8Raw encoding to Bigtable API
Bigtable will allow users to configure the type of a column family with string type

PiperOrigin-RevId: 636631633
2024-05-23 12:06:52 -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
a70aa2c04d feat: publish Automated Backups protos
PiperOrigin-RevId: 620381983
2024-03-29 17:46:58 -07:00
Google APIs
cbe62016a4 feat: add feature flag for client side metrics
PiperOrigin-RevId: 619540187
2024-03-27 08:32:26 -07:00
Google APIs
6f289d7759 feat: add Data Boost configurations to admin API
PiperOrigin-RevId: 617925342
2024-03-21 12:20:14 -07:00
Google APIs
66fc31d257 feat: Publish new bigtable APIs for types and aggregates
Bigtable aggregates will allow users to configure column families whose cells accumulate values via an aggregation function rather than simply overwrite them

PiperOrigin-RevId: 613716423
2024-03-07 15:07:16 -08:00
Google APIs
6465963c92 feat: Add authorized view bindings to Cloud Bigtable data APIs and messages
docs: The field `table_name` in message `.google.bigtable.v2.ReadRowsRequest` is changed from required to optional

docs: The field `table_name` in message `.google.bigtable.v2.SampleRowKeysRequest` is changed from required to optional

docs: The field `table_name` in message `.google.bigtable.v2.MutateRowRequest` is changed from required to optional

docs: The field `table_name` in message `.google.bigtable.v2.MutateRowsRequest` is changed from required to optional

docs: The field `table_name` in message `.google.bigtable.v2.CheckAndMutateRowRequest` is changed from required to optional

docs: The field `table_name` in message `.google.bigtable.v2.ReadModifyWriteRowRequest` is changed from required to optional
PiperOrigin-RevId: 612537984
2024-03-04 12:11:42 -08:00
Google APIs
b98fe7ff80 feat: Cloud Bigtable Authorized Views admin APIs protos
PiperOrigin-RevId: 612537460
2024-03-04 12:10:22 -08:00
Google APIs
fbcfef0951 fix: extend timeouts for deleting snapshots, backups and tables
PiperOrigin-RevId: 605388988
2024-02-08 12:08:33 -08:00
Google APIs
63d2a60056 chore: update retry settings for backup rpcs
PiperOrigin-RevId: 605367937
2024-02-08 10:59:43 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
f6505fe8d0 feat: Adding feature flags for routing cookie and retry info
PiperOrigin-RevId: 591912877
2023-12-18 08:59:45 -08:00
Google APIs
fb027c893c feat: Modify ModifyColumnFamiliesRequest proto to expose ignore_warnings field
PiperOrigin-RevId: 590940407
2023-12-14 08:00:36 -08:00
Google APIs
bc3c83b41b feat: Add support for Cloud Bigtable Request Priorities in App Profiles
PiperOrigin-RevId: 571158646
2023-10-05 16:16:07 -07:00
Google APIs
e8a136feac fix: add feature flag for improved mutate rows throttling
PiperOrigin-RevId: 565090488
2023-09-13 10:26:25 -07:00
Google APIs
b4c238feaa feat: publish CopyBackup protos to external customers
PiperOrigin-RevId: 557192020
2023-08-15 11:20:55 -07:00
Google APIs
51e04baa9e feat: add last_scanned_row_key feature
PiperOrigin-RevId: 551191182
2023-07-26 06:49:41 -07:00
Google APIs
c4e6427fce docs: fix formatting for reversed order field example
PiperOrigin-RevId: 547553954
2023-07-12 11:36:25 -07:00
Google APIs
c35889a0b9 feat: Increase the maximum retention period for a Cloud Bigtable backup from 30 days to 90 days
PiperOrigin-RevId: 544356969
2023-06-29 08:00:49 -07:00
Google APIs
ae187063e3 feat: add experimental reverse scan for public preview
PiperOrigin-RevId: 543539118
2023-06-26 14:18:08 -07:00
Google APIs
96995a2592 feat: add new client surface for PHP
PiperOrigin-RevId: 536761953
2023-05-31 10:53:07 -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
eb2d1f1555 feat: add ChangeStreamConfig to CreateTable and UpdateTable
PiperOrigin-RevId: 534836567
2023-05-24 07:48:14 -07:00
Google APIs
38247e83e1 fix: Add feature flag proto to BUILD file
PiperOrigin-RevId: 528468347
2023-05-01 07:35:22 -07:00
Google APIs
f129f486fa feat: publish RateLimitInfo and FeatureFlag protos
PiperOrigin-RevId: 527878708
2023-04-28 07:35:26 -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
26e7004d8d chore: Provide .NET-specific generator settings
PiperOrigin-RevId: 524085016
2023-04-13 13:23:51 -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
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
c5650ae042 feat: add new_partitions field for CloseStream for Cloud Bigtable ChangeStream
PiperOrigin-RevId: 512957844
2023-02-28 09:35:07 -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
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
3770af2307 feat: publish the Cloud Bigtable Change Streams
PiperOrigin-RevId: 508465928
2023-02-09 13:49:30 -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
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
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
69fc6c5b87 chore: include generated samples dir for all google apis
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -07:00