google-apis-adexchangebuyer_v1_4 0.1.0 → 0.6.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: 15629aaeb010f715020339661e6363d45077a47cf1c7e5883b4fa6b24f55b913
4
- data.tar.gz: 936c1bb8ce6c43deb035cad241c52faf3e7e661bd6fa5990d5b036b4a20d2b81
3
+ metadata.gz: f7359f130548de7fc4c10e50a39f58dfb0293c584cb05fe089015d13faa209e6
4
+ data.tar.gz: 74d9978296af916cd0d6c6a674536b7b4453f524eb2ab9841bab42883ccac366
5
5
  SHA512:
6
- metadata.gz: da059175a984bc07d68317badd56255646e78682a654acc65f5485cccb3674d7505a96b83811d4b7534f7d742b6750d73e870edae6dee8b15cebbe1318497646
7
- data.tar.gz: 482421fa32db8625f23271c503b69840ca0f7341b95ff549fc02ef63fe6264862ae5a30ded4c81b6e2dfd9f75ae1f851ae9b3200cd3ea767f4478e2c5d6dfa1b
6
+ metadata.gz: 0ead7e5920a7943fcb3d7a71eab3948e64e08ce5e1821cec0656999d9857461ea07beeb1d3930ea7ea513b4213668c04da3474b3e3a5f5f9cf271f67517ff06d
7
+ data.tar.gz: 680fca55d9b485ec10e664b4f86da866c41b7db2ab6f6c33f199374edd0222a11a342008da4d2207ffb8ccf5c48d8ec69d77f62cb777f62e3d007dd3cdc14c1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-adexchangebuyer_v1_4
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.4.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.3.0 (2021-05-18)
16
+
17
+ * Regenerated from discovery document revision 20210516
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.2.0 (2021-03-04)
21
+
22
+ * Regenerated using generator version 0.1.2
23
+
3
24
  ### v0.1.0 (2021-01-07)
4
25
 
5
26
  * Regenerated using generator version 0.1.1
@@ -3284,6 +3284,11 @@ module Google
3284
3284
  # @return [String]
3285
3285
  attr_accessor :exchange
3286
3286
 
3287
+ #
3288
+ # Corresponds to the JSON property `forecastInventory`
3289
+ # @return [String]
3290
+ attr_accessor :forecast_inventory
3291
+
3287
3292
  # Link to publisher's Google+ page.
3288
3293
  # Corresponds to the JSON property `googlePlusLink`
3289
3294
  # @return [String]
@@ -3339,13 +3344,13 @@ module Google
3339
3344
  # @return [String]
3340
3345
  attr_accessor :programmatic_contact
3341
3346
 
3342
- # The list of app IDs represented in this pubisher profile. Empty if this is a
3347
+ # The list of app IDs represented in this publisher profile. Empty if this is a
3343
3348
  # parent profile. Deprecated in favor of publisher_app.
3344
3349
  # Corresponds to the JSON property `publisherAppIds`
3345
3350
  # @return [Array<Fixnum>]
3346
3351
  attr_accessor :publisher_app_ids
3347
3352
 
3348
- # The list of apps represented in this pubisher profile. Empty if this is a
3353
+ # The list of apps represented in this publisher profile. Empty if this is a
3349
3354
  # parent profile.
3350
3355
  # Corresponds to the JSON property `publisherApps`
3351
3356
  # @return [Array<Google::Apis::AdexchangebuyerV1_4::MobileApplication>]
@@ -3402,6 +3407,7 @@ module Google
3402
3407
  @buyer_pitch_statement = args[:buyer_pitch_statement] if args.key?(:buyer_pitch_statement)
3403
3408
  @direct_contact = args[:direct_contact] if args.key?(:direct_contact)
3404
3409
  @exchange = args[:exchange] if args.key?(:exchange)
3410
+ @forecast_inventory = args[:forecast_inventory] if args.key?(:forecast_inventory)
3405
3411
  @google_plus_link = args[:google_plus_link] if args.key?(:google_plus_link)
3406
3412
  @is_parent = args[:is_parent] if args.key?(:is_parent)
3407
3413
  @is_published = args[:is_published] if args.key?(:is_published)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdexchangebuyerV1_4
18
18
  # Version of the google-apis-adexchangebuyer_v1_4 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201004"
25
+ REVISION = "20210516"
26
26
  end
27
27
  end
28
28
  end
@@ -1362,6 +1362,7 @@ module Google
1362
1362
  property :buyer_pitch_statement, as: 'buyerPitchStatement'
1363
1363
  property :direct_contact, as: 'directContact'
1364
1364
  property :exchange, as: 'exchange'
1365
+ property :forecast_inventory, as: 'forecastInventory'
1365
1366
  property :google_plus_link, as: 'googlePlusLink'
1366
1367
  property :is_parent, as: 'isParent'
1367
1368
  property :is_published, as: 'isPublished'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adexchangebuyer_v1_4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 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 Ad Exchange Buyer API V1_4. 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
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adexchangebuyer_v1_4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer_v1_4/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer_v1_4/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adexchangebuyer_v1_4
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Ad Exchange Buyer API V1_4