google-apis-adexchangebuyer2_v2beta1 0.16.0 → 0.17.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: ce6327a4d8210e9cc8c180fdd13547288393c0bd2aedf3592716fda53bf0368a
4
- data.tar.gz: 3029579b1b5edf6d87d97cd896e6e5d34b35fbeb58ef7143ab57aa02c67b8deb
3
+ metadata.gz: c21b356f423bdf543d05cf0fd79aa4493e325b1f289575dbc39b64421960d3d1
4
+ data.tar.gz: 706c410c5565fe00b5179b543a1b182b95f81168b6e2c31c129082d6bc6d6983
5
5
  SHA512:
6
- metadata.gz: d5e41c91204228c8baa9d133073e3e134095e80db3d56aab0965417fc5282b5d813193473f2d5fdca8e0e7ee29a6e8e1d14712d65c610c42fbe8c99c2f899f5a
7
- data.tar.gz: acbec54c49512774e9cae3213db0c14e4d9c9a06806e799f1700461b0708f8ee2c36f90271132685c5ce9b2289172805ec9200f1b8e32a48ccd8f646d0bf1957
6
+ metadata.gz: b7791c095449b5b0e9ca3dd4fba6c566d157f0d0bb96d469ebf284ecae2d766e4666829d75db5ab3aefc8451ca0ca2e2d636b7530222a6179570dfcd3654de01
7
+ data.tar.gz: 9944c89a08070bcf7535b0bbef287cfd01620853f80a71c3033a6b29ff11e7c9afcb82c894daac16b3ea76210cadd07257568753984872ef75fe1596db662a4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.17.0 (2022-06-17)
4
+
5
+ * Regenerated from discovery document revision 20220615
6
+ * Regenerated using generator version 0.6.0
7
+
3
8
  ### v0.16.0 (2022-06-06)
4
9
 
5
10
  * Regenerated using generator version 0.5.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Adexchangebuyer2V2beta1
18
18
  # Version of the google-apis-adexchangebuyer2_v2beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.6.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220321"
25
+ REVISION = "20220615"
26
26
  end
27
27
  end
28
28
  end
@@ -1130,12 +1130,15 @@ module Google
1130
1130
  execute_or_queue_command(command, &block)
1131
1131
  end
1132
1132
 
1133
- # Update the given proposal to indicate that setup has been completed. This
1134
- # method is called by the buyer when the line items have been created on their
1135
- # end for a finalized proposal and all the required creatives have been uploaded
1136
- # using the creatives API. This call updates the `is_setup_completed` bit on the
1137
- # proposal and also notifies the seller. The server will advance the revision
1138
- # number of the most recent proposal.
1133
+ # You can opt-in to manually update proposals to indicate that setup is complete.
1134
+ # By default, proposal setup is automatically completed after their deals are
1135
+ # finalized. Contact your Technical Account Manager to opt in. Buyers can call
1136
+ # this method when the proposal has been finalized, and all the required
1137
+ # creatives have been uploaded using the Creatives API. This call updates the `
1138
+ # is_setup_completed` field on the deals in the proposal, and notifies the
1139
+ # seller. The server then advances the revision number of the most recent
1140
+ # proposal. To mark an individual deal as ready to serve, call `buyers.
1141
+ # finalizedDeals.setReadyToServe` in the Marketplace API.
1139
1142
  # @param [String] account_id
1140
1143
  # Account ID of the buyer.
1141
1144
  # @param [String] proposal_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adexchangebuyer2_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-adexchangebuyer2_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adexchangebuyer2_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []