google-apis-dfareporting_v3_5 0.1.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: cbaa270b6737ad491e0fd28a25f206737f9a7bcdc6443a12d68728ea38a69628
4
- data.tar.gz: 50cbe9a0574fda4f38f7bb3efcc5705e49b4cdabaac697ceb235514a224cc27d
3
+ metadata.gz: 6db445988c1740be6b98073b68b3928f5f9ef309a7e28e076ca27c9b3606d98c
4
+ data.tar.gz: 6665ca0847cda4bc1b5be61889c083df460e7d34783e8b5ebdf09b176cb6697c
5
5
  SHA512:
6
- metadata.gz: 9838aaaa4ad2315ca87d953bda499bcd2e5214ed9ab7e4e3378649639f7ace3fe99790c1167a4e2a6a8c1a8a2a9e58638dd65bf58f571180ba984b22bff5dbd5
7
- data.tar.gz: 493f6d534f045d8b682a320e157bf661b6422bcc4f7ae70872b9989d065c4d0273d4e7cab942c91e5b4b9e0e8e04a1c44f17e841e03414a1c58b1cedaa39d0bc
6
+ metadata.gz: 2abcb4e8c4cfbae7acbd25e73f92002df379f87c8baa1803ecf547cf10b5ad33083f660e2a1916cd74aa970634db4673cb5a01d7db593a7889dc3a9359c3d49b
7
+ data.tar.gz: eeb8070fecd3f459f8561e5d1dedae3dbbad347eba6fb75831568981a4ed2cd307ab21b24acc349e21afb72e072bf6a0ecf4c2da0d878b118a783f21a23fd0eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
7
+ ### v0.4.0 (2021-10-21)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.3.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.2.0 (2021-06-24)
16
+
17
+ * Regenerated from discovery document revision 20210524
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.1.0 (2021-05-22)
4
21
 
5
22
  * Regenerated from discovery document revision 20210521
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dfareporting service in particular.)
67
67
 
@@ -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.1.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210521"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dfareporting_v3_5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Campaign Manager 360 API V3_5. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_5/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v3_5/v0.1.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dfareporting_v3_5
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.5.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v3_5
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: