Saransh Dhingra
Saransh Dhingra
The `acknowledge` and `acknowledgeBatch` methods of the `Subscription` class now retry temporarily failed messages for a subscription with `Exactly Once Delivery` enabled. The methods also return the permanently failed messages...
I have tried to use similar themes and components as the website. Have run eslint on the JS files and stylelint with the same config on the CSS file. Only...
The PR also adds a link for the user to understand different possible values for the `versionTime` argument. Fixes #1549
Currently, we can pass `now` for the parameter `$versionTime` to achieve the backup until the current timestamp. The simplest way to make it default can be to use the string...
Update the samples to use the new format like in other products. [Reference](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/bigtable/src/create_table.php)
Note: Removed the RetryTrait as I think it is used in the backups tests mostly. Using it here adds to the quota of Admin calls. We can re-add it if...
This PR takes care of the following: - [x] Upgrade the GAPIC surface to V2. - [x] Disables GAX retries in ResumableStream and only use the local retries in the...