google-apis-authorizedbuyersmarketplace_v1 0.24.0 → 0.25.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: 5e1a4a3d47cfbb8dbe12642842b849d73c1d9fabe40eb3f978ae34eebdb0e2fb
4
- data.tar.gz: b607395fb6c10cef060ca684ac728b4609b4759b97b85fbce81b9257576d7fd8
3
+ metadata.gz: 6faa25c3445e60ddc65b746731edd163f9002280ab6d882a091a848a1f95dec5
4
+ data.tar.gz: 6631790771739716174421305e08f4e81a85bb19f9c0014429b53e2804cb19c6
5
5
  SHA512:
6
- metadata.gz: b00cea97c958ca17bd8748676cbf2bc7d62214bd534dc7a8ea73a9ce382089841b756d2b3ac9d4c6094d63e5ea873a3b52b3456f7d36524297d5e67a1fd0763e
7
- data.tar.gz: 515248feb306fad55825df5c39849c889e5f6904d04ba23685dd70881e81d306c0bca609f0037c048e234fb57078d98d8637aa42a448c8655e1715b8f6078dfd
6
+ metadata.gz: db8a9de86df02ea7e27fa4c712e4a2b0a5123515173a128e84598b92ceae95e4cb70f4fe2a24099823328cc6b6044958a322fc2caa3700cb7fe9290f3e7b8e71
7
+ data.tar.gz: e55f523acb195340c2c1d2b356cfc939dcdc2646a65025629b527abf3ba9fbbbe748f3b7ecd5dcd1a53ffcd21bc1e70562b8c17ac653f2f034b7ebc27d275bac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.25.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240508
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.24.0 (2024-04-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20240418
@@ -701,10 +701,10 @@ module Google
701
701
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::TimeZone]
702
702
  attr_accessor :seller_time_zone
703
703
 
704
- # Targeting represents different criteria that can be used to target inventory.
705
- # For example, they can choose to target inventory only if the user is in the US.
706
- # Multiple types of targeting are always applied as a logical AND, unless noted
707
- # otherwise.
704
+ # Targeting represents different criteria that can be used to target deals or
705
+ # auction packages. For example, they can choose to target inventory only if the
706
+ # user is in the US. Multiple types of targeting are always applied as a logical
707
+ # AND, unless noted otherwise.
708
708
  # Corresponds to the JSON property `targeting`
709
709
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::MarketplaceTargeting]
710
710
  attr_accessor :targeting
@@ -1187,10 +1187,10 @@ module Google
1187
1187
  end
1188
1188
  end
1189
1189
 
1190
- # Targeting represents different criteria that can be used to target inventory.
1191
- # For example, they can choose to target inventory only if the user is in the US.
1192
- # Multiple types of targeting are always applied as a logical AND, unless noted
1193
- # otherwise.
1190
+ # Targeting represents different criteria that can be used to target deals or
1191
+ # auction packages. For example, they can choose to target inventory only if the
1192
+ # user is in the US. Multiple types of targeting are always applied as a logical
1193
+ # AND, unless noted otherwise.
1194
1194
  class MarketplaceTargeting
1195
1195
  include Google::Apis::Core::Hashable
1196
1196
 
@@ -1199,6 +1199,13 @@ module Google
1199
1199
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::DayPartTargeting]
1200
1200
  attr_accessor :daypart_targeting
1201
1201
 
1202
+ # Output only. The sensitive content category label IDs excluded. Refer to this
1203
+ # file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt
1204
+ # for category IDs.
1205
+ # Corresponds to the JSON property `excludedSensitiveCategoryIds`
1206
+ # @return [Array<Fixnum>]
1207
+ attr_accessor :excluded_sensitive_category_ids
1208
+
1202
1209
  # Generic targeting used for targeting dimensions that contains a list of
1203
1210
  # included and excluded numeric IDs. This cannot be filtered using list filter
1204
1211
  # syntax.
@@ -1235,6 +1242,13 @@ module Google
1235
1242
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting]
1236
1243
  attr_accessor :user_list_targeting
1237
1244
 
1245
+ # Generic targeting used for targeting dimensions that contains a list of
1246
+ # included and excluded numeric IDs. This cannot be filtered using list filter
1247
+ # syntax.
1248
+ # Corresponds to the JSON property `verticalTargeting`
1249
+ # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting]
1250
+ attr_accessor :vertical_targeting
1251
+
1238
1252
  # Represents targeting information about video.
1239
1253
  # Corresponds to the JSON property `videoTargeting`
1240
1254
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::VideoTargeting]
@@ -1247,12 +1261,14 @@ module Google
1247
1261
  # Update properties of this object
1248
1262
  def update!(**args)
1249
1263
  @daypart_targeting = args[:daypart_targeting] if args.key?(:daypart_targeting)
1264
+ @excluded_sensitive_category_ids = args[:excluded_sensitive_category_ids] if args.key?(:excluded_sensitive_category_ids)
1250
1265
  @geo_targeting = args[:geo_targeting] if args.key?(:geo_targeting)
1251
1266
  @inventory_size_targeting = args[:inventory_size_targeting] if args.key?(:inventory_size_targeting)
1252
1267
  @inventory_type_targeting = args[:inventory_type_targeting] if args.key?(:inventory_type_targeting)
1253
1268
  @placement_targeting = args[:placement_targeting] if args.key?(:placement_targeting)
1254
1269
  @technology_targeting = args[:technology_targeting] if args.key?(:technology_targeting)
1255
1270
  @user_list_targeting = args[:user_list_targeting] if args.key?(:user_list_targeting)
1271
+ @vertical_targeting = args[:vertical_targeting] if args.key?(:vertical_targeting)
1256
1272
  @video_targeting = args[:video_targeting] if args.key?(:video_targeting)
1257
1273
  end
1258
1274
  end
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240418"
25
+ REVISION = "20240508"
26
26
  end
27
27
  end
28
28
  end
@@ -757,6 +757,7 @@ module Google
757
757
  class Representation < Google::Apis::Core::JsonRepresentation
758
758
  property :daypart_targeting, as: 'daypartTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::DayPartTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::DayPartTargeting::Representation
759
759
 
760
+ collection :excluded_sensitive_category_ids, as: 'excludedSensitiveCategoryIds'
760
761
  property :geo_targeting, as: 'geoTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting::Representation
761
762
 
762
763
  property :inventory_size_targeting, as: 'inventorySizeTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::InventorySizeTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::InventorySizeTargeting::Representation
@@ -769,6 +770,8 @@ module Google
769
770
 
770
771
  property :user_list_targeting, as: 'userListTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting::Representation
771
772
 
773
+ property :vertical_targeting, as: 'verticalTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::CriteriaTargeting::Representation
774
+
772
775
  property :video_targeting, as: 'videoTargeting', class: Google::Apis::AuthorizedbuyersmarketplaceV1::VideoTargeting, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::VideoTargeting::Representation
773
776
 
774
777
  end
@@ -67,6 +67,12 @@ module Google
67
67
  # authorized-buyers/apis/guides/list-filters). Only supported when parent is
68
68
  # bidder. Supported columns for filtering are: * displayName * createTime *
69
69
  # updateTime * eligibleSeatIds
70
+ # @param [String] order_by
71
+ # Optional. An optional query string to sort auction packages using the [Cloud
72
+ # API sorting syntax](https://cloud.google.com/apis/design/design_patterns#
73
+ # sorting_order). If no sort order is specified, results will be returned in an
74
+ # arbitrary order. Only supported when parent is bidder. Supported columns for
75
+ # sorting are: * displayName * createTime * updateTime
70
76
  # @param [Fixnum] page_size
71
77
  # Requested page size. The server may return fewer results than requested. Max
72
78
  # allowed page size is 500.
@@ -89,12 +95,13 @@ module Google
89
95
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
90
96
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
91
97
  # @raise [Google::Apis::AuthorizationError] Authorization is required
92
- def list_bidder_auction_packages(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
98
+ def list_bidder_auction_packages(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
93
99
  command = make_simple_command(:get, 'v1/{+parent}/auctionPackages', options)
94
100
  command.response_representation = Google::Apis::AuthorizedbuyersmarketplaceV1::ListAuctionPackagesResponse::Representation
95
101
  command.response_class = Google::Apis::AuthorizedbuyersmarketplaceV1::ListAuctionPackagesResponse
96
102
  command.params['parent'] = parent unless parent.nil?
97
103
  command.query['filter'] = filter unless filter.nil?
104
+ command.query['orderBy'] = order_by unless order_by.nil?
98
105
  command.query['pageSize'] = page_size unless page_size.nil?
99
106
  command.query['pageToken'] = page_token unless page_token.nil?
100
107
  command.query['fields'] = fields unless fields.nil?
@@ -124,7 +131,7 @@ module Google
124
131
  # updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.
125
132
  # bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days *
126
133
  # rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.
127
- # mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'
134
+ # mustBidRateCurrentMonth
128
135
  # @param [Fixnum] page_size
129
136
  # Requested page size. The server may return fewer results than requested. If
130
137
  # requested more than 500, the server will return 500 results per page. If
@@ -208,6 +215,12 @@ module Google
208
215
  # authorized-buyers/apis/guides/list-filters). Only supported when parent is
209
216
  # bidder. Supported columns for filtering are: * displayName * createTime *
210
217
  # updateTime * eligibleSeatIds
218
+ # @param [String] order_by
219
+ # Optional. An optional query string to sort auction packages using the [Cloud
220
+ # API sorting syntax](https://cloud.google.com/apis/design/design_patterns#
221
+ # sorting_order). If no sort order is specified, results will be returned in an
222
+ # arbitrary order. Only supported when parent is bidder. Supported columns for
223
+ # sorting are: * displayName * createTime * updateTime
211
224
  # @param [Fixnum] page_size
212
225
  # Requested page size. The server may return fewer results than requested. Max
213
226
  # allowed page size is 500.
@@ -230,12 +243,13 @@ module Google
230
243
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
231
244
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
232
245
  # @raise [Google::Apis::AuthorizationError] Authorization is required
233
- def list_buyer_auction_packages(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
246
+ def list_buyer_auction_packages(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
234
247
  command = make_simple_command(:get, 'v1/{+parent}/auctionPackages', options)
235
248
  command.response_representation = Google::Apis::AuthorizedbuyersmarketplaceV1::ListAuctionPackagesResponse::Representation
236
249
  command.response_class = Google::Apis::AuthorizedbuyersmarketplaceV1::ListAuctionPackagesResponse
237
250
  command.params['parent'] = parent unless parent.nil?
238
251
  command.query['filter'] = filter unless filter.nil?
252
+ command.query['orderBy'] = order_by unless order_by.nil?
239
253
  command.query['pageSize'] = page_size unless page_size.nil?
240
254
  command.query['pageToken'] = page_token unless page_token.nil?
241
255
  command.query['fields'] = fields unless fields.nil?
@@ -915,7 +929,7 @@ module Google
915
929
  # updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.
916
930
  # bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days *
917
931
  # rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.
918
- # mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'
932
+ # mustBidRateCurrentMonth
919
933
  # @param [Fixnum] page_size
920
934
  # Requested page size. The server may return fewer results than requested. If
921
935
  # requested more than 500, the server will return 500 results per page. If
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.24.0
4
+ version: 0.25.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-26 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.14.0
19
+ version: 0.15.0
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.14.0
29
+ version: 0.15.0
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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.25.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: []