Skip to content

Commit

Permalink
fix(analyticsadmin): update the API
Browse files Browse the repository at this point in the history
#### analyticsadmin:v1alpha

The following keys were changed:
- schemas.GoogleAnalyticsAdminV1alphaBigQueryLink.properties.project.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent a65f1c6 commit 90c32f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/analyticsadmin-v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -4886,7 +4886,7 @@
}
}
},
"revision": "20240731",
"revision": "20240821",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -6037,7 +6037,7 @@
"type": "string"
},
"project": {
"description": "Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'",
"description": "Immutable. The linked Google Cloud project resource name. Currently, this API always uses a project number, but may use project IDs in the future. Format: 'projects/{project number}' Example: 'projects/1234'",
"type": "string"
},
"streamingExportEnabled": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsadmin/v1alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ export namespace analyticsadmin_v1alpha {
*/
name?: string | null;
/**
* Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number\}' Example: 'projects/1234'
* Immutable. The linked Google Cloud project resource name. Currently, this API always uses a project number, but may use project IDs in the future. Format: 'projects/{project number\}' Example: 'projects/1234'
*/
project?: string | null;
/**
Expand Down

0 comments on commit 90c32f5

Please sign in to comment.