Skip to content

Commit a9175ca

Browse files
feat: [Spanner] Add Spanner location API (#8737)
* feat: Add Spanner location API PiperOrigin-RevId: 833474957 Source-Link: googleapis/googleapis@7418c8b Source-Link: https://github.com/googleapis/googleapis-gen/commit/f969a4a5ad997baf189c399316297d60a819885b Copy-Tag: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiZjk2OWE0YTVhZDk5N2JhZjE4OWMzOTkzMTYyOTdkNjBhODE5ODg1YiJ9 feat: Add Send and Ack mutations for Queues feat: Add QueryAdvisorResult for query plan docs: Update description for the BatchCreateSessionsRequest and Session docs: Update description for the IsolationLevel PiperOrigin-RevId: 832425466 Source-Link: googleapis/googleapis@0eeb1be Source-Link: https://github.com/googleapis/googleapis-gen/commit/bae417925203e68c806d9f6bfe3c20ab3cbf5d86 Copy-Tag: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiYmFlNDE3OTI1MjAzZTY4YzgwNmQ5ZjZiZmUzYzIwYWIzY2JmNWQ4NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4479bca commit a9175ca

30 files changed

+3424
-34
lines changed

metadata/V1/Location.php

2.5 KB
Binary file not shown.

metadata/V1/Mutation.php

457 Bytes
Binary file not shown.

metadata/V1/QueryPlan.php

322 Bytes
Binary file not shown.

metadata/V1/ResultSet.php

154 Bytes
Binary file not shown.

metadata/V1/Spanner.php

213 Bytes
Binary file not shown.

samples/V1/SpannerClient/batch_create_sessions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
*
3737
* @param string $formattedDatabase The database in which the new sessions are created. Please see
3838
* {@see SpannerClient::databaseName()} for help formatting this field.
39-
* @param int $sessionCount The number of sessions to be created in this batch call.
40-
* The API can return fewer than the requested number of sessions. If a
41-
* specific number of sessions are desired, the client can make additional
42-
* calls to `BatchCreateSessions` (adjusting
39+
* @param int $sessionCount The number of sessions to be created in this batch call. At least
40+
* one session is created. The API can return fewer than the requested number
41+
* of sessions. If a specific number of sessions are desired, the client can
42+
* make additional calls to `BatchCreateSessions` (adjusting
4343
* [session_count][google.spanner.v1.BatchCreateSessionsRequest.session_count]
4444
* as necessary).
4545
*/

src/V1/BatchCreateSessionsRequest.php

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/V1/CacheUpdate.php

Lines changed: 192 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/V1/ExecuteSqlRequest.php

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)