Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.29.0')
implementation platform('com.google.cloud:libraries-bom:26.30.0')

implementation 'com.google.cloud:google-cloud-firestore'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
* <tr>
* <td>ListFields</td>
* <td><p> Lists the field configuration and metadata for this database.
* <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>
* <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>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand Down Expand Up @@ -1379,7 +1379,7 @@ public final UnaryCallable<UpdateFieldRequest, Operation> updateFieldCallable()
* <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;`.
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1415,7 +1415,7 @@ public final ListFieldsPagedResponse listFields(CollectionGroupName parent) {
* <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;`.
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1449,7 +1449,7 @@ public final ListFieldsPagedResponse listFields(String parent) {
* <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;`.
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1488,7 +1488,7 @@ public final ListFieldsPagedResponse listFields(ListFieldsRequest request) {
* <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;`.
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -1526,7 +1526,7 @@ public final UnaryCallable<ListFieldsRequest, ListFieldsPagedResponse> listField
* <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;`.
* filter set to `indexConfig.usesAncestorConfig:false` or `ttlConfig:&#42;`.
*
* <p>Sample code:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ default void updateField(
* 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:*`.
* </pre>
*/
Expand Down Expand Up @@ -1157,7 +1157,7 @@ public void updateField(
* 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:*`.
* </pre>
*/
Expand Down Expand Up @@ -1439,7 +1439,7 @@ public com.google.longrunning.Operation updateField(
* 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:*`.
* </pre>
*/
Expand Down Expand Up @@ -1698,7 +1698,7 @@ protected FirestoreAdminFutureStub build(
* 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:*`.
* </pre>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ service FirestoreAdmin {
// 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:*`.
rpc ListFields(ListFieldsRequest) returns (ListFieldsResponse) {
option (google.api.http) = {
Expand Down