google-apis-authorizedbuyersmarketplace_v1 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: b88ba153f36304c4d04afcd7251badc68dbd93f04c0e4baf874b2b50bda00bbe
4
- data.tar.gz: 4932e02ce63fa4219c5bf1f8ec015d52f2006355748d3f7dfd15e33f7cc3b77e
3
+ metadata.gz: a35966197f88b221f468afdb2107275b053541fccaf78bfdc7ea24f7969ff87b
4
+ data.tar.gz: e27d9860ed222607b7a13573800a19ebc2b893b21ab44948a1c80db361ae143b
5
5
  SHA512:
6
- metadata.gz: ceab3b97fd8351f15afe3ca0833aacb001b20d4c915b522bba405aaff432c7b266ded46eb52e095d8eff3c278651201c68c23908085e67e8830ce4a642c30b8a
7
- data.tar.gz: b58dd969efdff638cdb33dc2ee12ea31d1cc37a02a472c0d8178563206ae2b3009ace2ed9f98e05ee948f0eccb3d811a12a398912fb2ba89e90fd5c4514751c5
6
+ metadata.gz: b736f1140769d1ae473f38699c3a2eb5bb1c4170356112e54b33bc51fde3014e4cd69b972eb6dff56b29fc6da31e6490eade28e0cafcc256fc4bb4271ff73cd5
7
+ data.tar.gz: b4f920a7f456e1e7a80bdc0c21aa1a1b8ff7dcb3062998074a76683c67e05689eca67327869deb2454d9e2259a1d473fc4cae2e334bc3082b63f543b6b17525e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.6.0 (2022-03-16)
4
+
5
+ * Regenerated from discovery document revision 20220315
6
+
3
7
  ### v0.5.0 (2022-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220212
@@ -613,8 +613,8 @@ module Google
613
613
 
614
614
  # Proposed flight start time of the deal. This will generally be stored in the
615
615
  # granularity of one second since deal serving starts at seconds boundary. Any
616
- # time specified with more granularity (e.g., in milliseconds) will be truncated
617
- # towards the start of time in seconds.
616
+ # time specified with more granularity (for example, in milliseconds) will be
617
+ # truncated towards the start of time in seconds.
618
618
  # Corresponds to the JSON property `flightStartTime`
619
619
  # @return [String]
620
620
  attr_accessor :flight_start_time
@@ -742,7 +742,7 @@ module Google
742
742
  class DeliveryControl
743
743
  include Google::Apis::Core::Hashable
744
744
 
745
- # Output only. Specifies roadblocking in a master companion lineitem.
745
+ # Output only. Specifies roadblocking in a main companion lineitem.
746
746
  # Corresponds to the JSON property `companionDeliveryType`
747
747
  # @return [String]
748
748
  attr_accessor :companion_delivery_type
@@ -803,10 +803,10 @@ module Google
803
803
  # A finalized deal is a snapshot of the deal when both buyer and seller accept
804
804
  # the deal. The buyer or seller can update the deal after it's been finalized
805
805
  # and renegotiate on the deal targeting, terms and other fields, while at the
806
- # same time the finalized snapshot of the deal can still be retrieved via this
806
+ # same time the finalized snapshot of the deal can still be retrieved using this
807
807
  # API. The finalized deal contains a copy of the deal as it existed when most
808
808
  # recently finalized, as well as fields related to deal serving such as pause/
809
- # resume status, RTB metrics, etc.
809
+ # resume status, RTB metrics, and more.
810
810
  class FinalizedDeal
811
811
  include Google::Apis::Core::Hashable
812
812
 
@@ -1153,9 +1153,9 @@ module Google
1153
1153
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::InventorySizeTargeting]
1154
1154
  attr_accessor :inventory_size_targeting
1155
1155
 
1156
- # Represents targeting about where the ads can appear, e.g., certain sites or
1157
- # mobile applications. Different placement targeting types will be logically OR'
1158
- # ed.
1156
+ # Represents targeting about where the ads can appear, for example, certain
1157
+ # sites or mobile applications. Different placement targeting types will be
1158
+ # logically OR'ed.
1159
1159
  # Corresponds to the JSON property `placementTargeting`
1160
1160
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::PlacementTargeting]
1161
1161
  attr_accessor :placement_targeting
@@ -1333,9 +1333,9 @@ module Google
1333
1333
  end
1334
1334
  end
1335
1335
 
1336
- # Represents targeting about where the ads can appear, e.g., certain sites or
1337
- # mobile applications. Different placement targeting types will be logically OR'
1338
- # ed.
1336
+ # Represents targeting about where the ads can appear, for example, certain
1337
+ # sites or mobile applications. Different placement targeting types will be
1338
+ # logically OR'ed.
1339
1339
  class PlacementTargeting
1340
1340
  include Google::Apis::Core::Hashable
1341
1341
 
@@ -1344,7 +1344,7 @@ module Google
1344
1344
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::MobileApplicationTargeting]
1345
1345
  attr_accessor :mobile_application_targeting
1346
1346
 
1347
- # Represents a list of targeted and excluded URLs (e.g., google.com). For
1347
+ # Represents a list of targeted and excluded URLs (for example, google.com). For
1348
1348
  # Private Auction Deals, URLs are either included or excluded. For Programmatic
1349
1349
  # Guaranteed and Preferred Deals, this doesn't apply.
1350
1350
  # Corresponds to the JSON property `uriTargeting`
@@ -1758,7 +1758,7 @@ module Google
1758
1758
  # @return [String]
1759
1759
  attr_accessor :sample_page_url
1760
1760
 
1761
- # Up to three key metrics and rankings. For example "#1 Mobile News Site for 20
1761
+ # Up to three key metrics and rankings. For example, "#1 Mobile News Site for 20
1762
1762
  # Straight Months".
1763
1763
  # Corresponds to the JSON property `topHeadlines`
1764
1764
  # @return [Array<String>]
@@ -2176,8 +2176,8 @@ module Google
2176
2176
  # List of fields to be updated. If empty or unspecified, the service will update
2177
2177
  # all fields populated in the update request excluding the output only fields
2178
2178
  # and primitive fields with default value. Note that explicit field mask is
2179
- # required in order to reset a primitive field back to its default value, e.g.
2180
- # false for boolean fields, 0 for integer fields. A special field mask
2179
+ # required in order to reset a primitive field back to its default value, for
2180
+ # example, false for boolean fields, 0 for integer fields. A special field mask
2181
2181
  # consisting of a single path "*" can be used to indicate full replacement(the
2182
2182
  # equivalent of PUT method), updatable fields unset or unspecified in the input
2183
2183
  # will be cleared or set to default value. Output only fields will be ignored
@@ -2197,7 +2197,7 @@ module Google
2197
2197
  end
2198
2198
  end
2199
2199
 
2200
- # Represents a list of targeted and excluded URLs (e.g., google.com). For
2200
+ # Represents a list of targeted and excluded URLs (for example, google.com). For
2201
2201
  # Private Auction Deals, URLs are either included or excluded. For Programmatic
2202
2202
  # Guaranteed and Preferred Deals, this doesn't apply.
2203
2203
  class UriTargeting
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220212"
25
+ REVISION = "20220315"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module AuthorizedbuyersmarketplaceV1
23
23
  # Authorized Buyers Marketplace API
24
24
  #
25
- # The Authorized Buyers Marketplace API allows buyers programmatically discover
25
+ # The Authorized Buyers Marketplace API lets buyers programmatically discover
26
26
  # inventory; propose, retrieve and negotiate deals with publishers.
27
27
  #
28
28
  # @example
@@ -510,8 +510,8 @@ module Google
510
510
  # List of fields to be updated. If empty or unspecified, the service will update
511
511
  # all fields populated in the update request excluding the output only fields
512
512
  # and primitive fields with default value. Note that explicit field mask is
513
- # required in order to reset a primitive field back to its default value, e.g.
514
- # false for boolean fields, 0 for integer fields. A special field mask
513
+ # required in order to reset a primitive field back to its default value, for
514
+ # example, false for boolean fields, 0 for integer fields. A special field mask
515
515
  # consisting of a single path "*" can be used to indicate full replacement(the
516
516
  # equivalent of PUT method), updatable fields unset or unspecified in the input
517
517
  # will be cleared or set to default value. Output only fields will be ignored
@@ -1205,8 +1205,8 @@ module Google
1205
1205
  # List of fields to be updated. If empty or unspecified, the service will update
1206
1206
  # all fields populated in the update request excluding the output only fields
1207
1207
  # and primitive fields with default value. Note that explicit field mask is
1208
- # required in order to reset a primitive field back to its default value, e.g.
1209
- # false for boolean fields, 0 for integer fields. A special field mask
1208
+ # required in order to reset a primitive field back to its default value, for
1209
+ # example, false for boolean fields, 0 for integer fields. A special field mask
1210
1210
  # consisting of a single path "*" can be used to indicate full replacement(the
1211
1211
  # equivalent of PUT method), updatable fields unset or unspecified in the input
1212
1212
  # will be cleared or set to default value. Output only fields will be ignored
@@ -1391,8 +1391,8 @@ module Google
1391
1391
  # The revision number is kept at a proposal level. The buyer of the API is
1392
1392
  # expected to keep track of the revision number after the last update operation
1393
1393
  # and send it in as part of the next update request. This way, if there are
1394
- # further changes on the server (e.g., seller making new updates), then the
1395
- # server can detect conflicts and reject the proposed changes.
1394
+ # further changes on the server (for example, seller making new updates), then
1395
+ # the server can detect conflicts and reject the proposed changes.
1396
1396
  # @param [String] name
1397
1397
  # Immutable. The unique identifier of the deal. Auto-generated by the server
1398
1398
  # when a deal is created. Format: buyers/`accountId`/proposals/`proposalId`/
@@ -1402,8 +1402,8 @@ module Google
1402
1402
  # List of fields to be updated. If empty or unspecified, the service will update
1403
1403
  # all fields populated in the update request excluding the output only fields
1404
1404
  # and primitive fields with default value. Note that explicit field mask is
1405
- # required in order to reset a primitive field back to its default value, e.g.
1406
- # false for boolean fields, 0 for integer fields. A special field mask
1405
+ # required in order to reset a primitive field back to its default value, for
1406
+ # example, false for boolean fields, 0 for integer fields. A special field mask
1407
1407
  # consisting of a single path "*" can be used to indicate full replacement(the
1408
1408
  # equivalent of PUT method), updatable fields unset or unspecified in the input
1409
1409
  # will be cleared or set to default value. Output only fields will be ignored
@@ -21,7 +21,7 @@ module Google
21
21
  module Apis
22
22
  # Authorized Buyers Marketplace API
23
23
  #
24
- # The Authorized Buyers Marketplace API allows buyers programmatically discover
24
+ # The Authorized Buyers Marketplace API lets buyers programmatically discover
25
25
  # inventory; propose, retrieve and negotiate deals with publishers.
26
26
  #
27
27
  # @see https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/
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.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: 2022-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-21 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.6.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: []