google-apis-analyticsadmin_v1alpha 0.69.0 → 0.71.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: e29aada664c2280ec6c4ef619c5b753d4df914dd18bc30bc55a6b9df97d6a67f
4
- data.tar.gz: b0b4a385038c98981047f7450088219242b37abd9ff0f5ef5e6802135143ff38
3
+ metadata.gz: 3fb9d6c7ad96a05d733d2c0d77e18972e793b4565cafe899afb7cd44c9303d45
4
+ data.tar.gz: ad6bb672b7b894cb2a5565aa562b30019e074b321714eb722e22d166747ca3c5
5
5
  SHA512:
6
- metadata.gz: cf7d5917bd738a58b43acc43055681154685289bd59cc5ebd9eac190bf5b13a519db1c92400fae04f1ea73ea0f3507e6a5692e5a88a0a0db893f68e9734ca7ee
7
- data.tar.gz: c20eea3eb7ca8abfb4901a4a5c90e9a762a5006e69b5dedfed9407c55dfcf047b051cf027ac0345ae9f99a4b1f2259e10ef5d06b41e7127e46e980c23c0b5302
6
+ metadata.gz: 3861bd78c14d342aadb629e267f3d1058203fbc462ee9bd243e083fc62f294c80f2c504bef8a4952d38882b4069d853a64450456c2496d358fb2978d564eaddd
7
+ data.tar.gz: 8218aee49caaf2193dae0b527b46e8f8e50f94c1285b89fad8714d7ff4c66bc332fad12d45538eb3afd0968abc7b9cd94f1021d8850866688c7dc40ffa4eb710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.71.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240312
6
+
7
+ ### v0.70.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.69.0 (2024-01-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20240115
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](http://code.google.com/apis/analytics/docs/mgmt/home
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -1998,6 +1998,16 @@ module Google
1998
1998
  # @return [String]
1999
1999
  attr_accessor :name
2000
2000
 
2001
+ # Optional. If true, this channel group will be used as the default channel
2002
+ # group for reports. Only one channel group can be set as `primary` at any time.
2003
+ # If the `primary` field gets set on a channel group, it will get unset on the
2004
+ # previous primary channel group. The Google Analytics predefined channel group
2005
+ # is the primary by default.
2006
+ # Corresponds to the JSON property `primary`
2007
+ # @return [Boolean]
2008
+ attr_accessor :primary
2009
+ alias_method :primary?, :primary
2010
+
2001
2011
  # Output only. If true, then this channel group is the Default Channel Group
2002
2012
  # predefined by Google Analytics. Display name and grouping rules cannot be
2003
2013
  # updated for this channel group.
@@ -2016,6 +2026,7 @@ module Google
2016
2026
  @display_name = args[:display_name] if args.key?(:display_name)
2017
2027
  @grouping_rule = args[:grouping_rule] if args.key?(:grouping_rule)
2018
2028
  @name = args[:name] if args.key?(:name)
2029
+ @primary = args[:primary] if args.key?(:primary)
2019
2030
  @system_defined = args[:system_defined] if args.key?(:system_defined)
2020
2031
  end
2021
2032
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_v1alpha gem
19
- GEM_VERSION = "0.69.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240115"
25
+ REVISION = "20240312"
26
26
  end
27
27
  end
28
28
  end
@@ -1586,6 +1586,7 @@ module Google
1586
1586
  collection :grouping_rule, as: 'groupingRule', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGroupingRule, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGroupingRule::Representation
1587
1587
 
1588
1588
  property :name, as: 'name'
1589
+ property :primary, as: 'primary'
1589
1590
  property :system_defined, as: 'systemDefined'
1590
1591
  end
1591
1592
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.69.0
4
+ version: 0.71.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.69.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.71.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Analytics Admin API V1alpha