google-apis-dfareporting_v3_5 0.4.0 → 0.5.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: 81f8364a6a99febf665fdef640b378316aedaa8776df322182ac8df2d371bbb9
4
- data.tar.gz: 6d7dd727a53014252eaf53d79f8ca95474df66a4156c69759b416a8f2d0c9304
3
+ metadata.gz: 6db445988c1740be6b98073b68b3928f5f9ef309a7e28e076ca27c9b3606d98c
4
+ data.tar.gz: 6665ca0847cda4bc1b5be61889c083df460e7d34783e8b5ebdf09b176cb6697c
5
5
  SHA512:
6
- metadata.gz: 87e77bc0f40dd21e74a5ab47df244383e59b3319292d75275dc36ee3d5d5708a8a59016c55c4751cf7e366577fbf32bdc382db7527d4acd5d9961089954f1305
7
- data.tar.gz: 3165dd0c6cc86145cb967466336128d44c82e3da528398c34aae464759cef2cff7511e7efd27dcaaaa3a5e5fbc7a889b31f8c74a0e05b84a877762e9e8f20db5
6
+ metadata.gz: 2abcb4e8c4cfbae7acbd25e73f92002df379f87c8baa1803ecf547cf10b5ad33083f660e2a1916cd74aa970634db4673cb5a01d7db593a7889dc3a9359c3d49b
7
+ data.tar.gz: eeb8070fecd3f459f8561e5d1dedae3dbbad347eba6fb75831568981a4ed2cd307ab21b24acc349e21afb72e072bf6a0ecf4c2da0d878b118a783f21a23fd0eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dfareporting_v3_5
2
2
 
3
+ ### v0.5.0 (2021-12-05)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.4.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
@@ -2360,7 +2360,8 @@ module Google
2360
2360
  attr_accessor :child_directed_treatment
2361
2361
  alias_method :child_directed_treatment?, :child_directed_treatment
2362
2362
 
2363
- # Custom floodlight variables.
2363
+ # Custom floodlight variables. This field may only be used when calling
2364
+ # batchinsert; it is not supported by batchupdate.
2364
2365
  # Corresponds to the JSON property `customVariables`
2365
2366
  # @return [Array<Google::Apis::DfareportingV3_5::CustomFloodlightVariable>]
2366
2367
  attr_accessor :custom_variables
@@ -4576,7 +4577,8 @@ module Google
4576
4577
  end
4577
4578
  end
4578
4579
 
4579
- # A custom floodlight variable.
4580
+ # A custom floodlight variable. This field may only be used when calling
4581
+ # batchinsert; it is not supported by batchupdate.
4580
4582
  class CustomFloodlightVariable
4581
4583
  include Google::Apis::Core::Hashable
4582
4584
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DfareportingV3_5
18
18
  # Version of the google-apis-dfareporting_v3_5 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.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 = "20210524"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v3_5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 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-dfareporting_v3_5/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_5/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_5/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v3_5
63
63
  post_install_message:
64
64
  rdoc_options: []