Skip to content

Commit

Permalink
docs: Fix formatting due to unclosed backtick (#1977)
Browse files Browse the repository at this point in the history
* docs: Fix formatting due to unclosed backtick

PiperOrigin-RevId: 597942027

Source-Link: googleapis/googleapis@6c31cc0

Source-Link: googleapis/googleapis-gen@4a99b8d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE5OWI4ZGM5MDEzNmQzZjI5Y2NmNDBmN2Q5ZGVhM2I2ZjI2ZGJiOCJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 16, 2024
1 parent 22ac90f commit d142413
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/protos/google/firestore/admin/v1/firestore_admin.proto
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
1 change: 1 addition & 0 deletions dev/protos/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ enum Edition {
// should not be depended on, but they will always be time-ordered for easy
// comparison.
EDITION_2023 = 1000;
EDITION_2024 = 1001;

// Placeholder editions for testing feature resolution. These should not be
// used or relyed on outside of tests.
Expand Down
4 changes: 2 additions & 2 deletions dev/src/v1/firestore_admin_client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -2193,7 +2193,7 @@ export class FirestoreAdminClient {
* only supports listing fields that have been explicitly overridden. To issue
* this query, call
* {@link protos.google.firestore.admin.v1.FirestoreAdmin.ListFields|FirestoreAdmin.ListFields}
* with the filter set to `indexConfig.usesAncestorConfig:false or
* with the filter set to `indexConfig.usesAncestorConfig:false` or
* `ttlConfig:*`.
*
* @param {Object} request
Expand Down
2 changes: 1 addition & 1 deletion dev/test/gapic_firestore_admin_v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit d142413

Please sign in to comment.