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

Commit

Permalink
feat: added RunRealtimeReport method that returns a customized report…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
yoshi-automation and sofisl committed Nov 11, 2020
1 parent 968f9de commit 58da0fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/v1alpha/alpha_analytics_data_client.ts
Expand Up @@ -1007,11 +1007,7 @@ export class AlphaAnalyticsDataClient {
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing [RunRealtimeReportResponse]{@link google.analytics.data.v1alpha.RunRealtimeReportResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* for more details and examples.
* @example
* const [response] = await client.runRealtimeReport(request);
* The promise has a method named "cancel" which cancels the ongoing API call.
*/
runRealtimeReport(
request: protos.google.analytics.data.v1alpha.IRunRealtimeReportRequest,
Expand Down
10 changes: 9 additions & 1 deletion synth.metadata
Expand Up @@ -3,10 +3,18 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/nodejs-analytics-data.git",
"remote": "https://github.com/googleapis/nodejs-analytics-data.git",
"sha": "a8c6801e5c934f160f50d6e8841350c832cbb0fe"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "705962b5a317e083fdbb2311d4baa72df5816686",
"internalRef": "340463146"
}
},
{
"git": {
"name": "synthtool",
Expand Down

0 comments on commit 58da0fe

Please sign in to comment.