Skip to content

Commit

Permalink
feat: publish Automated Backups protos (#7118)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620381983
Source-Link: googleapis/googleapis@a70aa2c
Source-Link: googleapis/googleapis-gen@e3fb57f
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImUzZmI1N2Y5ZGQ0YTEwYjZjMjAzNTllYzkyYTcyZTg3NjMxOTkxYjgifQ==

feat: add feature flag for client side metrics
PiperOrigin-RevId: 619540187
Source-Link: googleapis/googleapis@cbe6201
Source-Link: googleapis/googleapis-gen@1587174
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjE1ODcxNzQ4NjZiN2FiNzYxYWVkMWRiZmI5NTg4ZjViMzZlZTE1OTAifQ==

feat: add Data Boost configurations to admin API
PiperOrigin-RevId: 617925342
Source-Link: googleapis/googleapis@6f289d7
Source-Link: googleapis/googleapis-gen@92da6d5
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjkyZGE2ZDVkNDM1YWY1MzNmNzI2YTk3YmNmZmYzYzcxNzgzMmM4NzcifQ==

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
Source-Link: googleapis/googleapis@66fc31d
Source-Link: googleapis/googleapis-gen@b983c8f
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImI5ODNjOGY4N2U2NjQzZDlhNzRkN2I4MTgzZDY2MzQ5OTQzYjQzNmUifQ==

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
Source-Link: googleapis/googleapis@6465963
Source-Link: googleapis/googleapis-gen@f4a9960
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImY0YTk5NjA3MTgwMWY1NTliYjZmNGQwYzk5YmI5YTNjMGVjZjQ4NDQifQ==

feat: Cloud Bigtable Authorized Views admin APIs protos
PiperOrigin-RevId: 612537460
Source-Link: googleapis/googleapis@b98fe7f
Source-Link: googleapis/googleapis-gen@03d9b5c
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6IjAzZDliNWM1NTE3Y2Y5MTIzZjEyMDQ2MTE4MGViZGQzODdhNDdiY2MifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Apr 12, 2024
1 parent 0fcd580 commit e64fcf9
Show file tree
Hide file tree
Showing 67 changed files with 6,228 additions and 96 deletions.
Binary file modified Bigtable/metadata/Admin/V2/BigtableTableAdmin.php
Binary file not shown.
Binary file modified Bigtable/metadata/Admin/V2/Instance.php
Binary file not shown.
Binary file modified Bigtable/metadata/Admin/V2/Table.php
Binary file not shown.
Binary file added Bigtable/metadata/Admin/V2/Types.php
Binary file not shown.
Binary file modified Bigtable/metadata/V2/Bigtable.php
Binary file not shown.
Binary file modified Bigtable/metadata/V2/Data.php
Binary file not shown.
7 changes: 4 additions & 3 deletions Bigtable/metadata/V2/FeatureFlags.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Bigtable/samples/V2/BigtableClient/check_and_mutate_row.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
/**
* Mutates a row atomically based on the output of a predicate Reader filter.
*
* @param string $formattedTableName The unique name of the table to which the conditional mutation
* should be applied. Values are of the form
* @param string $formattedTableName Optional. The unique name of the table to which the conditional mutation
* should be applied.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
* @param string $rowKey The key of the row to which the conditional mutation should be
Expand Down
6 changes: 4 additions & 2 deletions Bigtable/samples/V2/BigtableClient/mutate_row.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
* Mutates a row atomically. Cells already present in the row are left
* unchanged unless explicitly changed by `mutation`.
*
* @param string $formattedTableName The unique name of the table to which the mutation should be
* applied. Values are of the form
* @param string $formattedTableName Optional. The unique name of the table to which the mutation should be
* applied.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
* @param string $rowKey The key of the row to which the mutation should be applied.
Expand Down
7 changes: 5 additions & 2 deletions Bigtable/samples/V2/BigtableClient/mutate_rows.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
* atomically as in MutateRow, but the entire batch is not executed
* atomically.
*
* @param string $formattedTableName The unique name of the table to which the mutations should be
* applied. Please see
* @param string $formattedTableName Optional. The unique name of the table to which the mutations should be
* applied.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
*/
function mutate_rows_sample(string $formattedTableName): void
Expand Down
6 changes: 4 additions & 2 deletions Bigtable/samples/V2/BigtableClient/read_modify_write_row.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
* timestamp is the greater of the existing timestamp or the current server
* time. The method returns the new contents of all modified cells.
*
* @param string $formattedTableName The unique name of the table to which the read/modify/write rules
* should be applied. Values are of the form
* @param string $formattedTableName Optional. The unique name of the table to which the read/modify/write rules
* should be applied.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
* @param string $rowKey The key of the row to which the read/modify/write rules should be
Expand Down
3 changes: 2 additions & 1 deletion Bigtable/samples/V2/BigtableClient/read_rows.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
* atomicity of each row will still be preserved. See the
* ReadRowsResponse documentation for details.
*
* @param string $formattedTableName The unique name of the table from which to read.
* @param string $formattedTableName Optional. The unique name of the table from which to read.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
Expand Down
3 changes: 2 additions & 1 deletion Bigtable/samples/V2/BigtableClient/sample_row_keys.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
* which can be used to break up the data for distributed tasks like
* mapreduces.
*
* @param string $formattedTableName The unique name of the table from which to sample row keys.
* @param string $formattedTableName Optional. The unique name of the table from which to sample row keys.
*
* Values are of the form
* `projects/<project>/instances/<instance>/tables/<table>`. Please see
* {@see BigtableClient::tableName()} for help formatting this field.
Expand Down
36 changes: 36 additions & 0 deletions Bigtable/src/Admin/V2/AppProfile.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e64fcf9

Please sign in to comment.