File tree Expand file tree Collapse file tree
google/cloud/resourcemanager/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments