Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bigtable/metadata/V2/Bigtable.php

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Bigtable/samples/V2/BigtableClient/sample_row_keys.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
* which can be used to break up the data for distributed tasks like
* mapreduces.
*
* If a `row_range` is provided in the request, the returned samples will be
* restricted to the specified range.
*
* @param string $formattedTableName Optional. The unique name of the table from which to sample row keys.
*
* Values are of the form
Expand Down
3 changes: 3 additions & 0 deletions Bigtable/src/V2/Client/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@ public function readRows(ReadRowsRequest $request, array $callOptions = []): Ser
* which can be used to break up the data for distributed tasks like
* mapreduces.
*
* If a `row_range` is provided in the request, the returned samples will be
* restricted to the specified range.
*
* @example samples/V2/BigtableClient/sample_row_keys.php
*
* @param SampleRowKeysRequest $request A request to house fields associated with the call.
Expand Down
50 changes: 50 additions & 0 deletions Bigtable/src/V2/ExecuteQueryRequest.php

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

56 changes: 56 additions & 0 deletions Bigtable/src/V2/SampleRowKeysRequest.php

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

56 changes: 36 additions & 20 deletions Bigtable/src/V2/SampleRowKeysResponse.php

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

Loading