Skip to content

Commit 45a2c07

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 409547707
1 parent 4be99b0 commit 45a2c07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/resourcemanager/v3/projects.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ message SearchProjectsRequest {
466466
//
467467
// Some examples queries:
468468
//
469+
// ```
469470
// | Query | Description |
470471
// |------------------|-----------------------------------------------------|
471472
// | name:how* | The project's name starts with "how". |
@@ -476,6 +477,7 @@ message SearchProjectsRequest {
476477
// | labels.color:red | The project's label `color` has the value `red`. |
477478
// | labels.color:red labels.size:big | The project's label `color` has
478479
// the value `red` and its label `size` has the value `big`. |
480+
// ```
479481
//
480482
// If no query is specified, the call will return projects for which the user
481483
// has the `resourcemanager.projects.get` permission.

0 commit comments

Comments
 (0)