chore: put markdown table in a codeblock
PiperOrigin-RevId: 350414815
This commit is contained in:
parent
dd1d2325b1
commit
700afd1f0b
|
|
@ -650,11 +650,13 @@ message ListPropertiesRequest {
|
|||
// `firebase_project:`(The id or number of the linked firebase project).
|
||||
// Some examples of filters:
|
||||
//
|
||||
// ```
|
||||
// | Filter | Description |
|
||||
// |-----------------------------|-------------------------------------------|
|
||||
// | parent:accounts/123 | The account with account id: 123. |
|
||||
// | firebase_project:project-id | The firebase project with id: project-id. |
|
||||
// | firebase_project:123 | The firebase project with number: 123. |
|
||||
// ```
|
||||
string filter = 1 [(google.api.field_behavior) = REQUIRED];
|
||||
|
||||
// The maximum number of resources to return. The service may return
|
||||
|
|
|
|||
Loading…
Reference in New Issue