google-apis-analyticsdata_v1beta 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b550cc24be79ed63b41d1a1624f864c0b4f0723541eb5d4ff34e1f14293beed
4
- data.tar.gz: 7cbb8659b9f2c7442cceb752be273233d2a0d24de8673c43275a870cc718964e
3
+ metadata.gz: 8161a68dacdecb39659fa2424218e74edde6ba2989e26b9f8de154f78195d9c6
4
+ data.tar.gz: 89b02d11526f136c8458f653f12f15d55dffa76bfc027fbc8bf0ecb369e4e609
5
5
  SHA512:
6
- metadata.gz: 7983ab2f8c9e9c4fdb407d191a6dc43cf70fbc2473c629b54031cf9cd151b8d29a761815c6fb1870b548de7a4f420a943ebda115b3f5b434cdd6d346a0d9dcb6
7
- data.tar.gz: f363e133244c18e640f9f05eec4cf1ad15d5c54fab6f32d2da52ab27240a267452aa3ec09cc3bc57abbf8bd5561e464e784e28a96532683876f69370f272cb47
6
+ metadata.gz: 952b5e72783d4c9be55aa864a9d65fe4eef1fe09a734fbdbbe529dd60a1b76070da7bfb3c3e221aa94ed8d58ad45a733aa1934eb9d79e32f0f3e7a9a0ade1869
7
+ data.tar.gz: a630ca4945c5d665eb859d758c47d1adeb64636d0a4c0b56e284ba0c7734f85b8a0f9583ce2b582088ae239e34fe608d3422dfb7a30bab46daccc120514f334e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.10.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211203
6
+
3
7
  ### v0.9.0 (2021-11-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20211108
@@ -1483,6 +1483,18 @@ module Google
1483
1483
  # @return [Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse]
1484
1484
  attr_accessor :schema_restriction_response
1485
1485
 
1486
+ # If `thresholdingApplied` is true, this report has thresholding applied and
1487
+ # only returns data that meets the minimum aggregation thresholds. This boolean
1488
+ # only indicates if thresholding was applied. It is possible for thresholding to
1489
+ # be applied and no data is absent from the report, and this happens when all
1490
+ # data is above the thresholds. To learn more, see [Data thresholds](https://
1491
+ # support.google.com/analytics/answer/9383630) and [About Demographics and
1492
+ # Interests](https://support.google.com/analytics/answer/2799357).
1493
+ # Corresponds to the JSON property `thresholdingApplied`
1494
+ # @return [Boolean]
1495
+ attr_accessor :thresholding_applied
1496
+ alias_method :thresholding_applied?, :thresholding_applied
1497
+
1486
1498
  # The property's current timezone. Intended to be used to interpret time-based
1487
1499
  # dimensions like `hour` and `minute`. Formatted as strings from the IANA Time
1488
1500
  # Zone database (https://www.iana.org/time-zones); for example "America/New_York"
@@ -1501,6 +1513,7 @@ module Google
1501
1513
  @data_loss_from_other_row = args[:data_loss_from_other_row] if args.key?(:data_loss_from_other_row)
1502
1514
  @empty_reason = args[:empty_reason] if args.key?(:empty_reason)
1503
1515
  @schema_restriction_response = args[:schema_restriction_response] if args.key?(:schema_restriction_response)
1516
+ @thresholding_applied = args[:thresholding_applied] if args.key?(:thresholding_applied)
1504
1517
  @time_zone = args[:time_zone] if args.key?(:time_zone)
1505
1518
  end
1506
1519
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsdataV1beta
18
18
  # Version of the google-apis-analyticsdata_v1beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
25
+ REVISION = "20211203"
26
26
  end
27
27
  end
28
28
  end
@@ -777,6 +777,7 @@ module Google
777
777
  property :empty_reason, as: 'emptyReason'
778
778
  property :schema_restriction_response, as: 'schemaRestrictionResponse', class: Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse, decorator: Google::Apis::AnalyticsdataV1beta::SchemaRestrictionResponse::Representation
779
779
 
780
+ property :thresholding_applied, as: 'thresholdingApplied'
780
781
  property :time_zone, as: 'timeZone'
781
782
  end
782
783
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsdata_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []