google-apis-adexchangebuyer2_v2beta1 0.5.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: '0869132940dd68a3f5a9fff4149866b6f07f0100ce075db9cb6a4abbf73c62f4'
4
- data.tar.gz: 233d76fd888c2fc34b0ed18aab4b18db20f9cbd724f21a7b5a3c81085a5a2a19
3
+ metadata.gz: 73ce60ba50c8a2cdeeb216ce87f88edc096bf34232c4618e701b23861351291e
4
+ data.tar.gz: 51711e6fcf844bed62a0cb3fcc24c124d75d722a434a4ad4937971d8fafac0fe
5
5
  SHA512:
6
- metadata.gz: 3d9b163cd0c1dec66a6aa2e5038e5fa0de43988bc4068cc4e760f1ee3a15a892ad737210ba87c87154fd9c7304b1cb705f73c0cb899cac19fd5c009f93d4680b
7
- data.tar.gz: c56d6b3d7198c36b600157f4664042f44cc9afbc0c22f37e7e59260d9b49a65ca821c73ed1bac42445ced491cfd426e3b54fbdfc94410012fadf2d6b22b53add
6
+ metadata.gz: bf7732937c645877949a77e5840dbea7cd531952064d21ecee368d0cd01d28c374faef22d632ab5715a2666df818983b8a71b2cff8f6b442bf946d0c1f28bc55
7
+ data.tar.gz: 8d22428caf9a4c3939f3f89519c65a0d9f81725798a171c0928e275aec9f0560776021f0131405fbadbf3d156adf1f8230bfa48506a98a839ac1f3eaa09def42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.6.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210613
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-26)
4
9
 
5
10
  * Regenerated from discovery document revision 20210525
@@ -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.5.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210525"
25
+ REVISION = "20210613"
26
26
  end
27
27
  end
28
28
  end
@@ -898,9 +898,9 @@ module Google
898
898
  # DealServingMetadata.DealPauseStatus.has_buyer_paused` bit to false for all
899
899
  # listed deals in the request. Currently, this method only applies to PG and PD
900
900
  # deals. For PA deals, please call accounts.proposals.resume endpoint. It is a
901
- # no-op to resume already-running deals. It is an error to call
902
- # ResumeProposalDeals for deals which are not part of the proposal of
903
- # proposal_id or which are not finalized or renegotiating.
901
+ # no-op to resume running deals or deals paused by the other party. It is an
902
+ # error to call ResumeProposalDeals for deals which are not part of the proposal
903
+ # of proposal_id or which are not finalized or renegotiating.
904
904
  # @param [String] account_id
905
905
  # Account ID of the buyer.
906
906
  # @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.5.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adexchangebuyer2_v2beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adexchangebuyer2_v2beta1
57
57
  post_install_message:
58
58
  rdoc_options: []