google-apis-authorizedbuyersmarketplace_v1 0.5.0 → 0.8.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: 36b6a05d925d38dbd1e68d2c978d87931490b17182e04a8f0238b40e84bd9922
4
+ data.tar.gz: b651da16ac9e0860dbcbf2ca7ad67f9276a23352ca241da2c1d69a8b880df2bc
5
5
  SHA512:
6
- metadata.gz: ceab3b97fd8351f15afe3ca0833aacb001b20d4c915b522bba405aaff432c7b266ded46eb52e095d8eff3c278651201c68c23908085e67e8830ce4a642c30b8a
7
- data.tar.gz: b58dd969efdff638cdb33dc2ee12ea31d1cc37a02a472c0d8178563206ae2b3009ace2ed9f98e05ee948f0eccb3d811a12a398912fb2ba89e90fd5c4514751c5
6
+ metadata.gz: 6421398066be8305f80df685dd5dbd8991704a061cfe16fe7ebf0960e093a3d70d4c7e500575e0d0f9c16a7278625c0e5deb1669429b51340f3e3fde47df09bb
7
+ data.tar.gz: 1016f53ab0473d949dd215fcf4cadb00c78a2fb96cb2c770cdeda35814b958e97b17e4746530a508c65eeac0d80700b4f44df266b4c9e5f7a82c80d26c0fb347
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.8.0 (2022-06-02)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220319
10
+
11
+ ### v0.6.0 (2022-03-16)
12
+
13
+ * Regenerated from discovery document revision 20220315
14
+
3
15
  ### v0.5.0 (2022-02-15)
4
16
 
5
17
  * 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
@@ -786,8 +786,7 @@ module Google
786
786
  # A generic empty message that you can re-use to avoid defining duplicated empty
787
787
  # messages in your APIs. A typical example is to use it as the request or the
788
788
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
789
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
790
- # `Empty` is empty JSON object ````.
789
+ # protobuf.Empty) returns (google.protobuf.Empty); `
791
790
  class Empty
792
791
  include Google::Apis::Core::Hashable
793
792
 
@@ -803,10 +802,10 @@ module Google
803
802
  # A finalized deal is a snapshot of the deal when both buyer and seller accept
804
803
  # the deal. The buyer or seller can update the deal after it's been finalized
805
804
  # 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
805
+ # same time the finalized snapshot of the deal can still be retrieved using this
807
806
  # API. The finalized deal contains a copy of the deal as it existed when most
808
807
  # recently finalized, as well as fields related to deal serving such as pause/
809
- # resume status, RTB metrics, etc.
808
+ # resume status, RTB metrics, and more.
810
809
  class FinalizedDeal
811
810
  include Google::Apis::Core::Hashable
812
811
 
@@ -1153,9 +1152,9 @@ module Google
1153
1152
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::InventorySizeTargeting]
1154
1153
  attr_accessor :inventory_size_targeting
1155
1154
 
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.
1155
+ # Represents targeting about where the ads can appear, for example, certain
1156
+ # sites or mobile applications. Different placement targeting types will be
1157
+ # logically OR'ed.
1159
1158
  # Corresponds to the JSON property `placementTargeting`
1160
1159
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::PlacementTargeting]
1161
1160
  attr_accessor :placement_targeting
@@ -1333,9 +1332,9 @@ module Google
1333
1332
  end
1334
1333
  end
1335
1334
 
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.
1335
+ # Represents targeting about where the ads can appear, for example, certain
1336
+ # sites or mobile applications. Different placement targeting types will be
1337
+ # logically OR'ed.
1339
1338
  class PlacementTargeting
1340
1339
  include Google::Apis::Core::Hashable
1341
1340
 
@@ -1344,7 +1343,7 @@ module Google
1344
1343
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::MobileApplicationTargeting]
1345
1344
  attr_accessor :mobile_application_targeting
1346
1345
 
1347
- # Represents a list of targeted and excluded URLs (e.g., google.com). For
1346
+ # Represents a list of targeted and excluded URLs (for example, google.com). For
1348
1347
  # Private Auction Deals, URLs are either included or excluded. For Programmatic
1349
1348
  # Guaranteed and Preferred Deals, this doesn't apply.
1350
1349
  # Corresponds to the JSON property `uriTargeting`
@@ -1758,7 +1757,7 @@ module Google
1758
1757
  # @return [String]
1759
1758
  attr_accessor :sample_page_url
1760
1759
 
1761
- # Up to three key metrics and rankings. For example "#1 Mobile News Site for 20
1760
+ # Up to three key metrics and rankings. For example, "#1 Mobile News Site for 20
1762
1761
  # Straight Months".
1763
1762
  # Corresponds to the JSON property `topHeadlines`
1764
1763
  # @return [Array<String>]
@@ -2176,8 +2175,8 @@ module Google
2176
2175
  # List of fields to be updated. If empty or unspecified, the service will update
2177
2176
  # all fields populated in the update request excluding the output only fields
2178
2177
  # 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
2178
+ # required in order to reset a primitive field back to its default value, for
2179
+ # example, false for boolean fields, 0 for integer fields. A special field mask
2181
2180
  # consisting of a single path "*" can be used to indicate full replacement(the
2182
2181
  # equivalent of PUT method), updatable fields unset or unspecified in the input
2183
2182
  # will be cleared or set to default value. Output only fields will be ignored
@@ -2197,7 +2196,7 @@ module Google
2197
2196
  end
2198
2197
  end
2199
2198
 
2200
- # Represents a list of targeted and excluded URLs (e.g., google.com). For
2199
+ # Represents a list of targeted and excluded URLs (for example, google.com). For
2201
2200
  # Private Auction Deals, URLs are either included or excluded. For Programmatic
2202
2201
  # Guaranteed and Preferred Deals, this doesn't apply.
2203
2202
  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.8.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 = "20220319"
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.8.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-06-13 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.5'
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.5'
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-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.8.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: []
@@ -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 Authorized Buyers Marketplace API V1