@google-analytics/data 6.1.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/build/protos/protos.d.ts +518 -4
- package/build/protos/protos.js +1 -75986
- package/build/protos/protos.json +202 -23
- package/build/src/index.d.ts +3 -3
- package/build/src/index.js +5 -5
- package/build/src/v1alpha/alpha_analytics_data_client.d.ts +143 -143
- package/build/src/v1alpha/alpha_analytics_data_client.js +292 -156
- package/build/src/v1beta/beta_analytics_data_client.d.ts +76 -76
- package/build/src/v1beta/beta_analytics_data_client.js +218 -120
- package/package.json +9 -12
- package/LICENSE +0 -202
package/README.md
CHANGED
|
@@ -72,7 +72,6 @@ Samples are in the [`samples/`][homepage_samples] directory. Each sample's `READ
|
|
|
72
72
|
| query report task | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1alpha/alpha_analytics_data.query_report_task.js) |
|
|
73
73
|
| run funnel report | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1alpha/alpha_analytics_data.run_funnel_report.js) |
|
|
74
74
|
| run report | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1alpha/alpha_analytics_data.run_report.js) |
|
|
75
|
-
| analytics | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1alpha/snippet_metadata_google.analytics.data.v1alpha.json) |
|
|
76
75
|
| batch run pivot reports | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.batch_run_pivot_reports.js) |
|
|
77
76
|
| batch run reports | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.batch_run_reports.js) |
|
|
78
77
|
| check compatibility | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.check_compatibility.js) |
|
|
@@ -84,7 +83,6 @@ Samples are in the [`samples/`][homepage_samples] directory. Each sample's `READ
|
|
|
84
83
|
| run pivot report | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.run_pivot_report.js) |
|
|
85
84
|
| run realtime report | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.run_realtime_report.js) |
|
|
86
85
|
| run report | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/beta_analytics_data.run_report.js) |
|
|
87
|
-
| analytics | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-analytics-data/samples/generated/v1beta/snippet_metadata_google.analytics.data.v1beta.json) |
|
|
88
86
|
|
|
89
87
|
|
|
90
88
|
## Supported Node.js Versions
|
|
@@ -118,7 +116,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
|
|
|
118
116
|
|
|
119
117
|
## Contributing
|
|
120
118
|
|
|
121
|
-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/
|
|
119
|
+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).
|
|
122
120
|
|
|
123
121
|
Please note that this `README.md`
|
|
124
122
|
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
|
|
@@ -128,7 +126,7 @@ are generated from a central template.
|
|
|
128
126
|
|
|
129
127
|
Apache Version 2.0
|
|
130
128
|
|
|
131
|
-
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/
|
|
129
|
+
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
|
|
132
130
|
|
|
133
131
|
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
|
|
134
132
|
[projects]: https://console.cloud.google.com/project
|