Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 3c78fe3

Browse files
docs: Fix formatting due to unclosed backtick (#1529)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 597942027 Source-Link: https://togithub.com/googleapis/googleapis/commit/6c31cc0071ccca8af83964afc4178ede73d6cbd3 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4a99b8dc90136d3f29ccf40f7d9dea3b6f26dbb8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5OWI4ZGM5MDEzNmQzZjI5Y2NmNDBmN2Q5ZGVhM2I2ZjI2ZGJiOCJ9
1 parent bc13f02 commit 3c78fe3

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/FirestoreAdminClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
* <tr>
247247
* <td>ListFields</td>
248248
* <td><p> Lists the field configuration and metadata for this database.
249-
* <p> Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 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 `ttlConfig:&#42;`.</td>
249+
* <p> Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 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 `ttlConfig:&#42;`.</td>
250250
* <td>
251251
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
252252
* <ul>
@@ -1379,7 +1379,7 @@ public final UnaryCallable<UpdateFieldRequest, Operation> updateFieldCallable()
13791379
* <p>Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
13801380
* only supports listing fields that have been explicitly overridden. To issue this query, call
13811381
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] with the
1382-
* filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:&#42;`.
1382+
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
13831383
*
13841384
* <p>Sample code:
13851385
*
@@ -1415,7 +1415,7 @@ public final ListFieldsPagedResponse listFields(CollectionGroupName parent) {
14151415
* <p>Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
14161416
* only supports listing fields that have been explicitly overridden. To issue this query, call
14171417
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] with the
1418-
* filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:&#42;`.
1418+
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
14191419
*
14201420
* <p>Sample code:
14211421
*
@@ -1449,7 +1449,7 @@ public final ListFieldsPagedResponse listFields(String parent) {
14491449
* <p>Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
14501450
* only supports listing fields that have been explicitly overridden. To issue this query, call
14511451
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] with the
1452-
* filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:&#42;`.
1452+
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
14531453
*
14541454
* <p>Sample code:
14551455
*
@@ -1488,7 +1488,7 @@ public final ListFieldsPagedResponse listFields(ListFieldsRequest request) {
14881488
* <p>Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
14891489
* only supports listing fields that have been explicitly overridden. To issue this query, call
14901490
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] with the
1491-
* filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:&#42;`.
1491+
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
14921492
*
14931493
* <p>Sample code:
14941494
*
@@ -1526,7 +1526,7 @@ public final UnaryCallable<ListFieldsRequest, ListFieldsPagedResponse> listField
15261526
* <p>Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
15271527
* only supports listing fields that have been explicitly overridden. To issue this query, call
15281528
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] with the
1529-
* filter set to `indexConfig.usesAncestorConfig:false or `ttlConfig:&#42;`.
1529+
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
15301530
*
15311531
* <p>Sample code:
15321532
*

grpc-google-cloud-firestore-admin-v1/src/main/java/com/google/firestore/admin/v1/FirestoreAdminGrpc.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ default void updateField(
841841
* only supports listing fields that have been explicitly overridden. To issue
842842
* this query, call
843843
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
844-
* with the filter set to `indexConfig.usesAncestorConfig:false or
844+
* with the filter set to `indexConfig.usesAncestorConfig:false` or
845845
* `ttlConfig:*`.
846846
* </pre>
847847
*/
@@ -1157,7 +1157,7 @@ public void updateField(
11571157
* only supports listing fields that have been explicitly overridden. To issue
11581158
* this query, call
11591159
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
1160-
* with the filter set to `indexConfig.usesAncestorConfig:false or
1160+
* with the filter set to `indexConfig.usesAncestorConfig:false` or
11611161
* `ttlConfig:*`.
11621162
* </pre>
11631163
*/
@@ -1439,7 +1439,7 @@ public com.google.longrunning.Operation updateField(
14391439
* only supports listing fields that have been explicitly overridden. To issue
14401440
* this query, call
14411441
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
1442-
* with the filter set to `indexConfig.usesAncestorConfig:false or
1442+
* with the filter set to `indexConfig.usesAncestorConfig:false` or
14431443
* `ttlConfig:*`.
14441444
* </pre>
14451445
*/
@@ -1698,7 +1698,7 @@ protected FirestoreAdminFutureStub build(
16981698
* only supports listing fields that have been explicitly overridden. To issue
16991699
* this query, call
17001700
* [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
1701-
* with the filter set to `indexConfig.usesAncestorConfig:false or
1701+
* with the filter set to `indexConfig.usesAncestorConfig:false` or
17021702
* `ttlConfig:*`.
17031703
* </pre>
17041704
*/

proto-google-cloud-firestore-admin-v1/src/main/proto/google/firestore/admin/v1/firestore_admin.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ service FirestoreAdmin {
164164
// only supports listing fields that have been explicitly overridden. To issue
165165
// this query, call
166166
// [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]
167-
// with the filter set to `indexConfig.usesAncestorConfig:false or
167+
// with the filter set to `indexConfig.usesAncestorConfig:false` or
168168
// `ttlConfig:*`.
169169
rpc ListFields(ListFieldsRequest) returns (ListFieldsResponse) {
170170
option (google.api.http) = {

0 commit comments

Comments
 (0)