google-apis-analyticsadmin_v1alpha 0.8.0 → 0.9.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: af8b193de6496380665f5a55c376ae038a03471c18346b69f0a9c1cf4c3bd01c
4
- data.tar.gz: 631ea72f70b576580adcd68269e3af8e7a6eec19692dcb9ff97f91bb350cb62e
3
+ metadata.gz: e8256a987d7b9ef9adc731756d3b9e028d83e555209869884c0bdebec3be1015
4
+ data.tar.gz: fc99e22efef33ba5bf0bcb51847c2cc6bdac463ba4b14851c305939384dca466
5
5
  SHA512:
6
- metadata.gz: 932201b4f539b012f2eacbebee06b8eaa1af27f8cdd79e1e0a513dc87df29196ae777ec3ae9fddef2cd85da236cea3a8f36ba50df46ca8d99575b61c20d445a9
7
- data.tar.gz: 735bb992a2c8db759f1b192255c5e3780c711d7b5cf9ef3e67f9a1efa4335cb3da9f68fad9dab8e12e8d1e51b92f73030a940d00363b6d2c477db8755f75895c
6
+ metadata.gz: 402c22f5ddd2665aaa31baa1aa742a51e369e71020d4236796e2927e55018015a9d5c0e3299b0a04cb48cf94a486a1d4311482b6b4e1528a439e81f9e31dd646
7
+ data.tar.gz: e666e261448bf05f39a5c33e0c12d2c3b316e3f76ec5cba0055267016cdb15a0ef397ee754c8622a3ee93019f9e56e80f1bf0e7eebbb21bbbd5ef85d488eb400
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.9.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210613
6
+
3
7
  ### v0.8.0 (2021-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210610
@@ -608,6 +608,17 @@ module Google
608
608
  # @return [String]
609
609
  attr_accessor :create_time
610
610
 
611
+ # Output only. If set to true, this conversion event refers to a custom event.
612
+ # If set to false, this conversion event refers to a default event in GA.
613
+ # Default events typically have special meaning in GA. Default events are
614
+ # usually created for you by the GA system, but in some cases can be created by
615
+ # property admins. Custom events count towards the maximum number of custom
616
+ # conversion events that may be created per property.
617
+ # Corresponds to the JSON property `custom`
618
+ # @return [Boolean]
619
+ attr_accessor :custom
620
+ alias_method :custom?, :custom
621
+
611
622
  # Immutable. The event name for this conversion event. Examples: 'click', '
612
623
  # purchase'
613
624
  # Corresponds to the JSON property `eventName`
@@ -634,6 +645,7 @@ module Google
634
645
  # Update properties of this object
635
646
  def update!(**args)
636
647
  @create_time = args[:create_time] if args.key?(:create_time)
648
+ @custom = args[:custom] if args.key?(:custom)
637
649
  @event_name = args[:event_name] if args.key?(:event_name)
638
650
  @is_deletable = args[:is_deletable] if args.key?(:is_deletable)
639
651
  @name = args[:name] if args.key?(:name)
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210610"
25
+ REVISION = "20210613"
26
26
  end
27
27
  end
28
28
  end
@@ -522,6 +522,7 @@ module Google
522
522
  # @private
523
523
  class Representation < Google::Apis::Core::JsonRepresentation
524
524
  property :create_time, as: 'createTime'
525
+ property :custom, as: 'custom'
525
526
  property :event_name, as: 'eventName'
526
527
  property :is_deletable, as: 'isDeletable'
527
528
  property :name, as: 'name'
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.8.0
4
+ version: 0.9.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-06-14 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []