Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsdata v1beta client (#20167)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-01 09:59:39 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 1, 2024
1 parent 904d649 commit d4d144c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 53 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-analyticsdata_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-analyticsdata_v1beta

### v0.38.0 (2024-09-01)

* Regenerated from discovery document revision 20240825

### v0.37.0 (2024-08-04)

* Regenerated from discovery document revision 20240731
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1990,8 +1990,8 @@ class RunPivotReportRequest
# If false or unspecified, each row with all metrics equal to 0 will not be
# returned. If true, these rows will be returned if they are not separately
# 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.
# For example if a property never logs a `purchase` event, then a query for the `
# recorded by the 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.
# Corresponds to the JSON property `keepEmptyRows`
Expand Down Expand Up @@ -2020,18 +2020,18 @@ class RunPivotReportRequest
# @return [Array<Google::Apis::AnalyticsdataV1beta::Pivot>]
attr_accessor :pivots

# A Google Analytics GA4 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). Within a batch request, this property should either be
# 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). Within a batch request, this property should either be
# unspecified or consistent with the batch-level property. Example: properties/
# 1234
# Corresponds to the JSON property `property`
# @return [String]
attr_accessor :property

# 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).
# Corresponds to the JSON property `returnPropertyQuota`
# @return [Boolean]
attr_accessor :return_property_quota
Expand Down Expand Up @@ -2192,8 +2192,8 @@ class RunRealtimeReportRequest
# @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
attr_accessor :order_bys

# 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).
# Corresponds to the JSON property `returnPropertyQuota`
# @return [Boolean]
attr_accessor :return_property_quota
Expand Down Expand Up @@ -2349,8 +2349,8 @@ class RunReportRequest
# If false or unspecified, each row with all metrics equal to 0 will not be
# returned. If true, these rows will be returned if they are not separately
# 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.
# For example if a property never logs a `purchase` event, then a query for the `
# recorded by the 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.
# Corresponds to the JSON property `keepEmptyRows`
Expand Down Expand Up @@ -2408,18 +2408,18 @@ class RunReportRequest
# @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
attr_accessor :order_bys

# A Google Analytics GA4 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). Within a batch request, this property should either be
# 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). Within a batch request, this property should either be
# unspecified or consistent with the batch-level property. Example: properties/
# 1234
# Corresponds to the JSON property `property`
# @return [String]
attr_accessor :property

# 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).
# Corresponds to the JSON property `returnPropertyQuota`
# @return [Boolean]
attr_accessor :return_property_quota
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AnalyticsdataV1beta
# Version of the google-apis-analyticsdata_v1beta gem
GEM_VERSION = "0.37.0"
GEM_VERSION = "0.38.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240731"
REVISION = "20240825"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ def initialize
end

# Returns multiple pivot reports in a batch. All reports must be for the same
# GA4 Property.
# Google Analytics property.
# @param [String] property
# A Google Analytics GA4 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). This property must be specified for the batch. The property
# 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). This property must be specified for the batch. The property
# within RunPivotReportRequest may either be unspecified or consistent with this
# property. Example: properties/1234
# @param [Google::Apis::AnalyticsdataV1beta::BatchRunPivotReportsRequest] batch_run_pivot_reports_request_object
Expand Down Expand Up @@ -95,13 +95,13 @@ def batch_property_run_pivot_reports(property, batch_run_pivot_reports_request_o
execute_or_queue_command(command, &block)
end

# Returns multiple reports in a batch. All reports must be for the same GA4
# Property.
# Returns multiple reports in a batch. All reports must be for the same Google
# Analytics property.
# @param [String] property
# A Google Analytics GA4 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). This property must be specified for the batch. The property
# 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). This property must be specified for the batch. The property
# within RunReportRequest may either be unspecified or consistent with this
# property. Example: properties/1234
# @param [Google::Apis::AnalyticsdataV1beta::BatchRunReportsRequest] batch_run_reports_request_object
Expand Down Expand Up @@ -142,10 +142,10 @@ def batch_property_run_reports(property, batch_run_reports_request_object = nil,
# the report is compatible. The Realtime and Core reports have different
# compatibility rules. This method checks compatibility for Core reports.
# @param [String] property
# A Google Analytics GA4 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. Example: properties/1234
# 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. Example: properties/1234
# @param [Google::Apis::AnalyticsdataV1beta::CheckCompatibilityRequest] check_compatibility_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -178,7 +178,7 @@ def check_property_compatibility(property, check_compatibility_request_object =

# 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 the metadata response
# property identifier is specified in the request, and the metadata response
# includes Custom dimensions and metrics as well as Universal metadata. For
# example if a custom metric with parameter name `levels_unlocked` is registered
# to a property, the Metadata response will contain `customEvent:levels_unlocked`
Expand All @@ -187,11 +187,11 @@ def check_property_compatibility(property, check_compatibility_request_object =
# @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 your
# Property ID](https://developers.google.com/analytics/devguides/reporting/data/
# v1/property-id). Example: properties/1234/metadata Set the Property ID to 0
# for dimensions and metrics common to all properties. In this special mode,
# this method will not return custom dimensions and metrics.
# Analytics property identifier. To learn more, see [where to find your Property
# ID](https://developers.google.com/analytics/devguides/reporting/data/v1/
# property-id). Example: properties/1234/metadata Set the Property ID to 0 for
# dimensions and metrics common to all properties. In this special mode, this
# method will not return custom dimensions and metrics.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -224,10 +224,10 @@ def get_property_metadata(name, fields: nil, quota_user: nil, options: nil, &blo
# pivot report, dimensions are only visible if they are included in a pivot.
# Multiple pivots can be specified to further dissect your data.
# @param [String] property
# A Google Analytics GA4 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). Within a batch request, this property should either be
# 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). Within a batch request, this property should either be
# unspecified or consistent with the batch-level property. Example: properties/
# 1234
# @param [Google::Apis::AnalyticsdataV1beta::RunPivotReportRequest] run_pivot_report_request_object
Expand Down Expand Up @@ -268,10 +268,10 @@ def run_property_pivot_report(property, run_pivot_report_request_object = nil, f
# understanding responses, see [Creating a Realtime Report](https://developers.
# google.com/analytics/devguides/reporting/data/v1/realtime-basics).
# @param [String] property
# A Google Analytics GA4 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). Example: properties/1234
# 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). Example: properties/1234
# @param [Google::Apis::AnalyticsdataV1beta::RunRealtimeReportRequest] run_realtime_report_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -312,10 +312,10 @@ def run_property_realtime_report(property, run_realtime_report_request_object =
# see [Creating a Report](https://developers.google.com/analytics/devguides/
# reporting/data/v1/basics).
# @param [String] property
# A Google Analytics GA4 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). Within a batch request, this property should either be
# 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). Within a batch request, this property should either be
# unspecified or consistent with the batch-level property. Example: properties/
# 1234
# @param [Google::Apis::AnalyticsdataV1beta::RunReportRequest] run_report_request_object
Expand Down

0 comments on commit d4d144c

Please sign in to comment.