8000 chore: put markdown table in a codeblock · googleapis/googleapis@700afd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 700afd1

Browse files
Google APIscopybara-github
authored andcommitted
chore: put markdown table in a codeblock
PiperOrigin-RevId: 350414815
1 parent dd1d232 commit 700afd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/analytics/admin/v1alpha/analytics_admin.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,13 @@ message ListPropertiesRequest {
650650
// `firebase_project:`(The id or number of the linked firebase project).
651651
// Some examples of filters:
652652
//
653+
// ```
653654
// | Filter | Description |
654655
// |-----------------------------|-------------------------------------------|
655656
// | parent:accounts/123 | The account with account id: 123. |
656657
// | firebase_project:project-id | The firebase project with id: project-id. |
657658
// | firebase_project:123 | The firebase project with number: 123. |
659+
// ```
658660
string filter = 1 [(google.api.field_behavior) = REQUIRED];
659661

660662
// The maximum number of resources to return. The service may return

0 commit comments

Comments
 (0)
0