google-apis-analyticsadmin_v1alpha 0.70.0 → 0.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d20255eba7caf8331ce448cf355e86ce488bbc6802a0c04fb1d1b17cc250b98
4
- data.tar.gz: 437e64200c76fa2fde9c56360b9e252e48a7760071cf13fcdb59293aed71c88e
3
+ metadata.gz: 3fb9d6c7ad96a05d733d2c0d77e18972e793b4565cafe899afb7cd44c9303d45
4
+ data.tar.gz: ad6bb672b7b894cb2a5565aa562b30019e074b321714eb722e22d166747ca3c5
5
5
  SHA512:
6
- metadata.gz: cc197c63e996da6670008cb35641f7a264d8e3a9667eed8f22ef9a3acb414e5fb0f166f7f2bb8d33136321aa692055cac8b2d2d350f74cd303af26f786b72767
7
- data.tar.gz: e5765e1c3a9b7b89bd0952d553140fe44c1a3c3dd834932a610f2aca64f753d86a9541a2269db8a7632fe34211c8f377d4311d979e3edce5b5ee419f50e517f0
6
+ metadata.gz: 3861bd78c14d342aadb629e267f3d1058203fbc462ee9bd243e083fc62f294c80f2c504bef8a4952d38882b4069d853a64450456c2496d358fb2978d564eaddd
7
+ data.tar.gz: 8218aee49caaf2193dae0b527b46e8f8e50f94c1285b89fad8714d7ff4c66bc332fad12d45538eb3afd0968abc7b9cd94f1021d8850866688c7dc40ffa4eb710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.70.0 (2024-02-24)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -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.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.70.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-02-25 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
@@ -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.70.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: []