google-apis-authorizedbuyersmarketplace_v1 0.8.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: 36b6a05d925d38dbd1e68d2c978d87931490b17182e04a8f0238b40e84bd9922
4
- data.tar.gz: b651da16ac9e0860dbcbf2ca7ad67f9276a23352ca241da2c1d69a8b880df2bc
3
+ metadata.gz: 7ed860cb9c74b39a08a9eac1399274eb605a8f3be83b93a4916cf5d2d680ea88
4
+ data.tar.gz: '082b6f493ff2e15dffb828cae070a29334dffe66bab169adb5d5285a28e6ff17'
5
5
  SHA512:
6
- metadata.gz: 6421398066be8305f80df685dd5dbd8991704a061cfe16fe7ebf0960e093a3d70d4c7e500575e0d0f9c16a7278625c0e5deb1669429b51340f3e3fde47df09bb
7
- data.tar.gz: 1016f53ab0473d949dd215fcf4cadb00c78a2fb96cb2c770cdeda35814b958e97b17e4746530a508c65eeac0d80700b4f44df266b4c9e5f7a82c80d26c0fb347
6
+ metadata.gz: 65f03beb669d8138eec3e1cf5d532d5fba8d70603f6c42380810196ade4c9c1ff996057750f82b16587ff31cc2ce92026c441f3756a8c841fbf266c112d78326
7
+ data.tar.gz: 2b3cc96327a89760736a5417fcacacae755061e9e18c7d7917a676bc2c579d61d4bd01688774e679be224d8714d8bf278b77a4c1e31afd17f461f9b748ff6f2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.9.0 (2022-06-16)
4
+
5
+ * Regenerated from discovery document revision 20220615
6
+ * Regenerated using generator version 0.6.0
7
+
3
8
  ### v0.8.0 (2022-06-02)
4
9
 
5
10
  * Unspecified changes
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AuthorizedbuyersmarketplaceV1
18
18
  # Version of the google-apis-authorizedbuyersmarketplace_v1 gem
19
- GEM_VERSION = "0.8.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.4.1"
22
+ GENERATOR_VERSION = "0.6.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220615"
26
26
  end
27
27
  end
28
28
  end
@@ -961,12 +961,14 @@ module Google
961
961
  execute_or_queue_command(command, &block)
962
962
  end
963
963
 
964
- # Sets the given finalized deal as ready to serve. By default, deals are ready
965
- # to serve as soon as they're finalized. A bidder can opt out of this feature by
966
- # asking to be included in an allowlist. Once opted out, finalized deals
967
- # belonging to the bidder and its child seats will not start serving until this
968
- # method is called. This method is useful to the bidders who prefer to not
969
- # receive bid requests before the creative is ready. This method only applies to
964
+ # Sets the given finalized deal as ready to serve. By default, deals are set as
965
+ # ready to serve as soon as they're finalized. If you want to opt out of the
966
+ # default behavior, and manually indicate that deals are ready to serve, ask
967
+ # your Technical Account Manager to add you to the allowlist. If you choose to
968
+ # use this method, finalized deals belonging to the bidder and its child seats
969
+ # don't start serving until after you call `setReadyToServe`, and after the
970
+ # deals become active. For example, you can use this method to delay receiving
971
+ # bid requests until your creative is ready. This method only applies to
970
972
  # programmatic guaranteed deals.
971
973
  # @param [String] deal
972
974
  # Required. Format: `buyers/`accountId`/finalizedDeals/`dealId``
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-authorizedbuyersmarketplace_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.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: 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
@@ -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-authorizedbuyersmarketplace_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1
63
63
  post_install_message:
64
64
  rdoc_options: []