google-apis-firebasedynamiclinks_v1 0.19.0 → 0.20.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: 7ad72e9fb393ef6246262ac5b18d1a1885c89a200dc7227631a886c4b0d7b005
4
- data.tar.gz: 1d712b745221934ed35ebf95b6d37a1768506dad8952166ae5697ab54a709eca
3
+ metadata.gz: 891da98324f2f414e89de125320646ddcbf314d99d296325fee1240d6c39b442
4
+ data.tar.gz: 73f6a6cc031282895f4c6b3ae30166ac2165294be207fb6b986789c27fee7ccc
5
5
  SHA512:
6
- metadata.gz: 5c3a868fe84d695f17b360cd6deab2989d6af3a59982905842ade89c5b54d824b050e9c9130061b50974e112df86c07a514c8fb4a928e4cba4cff28a3ab3fa8c
7
- data.tar.gz: 58b238ebb235e37948bf562307d53a48e4e97f17758a5d545cb6dbb64f7b1e5a22791919715bd9459b37cc4b2bb30a3eeba94041b193fe186ece694e6936e3c6
6
+ metadata.gz: 03d82872d5a35e2e0888d4dea6166d64119afb1c31fdc461cee85272c1145c02ced3e9c4d0b13f7955d00dfdd2fc7b9baf924a50b7f01998b1c68a210cdd3d12
7
+ data.tar.gz: 9a109f1e4588385558ebc315e554975ecb3f50f5e0a1cff433f11754140ed65d76068c296ef45ecf90037f7893699ef68b1dab727682dad1bbe28618fa2bd2bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebasedynamiclinks_v1
2
2
 
3
+ ### v0.20.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240821
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.19.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -430,6 +430,11 @@ module Google
430
430
  # @return [Array<Google::Apis::FirebasedynamiclinksV1::DynamicLinkEventStat>]
431
431
  attr_accessor :link_event_stats
432
432
 
433
+ # Optional warnings associated this API request.
434
+ # Corresponds to the JSON property `warnings`
435
+ # @return [Array<Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning>]
436
+ attr_accessor :warnings
437
+
433
438
  def initialize(**args)
434
439
  update!(**args)
435
440
  end
@@ -437,6 +442,7 @@ module Google
437
442
  # Update properties of this object
438
443
  def update!(**args)
439
444
  @link_event_stats = args[:link_event_stats] if args.key?(:link_event_stats)
445
+ @warnings = args[:warnings] if args.key?(:warnings)
440
446
  end
441
447
  end
442
448
 
@@ -754,6 +760,11 @@ module Google
754
760
  # @return [String]
755
761
  attr_accessor :utm_term
756
762
 
763
+ # Optional warnings associated this API request.
764
+ # Corresponds to the JSON property `warning`
765
+ # @return [Array<Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning>]
766
+ attr_accessor :warning
767
+
757
768
  def initialize(**args)
758
769
  update!(**args)
759
770
  end
@@ -769,6 +780,7 @@ module Google
769
780
  @utm_medium = args[:utm_medium] if args.key?(:utm_medium)
770
781
  @utm_source = args[:utm_source] if args.key?(:utm_source)
771
782
  @utm_term = args[:utm_term] if args.key?(:utm_term)
783
+ @warning = args[:warning] if args.key?(:warning)
772
784
  end
773
785
  end
774
786
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebasedynamiclinksV1
18
18
  # Version of the google-apis-firebasedynamiclinks_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231107"
25
+ REVISION = "20240821"
26
26
  end
27
27
  end
28
28
  end
@@ -281,6 +281,8 @@ module Google
281
281
  class Representation < Google::Apis::Core::JsonRepresentation
282
282
  collection :link_event_stats, as: 'linkEventStats', class: Google::Apis::FirebasedynamiclinksV1::DynamicLinkEventStat, decorator: Google::Apis::FirebasedynamiclinksV1::DynamicLinkEventStat::Representation
283
283
 
284
+ collection :warnings, as: 'warnings', class: Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning, decorator: Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning::Representation
285
+
284
286
  end
285
287
  end
286
288
 
@@ -351,6 +353,8 @@ module Google
351
353
  property :utm_medium, as: 'utmMedium'
352
354
  property :utm_source, as: 'utmSource'
353
355
  property :utm_term, as: 'utmTerm'
356
+ collection :warning, as: 'warning', class: Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning, decorator: Google::Apis::FirebasedynamiclinksV1::DynamicLinkWarning::Representation
357
+
354
358
  end
355
359
  end
356
360
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasedynamiclinks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-08-25 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-firebasedynamiclinks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedynamiclinks_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedynamiclinks_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedynamiclinks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []