chore: put markdown table in a codeblock

PiperOrigin-RevId: 350414815
This commit is contained in:
Google APIs 2021-01-06 13:18:46 -08:00 committed by Copybara-Service
parent dd1d2325b1
commit 700afd1f0b
1 changed files with 2 additions and 0 deletions

View File

@ -650,11 +650,13 @@ message ListPropertiesRequest {
// `firebase_project:`(The id or number of the linked firebase project). // `firebase_project:`(The id or number of the linked firebase project).
// Some examples of filters: // Some examples of filters:
// //
// ```
// | Filter | Description | // | Filter | Description |
// |-----------------------------|-------------------------------------------| // |-----------------------------|-------------------------------------------|
// | parent:accounts/123 | The account with account id: 123. | // | parent:accounts/123 | The account with account id: 123. |
// | firebase_project:project-id | The firebase project with id: project-id. | // | firebase_project:project-id | The firebase project with id: project-id. |
// | firebase_project:123 | The firebase project with number: 123. | // | firebase_project:123 | The firebase project with number: 123. |
// ```
string filter = 1 [(google.api.field_behavior) = REQUIRED]; string filter = 1 [(google.api.field_behavior) = REQUIRED];
// The maximum number of resources to return. The service may return // The maximum number of resources to return. The service may return