Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaRunAccessReportRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
The request for a Data Access Record Report.
Instance Attribute Summary collapse
-
#date_ranges ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDateRange>
Date ranges of access records to read.
-
#dimension_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression
Expresses dimension or metric filters.
-
#dimensions ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDimension>
The dimensions requested and displayed in the response.
-
#limit ⇒ Fixnum
The number of rows to return.
-
#metric_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression
Expresses dimension or metric filters.
-
#metrics ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessMetric>
The metrics requested and displayed in the response.
-
#offset ⇒ Fixnum
The row count of the start row.
-
#order_bys ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessOrderBy>
Specifies how rows are ordered in the response.
-
#return_entity_quota ⇒ Boolean
(also: #return_entity_quota?)
Toggles whether to return the current state of this Analytics Property's quota.
-
#time_zone ⇒ String
This request's time zone if specified.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaRunAccessReportRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaRunAccessReportRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaRunAccessReportRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaRunAccessReportRequest.
3318 3319 3320 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3318 def initialize(**args) update!(**args) end |
Instance Attribute Details
#date_ranges ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDateRange>
Date ranges of access records to read. If multiple date ranges are requested,
each response row will contain a zero based date range index. If two date
ranges overlap, the access records for the overlapping days is included in the
response rows for both date ranges. Requests are allowed up to 2 date ranges.
Corresponds to the JSON property dateRanges
3249 3250 3251 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3249 def date_ranges @date_ranges end |
#dimension_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression
Expresses dimension or metric filters. The fields in the same expression need
to be either all dimensions or all metrics.
Corresponds to the JSON property dimensionFilter
3255 3256 3257 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3255 def dimension_filter @dimension_filter end |
#dimensions ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessDimension>
The dimensions requested and displayed in the response. Requests are allowed
up to 9 dimensions.
Corresponds to the JSON property dimensions
3261 3262 3263 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3261 def dimensions @dimensions end |
#limit ⇒ Fixnum
The number of rows to return. If unspecified, 10,000 rows are returned. The
API returns a maximum of 100,000 rows per request, no matter how many you ask
for. limit must be positive. The API may return fewer rows than the
requested limit, if there aren't as many remaining rows as the limit. For
instance, there are fewer than 300 possible values for the dimension country,
so when reporting on only country, you can't get more than 300 rows, even
if you set limit to a higher value. To learn more about this pagination
parameter, see Pagination.
Corresponds to the JSON property limit
3274 3275 3276 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3274 def limit @limit end |
#metric_filter ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessFilterExpression
Expresses dimension or metric filters. The fields in the same expression need
to be either all dimensions or all metrics.
Corresponds to the JSON property metricFilter
3280 3281 3282 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3280 def metric_filter @metric_filter end |
#metrics ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessMetric>
The metrics requested and displayed in the response. Requests are allowed up
to 10 metrics.
Corresponds to the JSON property metrics
3286 3287 3288 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3286 def metrics @metrics end |
#offset ⇒ Fixnum
The row count of the start row. The first row is counted as row 0. If offset
is unspecified, it is treated as 0. If offset is zero, then this method will
return the first page of results with limit entries. To learn more about
this pagination parameter, see Pagination.
Corresponds to the JSON property offset
3295 3296 3297 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3295 def offset @offset end |
#order_bys ⇒ Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessOrderBy>
Specifies how rows are ordered in the response.
Corresponds to the JSON property orderBys
3300 3301 3302 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3300 def order_bys @order_bys end |
#return_entity_quota ⇒ Boolean Also known as: return_entity_quota?
Toggles whether to return the current state of this Analytics Property's quota.
Quota is returned in AccessQuota.
Corresponds to the JSON property returnEntityQuota
3306 3307 3308 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3306 def return_entity_quota @return_entity_quota end |
#time_zone ⇒ String
This request's time zone if specified. If unspecified, the property's time
zone is used. The request's time zone is used to interpret the start & end
dates of the report. Formatted as strings from the IANA Time Zone database (
https://www.iana.org/time-zones); for example "America/New_York" or "Asia/
Tokyo".
Corresponds to the JSON property timeZone
3316 3317 3318 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3316 def time_zone @time_zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3323 def update!(**args) @date_ranges = args[:date_ranges] if args.key?(:date_ranges) @dimension_filter = args[:dimension_filter] if args.key?(:dimension_filter) @dimensions = args[:dimensions] if args.key?(:dimensions) @limit = args[:limit] if args.key?(:limit) @metric_filter = args[:metric_filter] if args.key?(:metric_filter) @metrics = args[:metrics] if args.key?(:metrics) @offset = args[:offset] if args.key?(:offset) @order_bys = args[:order_bys] if args.key?(:order_bys) @return_entity_quota = args[:return_entity_quota] if args.key?(:return_entity_quota) @time_zone = args[:time_zone] if args.key?(:time_zone) end |