google-apis-adexchangebuyer2_v2beta1 0.14.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: 9588cc24117ea28d0f8a92720eaf2a1ce333a9ee504ec0cdb7fba06feeee6efa
4
- data.tar.gz: e47c78bdd86187e76bf6a091fe6931afbc8726d49533c5daac79821c6dd61891
3
+ metadata.gz: c21b356f423bdf543d05cf0fd79aa4493e325b1f289575dbc39b64421960d3d1
4
+ data.tar.gz: 706c410c5565fe00b5179b543a1b182b95f81168b6e2c31c129082d6bc6d6983
5
5
  SHA512:
6
- metadata.gz: 20a98b15b923ff6f9cb120f58f79711bc3598ace8964851bcc620ab166608c6094cfc4aa611de61df943bae85d90288f296cc73706658da5baef0e1d61b5d2ad
7
- data.tar.gz: beda2ebebf4d39ccb3e0b5896ae4a7197bb22cfea685fac28f8110af50b584c258f1e872cc68bd0421ce073327d44965cb36be792a5897be11f80fe189b46bd9
6
+ metadata.gz: b7791c095449b5b0e9ca3dd4fba6c566d157f0d0bb96d469ebf284ecae2d766e4666829d75db5ab3aefc8451ca0ca2e2d636b7530222a6179570dfcd3654de01
7
+ data.tar.gz: 9944c89a08070bcf7535b0bbef287cfd01620853f80a71c3033a6b29ff11e7c9afcb82c894daac16b3ea76210cadd07257568753984872ef75fe1596db662a4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
8
+ ### v0.16.0 (2022-06-06)
9
+
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.15.0 (2022-03-22)
13
+
14
+ * Regenerated from discovery document revision 20220321
15
+
3
16
  ### v0.14.0 (2022-03-02)
4
17
 
5
18
  * Regenerated from discovery document revision 20220301
@@ -1533,8 +1533,7 @@ module Google
1533
1533
  # A generic empty message that you can re-use to avoid defining duplicated empty
1534
1534
  # messages in your APIs. A typical example is to use it as the request or the
1535
1535
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1536
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1537
- # `Empty` is empty JSON object ````.
1536
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1538
1537
  class Empty
1539
1538
  include Google::Apis::Core::Hashable
1540
1539
 
@@ -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.14.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.4.1"
22
+ GENERATOR_VERSION = "0.6.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
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.14.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-03-07 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.4'
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.4'
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.14.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Ad Exchange Buyer API II V2beta1