Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit fd88f82

Browse files
feat: adds style enumeration (#71)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/000e4afe-2dae-4351-a760-a87ad4444ec6/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 350414815 Source-Link: googleapis/googleapis@700afd1
1 parent c9a00f3 commit fd88f82

6 files changed

Lines changed: 112 additions & 5 deletions

File tree

protos/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

protos/protos.d.ts

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 77 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/v1alpha/analytics_admin_service_client.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4818,11 +4818,13 @@ export class AnalyticsAdminServiceClient {
48184818
* `firebase_project:`(The id or number of the linked firebase project).
48194819
* Some examples of filters:
48204820
*
4821+
* ```
48214822
* | Filter | Description |
48224823
* |-----------------------------|-------------------------------------------|
48234824
* | parent:accounts/123 | The account with account id: 123. |
48244825
* | firebase_project:project-id | The firebase project with id: project-id. |
48254826
* | firebase_project:123 | The firebase project with number: 123. |
4827+
* ```
48264828
* @param {number} request.pageSize
48274829
* The maximum number of resources to return. The service may return
48284830
* fewer than this value, even if there are additional pages.
@@ -4899,11 +4901,13 @@ export class AnalyticsAdminServiceClient {
48994901
* `firebase_project:`(The id or number of the linked firebase project).
49004902
* Some examples of filters:
49014903
*
4904+
* ```
49024905
* | Filter | Description |
49034906
* |-----------------------------|-------------------------------------------|
49044907
* | parent:accounts/123 | The account with account id: 123. |
49054908
* | firebase_project:project-id | The firebase project with id: project-id. |
49064909
* | firebase_project:123 | The firebase project with number: 123. |
4910+
* ```
49074911
* @param {number} request.pageSize
49084912
* The maximum number of resources to return. The service may return
49094913
* fewer than this value, even if there are additional pages.
@@ -4958,11 +4962,13 @@ export class AnalyticsAdminServiceClient {
49584962
* `firebase_project:`(The id or number of the linked firebase project).
49594963
* Some examples of filters:
49604964
*
4965+
* ```
49614966
* | Filter | Description |
49624967
* |-----------------------------|-------------------------------------------|
49634968
* | parent:accounts/123 | The account with account id: 123. |
49644969
* | firebase_project:project-id | The firebase project with id: project-id. |
49654970
* | firebase_project:123 | The firebase project with number: 123. |
4971+
* ```
49664972
* @param {number} request.pageSize
49674973
* The maximum number of resources to return. The service may return
49684974
* fewer than this value, even if there are additional pages.

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-analytics-admin.git",
7-
"sha": "0012708844fad057f6949961e16ec01311c5445c"
7+
"sha": "c9a00f3abf68f25bd1d6ae68fff6f4e4c0ac0e45"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "70c794b04230f5dafd612300d409dfd7df98ebca",
15-
"internalRef": "346120301"
14+
"sha": "700afd1f0bafc2155bc5e891504c53d4ac9166f5",
15+
"internalRef": "350414815"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)