We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1d232 commit 700afd1Copy full SHA for 700afd1
1 file changed
google/analytics/admin/v1alpha/analytics_admin.proto
@@ -650,11 +650,13 @@ message ListPropertiesRequest {
650
// `firebase_project:`(The id or number of the linked firebase project).
651
// Some examples of filters:
652
//
653
+ // ```
654
// | Filter | Description |
655
// |-----------------------------|-------------------------------------------|
656
// | parent:accounts/123 | The account with account id: 123. |
657
// | firebase_project:project-id | The firebase project with id: project-id. |
658
// | firebase_project:123 | The firebase project with number: 123. |
659
660
string filter = 1 [(google.api.field_behavior) = REQUIRED];
661
662
// The maximum number of resources to return. The service may return
0 commit comments