google-apis-adexchangebuyer2_v2beta1 0.5.0 → 0.9.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: ebe01a64060c44b38b24ace2f194d2e2dcf06ec7847061fea92a4bb3947cf802
4
+ data.tar.gz: 5bd7062640366a093f40533d80ebed73eec2388ed4df2f7fc068422d39c68eb0
5
5
  SHA512:
6
- metadata.gz: 3d9b163cd0c1dec66a6aa2e5038e5fa0de43988bc4068cc4e760f1ee3a15a892ad737210ba87c87154fd9c7304b1cb705f73c0cb899cac19fd5c009f93d4680b
7
- data.tar.gz: c56d6b3d7198c36b600157f4664042f44cc9afbc0c22f37e7e59260d9b49a65ca821c73ed1bac42445ced491cfd426e3b54fbdfc94410012fadf2d6b22b53add
6
+ metadata.gz: 1658687ad98d08d0f87fcbb34ed0de24058af43809fdc60aacaebd39627b4a6fc570fe58a04a50b4bcc82102ce131aaaeffa21ab303aff314c4f0cd43a31636a
7
+ data.tar.gz: a4e161e2965641b3004a3387a64c3197a9c1441c4befe3a3930126909a37902a28c06efe846198a07acd45aaa79b98fdb537746099657c7160b8e9160c6c1aea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.9.0 (2021-09-24)
4
+
5
+ * Regenerated from discovery document revision 20210922
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-06-15)
16
+
17
+ * Regenerated from discovery document revision 20210613
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.5.0 (2021-05-26)
4
21
 
5
22
  * Regenerated from discovery document revision 20210525
@@ -423,6 +423,7 @@ module Google
423
423
  # Name used to represent this client to publishers. You may have multiple
424
424
  # clients that map to the same entity, but for each client the combination of `
425
425
  # clientName` and entity must be unique. You can specify this field as empty.
426
+ # Maximum length of 255 characters is allowed.
426
427
  # Corresponds to the JSON property `clientName`
427
428
  # @return [String]
428
429
  attr_accessor :client_name
@@ -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.9.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 = "20210525"
25
+ REVISION = "20210922"
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,29 +1,35 @@
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.9.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-09-27 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 II V2beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via 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-adexchangebuyer2_v2beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adexchangebuyer2_v2beta1
57
63
  post_install_message:
58
64
  rdoc_options: []