google-apis-displayvideo_v2 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02734a1b5b8399119a6eef110887a5ecfa9dbb9ed7545531d3fed0460da23375
4
- data.tar.gz: c503eac010a0d4627653faeaa50983a9e3c53fd5b8ed92a962f31d41ab0fbba0
3
+ metadata.gz: 17b450e0a3cc3d8be98d1364ebe883e36416ea3a31c4e873f0d7f98fbfadb1f8
4
+ data.tar.gz: daeb4ad4e0873a1b189719706e2e86b1baaf27b581de051c38a42330ec5f03a2
5
5
  SHA512:
6
- metadata.gz: 5d0c2829151887226fc977cb1ac330047c1facd81c4489768d08470c9fa91e4cf3c9409b9640df2115f1944c1f4c9834169d6b8c5cced9bd2870d70c6cdc1d20
7
- data.tar.gz: 73700ddd06e2c3212482b4028151c37b38c05c86cd3b240b3a0d3918166739b03daa2b6cb72730543ec8461ef41b7b6afbd6ec7b80802887ece704ee353f5653
6
+ metadata.gz: bfd36924c4139f3e161150bae9fc0abe14c1cb7862361c22bd196d4b9db95d2e5926bd78af3f93bc495cade7c43ff053c2b4acc20afbec1703274c8526dcc3be
7
+ data.tar.gz: 26540091207f8bd86bae3d1e329afbfc10914a7f4b3c75c34fd715c2317d84dcbf809378945fb1ff83b6a483b2aa0746a6066b3e177614b02dfe7adf040aa6fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.25.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230824
6
+
3
7
  ### v0.24.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -2146,7 +2146,8 @@ module Google
2146
2146
  # as the pageToken in a subsequent call to `
2147
2147
  # BulkListAdGroupAssignedTargetingOptions` to fetch the next page of results.
2148
2148
  # This token will be absent if there are no more
2149
- # youtube_ad_group_assigned_targeting_options to return.
2149
+ # youtube_ad_group_assigned_targeting_options or
2150
+ # ad_group_assigned_targeting_options to return.
2150
2151
  # Corresponds to the JSON property `nextPageToken`
2151
2152
  # @return [String]
2152
2153
  attr_accessor :next_page_token
@@ -12087,6 +12088,13 @@ module Google
12087
12088
  # @return [String]
12088
12089
  attr_accessor :content_category
12089
12090
 
12091
+ # Output only. The content category which takes effect when serving the line
12092
+ # item. When content category is set in both line item and advertiser, the
12093
+ # stricter one will take effect when serving the line item.
12094
+ # Corresponds to the JSON property `effectiveContentCategory`
12095
+ # @return [String]
12096
+ attr_accessor :effective_content_category
12097
+
12090
12098
  # Settings that control what YouTube related inventories the YouTube and
12091
12099
  # Partners line item will target.
12092
12100
  # Corresponds to the JSON property `inventorySourceSettings`
@@ -12140,6 +12148,7 @@ module Google
12140
12148
  def update!(**args)
12141
12149
  @bidding_strategy = args[:bidding_strategy] if args.key?(:bidding_strategy)
12142
12150
  @content_category = args[:content_category] if args.key?(:content_category)
12151
+ @effective_content_category = args[:effective_content_category] if args.key?(:effective_content_category)
12143
12152
  @inventory_source_settings = args[:inventory_source_settings] if args.key?(:inventory_source_settings)
12144
12153
  @lead_form_id = args[:lead_form_id] if args.key?(:lead_form_id)
12145
12154
  @linked_merchant_id = args[:linked_merchant_id] if args.key?(:linked_merchant_id)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 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
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230803"
25
+ REVISION = "20230824"
26
26
  end
27
27
  end
28
28
  end
@@ -5236,6 +5236,7 @@ module Google
5236
5236
  property :bidding_strategy, as: 'biddingStrategy', class: Google::Apis::DisplayvideoV2::YoutubeAndPartnersBiddingStrategy, decorator: Google::Apis::DisplayvideoV2::YoutubeAndPartnersBiddingStrategy::Representation
5237
5237
 
5238
5238
  property :content_category, as: 'contentCategory'
5239
+ property :effective_content_category, as: 'effectiveContentCategory'
5239
5240
  property :inventory_source_settings, as: 'inventorySourceSettings', class: Google::Apis::DisplayvideoV2::YoutubeAndPartnersInventorySourceConfig, decorator: Google::Apis::DisplayvideoV2::YoutubeAndPartnersInventorySourceConfig::Representation
5240
5241
 
5241
5242
  property :lead_form_id, :numeric_string => true, as: 'leadFormId'
@@ -239,10 +239,6 @@ module Google
239
239
  # 04T18:54:47Z"` The length of this field should be no more than 500 characters.
240
240
  # Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/
241
241
  # filters) guide for more information.
242
- # @param [String] internal_debugging_config
243
- # The config used in internal debugging and manual testing. Use comma to
244
- # separate multiple values. Examples: To allow entity search to go through
245
- # tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
246
242
  # @param [String] order_by
247
243
  # Field by which to sort the list. Acceptable values are: * `displayName` (
248
244
  # default) * `entityStatus` * `updateTime` The default sorting order is
@@ -276,12 +272,11 @@ module Google
276
272
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
277
273
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
278
274
  # @raise [Google::Apis::AuthorizationError] Authorization is required
279
- def list_advertisers(filter: nil, internal_debugging_config: nil, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
275
+ def list_advertisers(filter: nil, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
280
276
  command = make_simple_command(:get, 'v2/advertisers', options)
281
277
  command.response_representation = Google::Apis::DisplayvideoV2::ListAdvertisersResponse::Representation
282
278
  command.response_class = Google::Apis::DisplayvideoV2::ListAdvertisersResponse
283
279
  command.query['filter'] = filter unless filter.nil?
284
- command.query['internalDebuggingConfig'] = internal_debugging_config unless internal_debugging_config.nil?
285
280
  command.query['orderBy'] = order_by unless order_by.nil?
286
281
  command.query['pageSize'] = page_size unless page_size.nil?
287
282
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -4104,30 +4099,32 @@ module Google
4104
4099
  # @param [Fixnum] advertiser_id
4105
4100
  # Required. The ID of the advertiser the line items belongs to.
4106
4101
  # @param [String] filter
4107
- # Allows filtering by assigned targeting option fields. Supported syntax: *
4108
- # Filter expressions are made up of one or more restrictions. * Restrictions can
4109
- # be combined by the logical operator `OR`. * A restriction has the form of ``
4110
- # field` `operator` `value``. * All fields must use the `EQUALS (=)` operator.
4111
- # Supported fields: * `targetingType` Examples: * `AssignedTargetingOption`
4112
- # resources of targeting type `TARGETING_TYPE_YOUTUBE_VIDEO` or `
4113
- # TARGETING_TYPE_YOUTUBE_CHANNEL`: `targetingType="TARGETING_TYPE_YOUTUBE_VIDEO"
4114
- # OR targetingType="TARGETING_TYPE_YOUTUBE_CHANNEL"` The length of this field
4115
- # should be no more than 500 characters. Reference our [filter `LIST` requests](/
4116
- # display-video/api/guides/how-tos/filters) guide for more information.
4102
+ # Optional. Allows filtering by assigned targeting option fields. Supported
4103
+ # syntax: * Filter expressions are made up of one or more restrictions. *
4104
+ # Restrictions can be combined by the logical operator `OR`. * A restriction has
4105
+ # the form of ``field` `operator` `value``. * All fields must use the `EQUALS (=)
4106
+ # ` operator. Supported fields: * `targetingType` Examples: * `
4107
+ # AssignedTargetingOption` resources of targeting type `
4108
+ # TARGETING_TYPE_YOUTUBE_VIDEO` or `TARGETING_TYPE_YOUTUBE_CHANNEL`: `
4109
+ # targetingType="TARGETING_TYPE_YOUTUBE_VIDEO" OR targetingType="
4110
+ # TARGETING_TYPE_YOUTUBE_CHANNEL"` The length of this field should be no more
4111
+ # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
4112
+ # guides/how-tos/filters) guide for more information.
4117
4113
  # @param [String] order_by
4118
- # Field by which to sort the list. Acceptable values are: * `youtubeAdGroupId` (
4119
- # default) * `assignedTargetingOption.targetingType` The default sorting order
4120
- # is ascending. To specify descending order for a field, a suffix "desc" should
4121
- # be added to the field name. Example: `targetingType desc`.
4114
+ # Optional. Field by which to sort the list. Acceptable values are: * `
4115
+ # youtubeAdGroupId` (acceptable in v2) * `adGroupId` (acceptable in v3) * `
4116
+ # assignedTargetingOption.targetingType` The default sorting order is ascending.
4117
+ # To specify descending order for a field, a suffix "desc" should be added to
4118
+ # the field name. Example: `targetingType desc`.
4122
4119
  # @param [Fixnum] page_size
4123
- # Requested page size. The size must be an integer between `1` and `5000`. If
4124
- # unspecified, the default is `5000`. Returns error code `INVALID_ARGUMENT` if
4125
- # an invalid value is specified.
4120
+ # Optional. Requested page size. The size must be an integer between `1` and `
4121
+ # 5000`. If unspecified, the default is `5000`. Returns error code `
4122
+ # INVALID_ARGUMENT` if an invalid value is specified.
4126
4123
  # @param [String] page_token
4127
- # A token that lets the client fetch the next page of results. Typically, this
4128
- # is the value of next_page_token returned from the previous call to the `
4129
- # BulkListAdGroupAssignedTargetingOptions` method. If not specified, the first
4130
- # page of results will be returned.
4124
+ # Optional. A token that lets the client fetch the next page of results.
4125
+ # Typically, this is the value of next_page_token returned from the previous
4126
+ # call to the `BulkListAdGroupAssignedTargetingOptions` method. If not specified,
4127
+ # the first page of results will be returned.
4131
4128
  # @param [Array<Fixnum>, Fixnum] youtube_ad_group_ids
4132
4129
  # Required. The IDs of the youtube ad groups to list assigned targeting options
4133
4130
  # for.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
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: 2023-08-13 00:00:00.000000000 Z
11
+ date: 2023-08-27 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-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Display & Video 360 API V2