Commit graph

240 commits

Author SHA1 Message Date
Google APIs
d03cc13314 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: 765227853
2025-05-30 09:45:36 -07:00
Google APIs
98297c5f6e feat: add deletion_protection support for LVs
PiperOrigin-RevId: 750666273
2025-04-23 11:36:43 -07:00
Google APIs
b80f49d1bc feat: add MaterializedViews and LogicalViews APIs
PiperOrigin-RevId: 735407006
2025-03-10 09:32:20 -07:00
Google APIs
47d236a058 feat: add MaterializedViewName to ReadRows and SampleRowKeys
PiperOrigin-RevId: 735384675
2025-03-10 08:27:49 -07:00
Google APIs
9513189365 feat: Add PrepareQuery api and update ExecuteQuery to support it
docs: Update ExecuteQuery API docs to reflect changes

PiperOrigin-RevId: 734273312
2025-03-06 13:46:27 -08:00
Google APIs
03183b76c8 chore: Add grpc service config for ExecuteQuery API
PiperOrigin-RevId: 733462032
2025-03-04 14:14:49 -08:00
Google APIs
da20dfe4f5 docs: Fixed formatting of resource path strings
PiperOrigin-RevId: 733415839
2025-03-04 12:03:43 -08:00
Google APIs
05f571eb75 feat: add MaterializedViews and LogicalViews APIs
PiperOrigin-RevId: 733101782
2025-03-03 16:30:33 -08:00
Google APIs
33b23a795c feat: publish row_key_schema fields in table proto and relevant admin APIs to setup a table with a row_key_schema
PiperOrigin-RevId: 732197624
2025-02-28 11:12:54 -08: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
07737e56be fix: extend timeouts for check consistency
PiperOrigin-RevId: 717421943
2025-01-20 00:11:28 -08:00
Google APIs
ab2ad69473 feat: Add feature flags proto for Direct Access
PiperOrigin-RevId: 690605789
2024-10-28 07:41:48 -07:00
Google APIs
407deca15c feat: Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters
PiperOrigin-RevId: 676993928
2024-09-20 15:30:53 -07:00
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