Skip to content

Commit

Permalink
feat: add fields and the BackupType proto for Hot Backups (#7576)
Browse files Browse the repository at this point in the history
docs: clarify comments and fix typos
PiperOrigin-RevId: 658791576
Source-Link: googleapis/googleapis@c93b54f
Source-Link: googleapis/googleapis-gen@e52ba38
Copy-Tag: eyJwIjoiQmlndGFibGUvLk93bEJvdC55YW1sIiwiaCI6ImU1MmJhMzhhOTVhODJmNzU4OGQwZGQzYTIyODRjOTg4NTBkYWI5ZTEifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Aug 2, 2024
1 parent d177015 commit 7d6d011
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 34 deletions.
Binary file modified Bigtable/metadata/Admin/V2/Table.php
Binary file not shown.
158 changes: 134 additions & 24 deletions Bigtable/src/Admin/V2/Backup.php

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

69 changes: 69 additions & 0 deletions Bigtable/src/Admin/V2/Backup/BackupType.php

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

12 changes: 8 additions & 4 deletions Bigtable/src/Admin/V2/BackupInfo.php

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

2 changes: 1 addition & 1 deletion Bigtable/src/Admin/V2/Client/BigtableTableAdminClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ public function modifyColumnFamilies(ModifyColumnFamiliesRequest $request, array
* returned table [long-running operation][google.longrunning.Operation] can
* be used to track the progress of the operation, and to cancel it. The
* [metadata][google.longrunning.Operation.metadata] field type is
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
* [RestoreTableMetadata][google.bigtable.admin.v2.RestoreTableMetadata]. The
* [response][google.longrunning.Operation.response] type is
* [Table][google.bigtable.admin.v2.Table], if successful.
*
Expand Down
10 changes: 5 additions & 5 deletions Bigtable/src/Admin/V2/CopyBackupRequest.php

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

0 comments on commit 7d6d011

Please sign in to comment.