Skip to content

Commit

Permalink
feat: adds style enumeration (#71)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored Jan 9, 2021
1 parent e5f4a17 commit 06f5495
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions packages/google-analytics-admin/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 77 additions & 1 deletion packages/google-analytics-admin/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion packages/google-analytics-admin/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4818,11 +4818,13 @@ export class AnalyticsAdminServiceClient {
* `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. |
* ```
* @param {number} request.pageSize
* The maximum number of resources to return. The service may return
* fewer than this value, even if there are additional pages.
Expand Down Expand Up @@ -4899,11 +4901,13 @@ export class AnalyticsAdminServiceClient {
* `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. |
* ```
* @param {number} request.pageSize
* The maximum number of resources to return. The service may return
* fewer than this value, even if there are additional pages.
Expand Down Expand Up @@ -4958,11 +4962,13 @@ export class AnalyticsAdminServiceClient {
* `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. |
* ```
* @param {number} request.pageSize
* The maximum number of resources to return. The service may return
* fewer than this value, even if there are additional pages.
Expand Down
6 changes: 3 additions & 3 deletions packages/google-analytics-admin/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-analytics-admin.git",
"sha": "0012708844fad057f6949961e16ec01311c5445c"
"sha": "c9a00f3abf68f25bd1d6ae68fff6f4e4c0ac0e45"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "70c794b04230f5dafd612300d409dfd7df98ebca",
"internalRef": "346120301"
"sha": "700afd1f0bafc2155bc5e891504c53d4ac9166f5",
"internalRef": "350414815"
}
},
{
Expand Down

0 comments on commit 06f5495

Please sign in to comment.