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

Commit 58da0fe

Browse files
feat: added RunRealtimeReport method that returns a customized report of realtime event data for a GA4 property docs: minor documentation updates (#29)
PiperOrigin-RevId: 340463146 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Nov 3 09:41:08 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 705962b5a317e083fdbb2311d4baa72df5816686 Source-Link: googleapis/googleapis@705962b Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 968f9de commit 58da0fe

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

src/v1alpha/alpha_analytics_data_client.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,11 +1007,7 @@ export class AlphaAnalyticsDataClient {
10071007
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
10081008
* @returns {Promise} - The promise which resolves to an array.
10091009
* The first element of the array is an object representing [RunRealtimeReportResponse]{@link google.analytics.data.v1alpha.RunRealtimeReportResponse}.
1010-
* Please see the
1011-
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
1012-
* for more details and examples.
1013-
* @example
1014-
* const [response] = await client.runRealtimeReport(request);
1010+
* The promise has a method named "cancel" which cancels the ongoing API call.
10151011
*/
10161012
runRealtimeReport(
10171013
request: protos.google.analytics.data.v1alpha.IRunRealtimeReportRequest,

synth.metadata

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/nodejs-analytics-data.git",
6+
"remote": "https://github.com/googleapis/nodejs-analytics-data.git",
77
"sha": "a8c6801e5c934f160f50d6e8841350c832cbb0fe"
88
}
99
},
10+
{
11+
"git": {
12+
"name": "googleapis",
13+
"remote": "https://github.com/googleapis/googleapis.git",
14+
"sha": "705962b5a317e083fdbb2311d4baa72df5816686",
15+
"internalRef": "340463146"
16+
}
17+
},
1018
{
1119
"git": {
1220
"name": "synthtool",

0 commit comments

Comments
 (0)