Skip to content

Commit

Permalink
docs: Fix formatting due to unclosed backtick (#6962)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597942027
Source-Link: googleapis/googleapis@6c31cc0
Source-Link: googleapis/googleapis-gen@4a99b8d
Copy-Tag: eyJwIjoiRmlyZXN0b3JlLy5Pd2xCb3QueWFtbCIsImgiOiI0YTk5YjhkYzkwMTM2ZDNmMjljY2Y0MGY3ZDlkZWEzYjZmMjZkYmI4In0=
  • Loading branch information
gcf-owl-bot[bot] authored Jan 18, 2024
1 parent 44c53b2 commit 09facd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Firestore/src/Admin/V1/Client/FirestoreAdminClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ public function listDatabases(ListDatabasesRequest $request, array $callOptions
* only supports listing fields that have been explicitly overridden. To issue
* this query, call
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
* with the filter set to `indexConfig.usesAncestorConfig:false or
* with the filter set to `indexConfig.usesAncestorConfig:false` or
* `ttlConfig:*`.
*
* The async variant is {@see FirestoreAdminClient::listFieldsAsync()} .
Expand Down
2 changes: 1 addition & 1 deletion Firestore/src/Admin/V1/Gapic/FirestoreAdminGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ public function listDatabases($parent, array $optionalArgs = [])
* only supports listing fields that have been explicitly overridden. To issue
* this query, call
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
* with the filter set to `indexConfig.usesAncestorConfig:false or
* with the filter set to `indexConfig.usesAncestorConfig:false` or
* `ttlConfig:*`.
*
* Sample code:
Expand Down

0 comments on commit 09facd5

Please sign in to comment.