Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 21, 2024
1 parent 0b7c46e commit 6f70215
Show file tree
Hide file tree
Showing 264 changed files with 162 additions and 44,197 deletions.
Binary file modified AnalyticsData/metadata/V1Beta/Data.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Returns multiple pivot reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Returns multiple reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics GA4 Property Identifier is specified in the request, and
* Analytics property identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
*
Expand All @@ -42,7 +42,7 @@
*
* @param string $formattedName The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics GA4 Property identifier. To learn more, see [where to find
* Google Analytics property identifier. To learn more, see [where to find
* your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
*
Expand Down
8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/BatchRunPivotReportsRequest.php

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

8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/BatchRunReportsRequest.php

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

8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/CheckCompatibilityRequest.php

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

6 changes: 3 additions & 3 deletions AnalyticsData/src/V1beta/Client/BetaAnalyticsDataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function __call($method, $args)

/**
* Returns multiple pivot reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* The async variant is {@see BetaAnalyticsDataClient::batchRunPivotReportsAsync()}
* .
Expand Down Expand Up @@ -358,7 +358,7 @@ public function batchRunPivotReports(BatchRunPivotReportsRequest $request, array

/**
* Returns multiple reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* The async variant is {@see BetaAnalyticsDataClient::batchRunReportsAsync()} .
*
Expand Down Expand Up @@ -517,7 +517,7 @@ public function getAudienceExport(GetAudienceExportRequest $request, array $call
/**
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics GA4 Property Identifier is specified in the request, and
* Analytics property identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
*
Expand Down
33 changes: 33 additions & 0 deletions AnalyticsData/src/V1beta/Filter.php

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

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

41 changes: 23 additions & 18 deletions AnalyticsData/src/V1beta/Gapic/BetaAnalyticsDataGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function __construct(array $options = [])

/**
* Returns multiple pivot reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* Sample code:
* ```
Expand All @@ -429,7 +429,7 @@ public function __construct(array $options = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked.
* A Google Analytics property identifier whose events are tracked.
* Specified in the URL path and not the body. To learn more, see [where to
* find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Expand Down Expand Up @@ -482,7 +482,7 @@ public function batchRunPivotReports(array $optionalArgs = [])

/**
* Returns multiple reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* Sample code:
* ```
Expand All @@ -498,7 +498,7 @@ public function batchRunPivotReports(array $optionalArgs = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked.
* A Google Analytics property identifier whose events are tracked.
* Specified in the URL path and not the body. To learn more, see [where to
* find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Expand Down Expand Up @@ -575,7 +575,7 @@ public function batchRunReports(array $optionalArgs = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked. To
* A Google Analytics property identifier whose events are tracked. To
* learn more, see [where to find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
* `property` should be the same value as in your `runReport` request.
Expand Down Expand Up @@ -826,7 +826,7 @@ public function getAudienceExport($name, array $optionalArgs = [])
/**
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics GA4 Property Identifier is specified in the request, and
* Analytics property identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
*
Expand All @@ -848,7 +848,7 @@ public function getAudienceExport($name, array $optionalArgs = [])
*
* @param string $name Required. The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics GA4 Property identifier. To learn more, see [where to find
* Google Analytics property identifier. To learn more, see [where to find
* your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
*
Expand Down Expand Up @@ -1105,7 +1105,7 @@ public function queryAudienceExport($name, array $optionalArgs = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked.
* A Google Analytics property identifier whose events are tracked.
* Specified in the URL path and not the body. To learn more, see [where to
* find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Expand Down Expand Up @@ -1150,14 +1150,14 @@ public function queryAudienceExport($name, array $optionalArgs = [])
* removed by a filter.
*
* Regardless of this `keep_empty_rows` setting, only data recorded by the
* Google Analytics (GA4) property can be displayed in a report.
* Google Analytics property can be displayed in a report.
*
* For example if a property never logs a `purchase` event, then a query for
* the `eventName` dimension and `eventCount` metric will not have a row
* eventName: "purchase" and eventCount: 0.
* @type bool $returnPropertyQuota
* Toggles whether to return the current state of this Analytics Property's
* quota. Quota is returned in [PropertyQuota](#PropertyQuota).
* Toggles whether to return the current state of this Google Analytics
* property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
* @type Comparison[] $comparisons
* Optional. The configuration of comparisons requested and displayed. The
* request requires both a comparisons field and a comparisons dimension to
Expand Down Expand Up @@ -1268,7 +1268,7 @@ public function runPivotReport(array $optionalArgs = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked.
* A Google Analytics property identifier whose events are tracked.
* Specified in the URL path and not the body. To learn more, see [where to
* find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Expand Down Expand Up @@ -1300,8 +1300,9 @@ public function runPivotReport(array $optionalArgs = [])
* @type OrderBy[] $orderBys
* Specifies how rows are ordered in the response.
* @type bool $returnPropertyQuota
* Toggles whether to return the current state of this Analytics Property's
* Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota).
* Toggles whether to return the current state of this Google Analytics
* property's Realtime quota. Quota is returned in
* [PropertyQuota](#PropertyQuota).
* @type MinuteRange[] $minuteRanges
* The minute ranges of event data to read. If unspecified, one minute range
* for the last 30 minutes will be used. If multiple minute ranges are
Expand Down Expand Up @@ -1410,7 +1411,7 @@ public function runRealtimeReport(array $optionalArgs = [])
* Optional.
*
* @type string $property
* A Google Analytics GA4 property identifier whose events are tracked.
* A Google Analytics property identifier whose events are tracked.
* Specified in the URL path and not the body. To learn more, see [where to
* find your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Expand Down Expand Up @@ -1462,9 +1463,13 @@ public function runRealtimeReport(array $optionalArgs = [])
* @type int[] $metricAggregations
* Aggregation of metrics. Aggregated metric values will be shown in rows
* where the dimension_values are set to "RESERVED_(MetricAggregation)".
* Aggregates including both comparisons and multiple date ranges will
* be aggregated based on the date ranges.
* For allowed values, use constants defined on {@see \Google\Analytics\Data\V1beta\MetricAggregation}
* @type OrderBy[] $orderBys
* Specifies how rows are ordered in the response.
* Requests including both comparisons and multiple date ranges will
* have order bys applied on the comparisons.
* @type string $currencyCode
* A currency code in ISO4217 format, such as "AED", "USD", "JPY".
* If the field is empty, the report uses the property's default currency.
Expand All @@ -1477,14 +1482,14 @@ public function runRealtimeReport(array $optionalArgs = [])
* removed by a filter.
*
* Regardless of this `keep_empty_rows` setting, only data recorded by the
* Google Analytics (GA4) property can be displayed in a report.
* Google Analytics property can be displayed in a report.
*
* For example if a property never logs a `purchase` event, then a query for
* the `eventName` dimension and `eventCount` metric will not have a row
* eventName: "purchase" and eventCount: 0.
* @type bool $returnPropertyQuota
* Toggles whether to return the current state of this Analytics Property's
* quota. Quota is returned in [PropertyQuota](#PropertyQuota).
* Toggles whether to return the current state of this Google Analytics
* property's quota. Quota is returned in [PropertyQuota](#PropertyQuota).
* @type Comparison[] $comparisons
* Optional. The configuration of comparisons requested and displayed. The
* request only requires a comparisons field in order to receive a comparison
Expand Down
Loading

0 comments on commit 6f70215

Please sign in to comment.