google-apis-displayvideo_v1 0.14.0 → 0.18.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: '06096897926c3a91d4618fb268468f0bb6849dcb1e3f1c0cf6177eaa788774e5'
4
- data.tar.gz: 39d0a40d950b5bbdaa64fcedc42c476b690c8f27dbf6dcca7282bf9dcc381ec5
3
+ metadata.gz: 183dda2cede6108329ed9fa0648d2f62bbba9ff8ed44a21721b0094bf3a8bbaf
4
+ data.tar.gz: 05a50a320c22b528210b8a84132a04116f099712e6c4463c37dddab1683269af
5
5
  SHA512:
6
- metadata.gz: f0b59095202c920d77dd18ac6a631566b053acdc9f33730e043451dd4281a8720bf9b3028eb3d16a42f094c41ce624f75d88b975e2f312d7e7a65cdc771827ae
7
- data.tar.gz: 28ffee29b2cb07250a50524bd3d6f757eeb9c040290bde43dddc798a5e4e7dde41a9ffaf01d422946a1ffb3d538af76cdf16624f3679d0f08f45a89f5299309d
6
+ metadata.gz: 446f167b701301d7dba17d78f1515aae006859de4b785b185e6005be0555764a3d3d1b7abb53ff3e566ba57e368adec1a6d73bd7342f1d8593ed2709b8ecbf71
7
+ data.tar.gz: 60d5edf63ae4bb4ede2f66cce0ebe57aaea58470e4c62f9fe5383438c81522a5b4dbc4ca70f444a9bb2881a090b75e6811646e4fd1304e828b32e04a88a2dbc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.18.0 (2021-10-01)
4
+
5
+ * Regenerated from discovery document revision 20210930
6
+
7
+ ### v0.17.0 (2021-09-21)
8
+
9
+ * Regenerated from discovery document revision 20210920
10
+
11
+ ### v0.16.0 (2021-09-10)
12
+
13
+ * Regenerated from discovery document revision 20210909
14
+
15
+ ### v0.15.0 (2021-09-03)
16
+
17
+ * Regenerated from discovery document revision 20210902
18
+
3
19
  ### v0.14.0 (2021-07-23)
4
20
 
5
21
  * Regenerated from discovery document revision 20210722
@@ -2000,7 +2000,8 @@ module Google
2000
2000
  attr_accessor :proximity_radius_unit
2001
2001
 
2002
2002
  # Required. The targeting_option_id of a TargetingOption of type `
2003
- # TARGETING_TYPE_BUSINESS_CHAIN`.
2003
+ # TARGETING_TYPE_BUSINESS_CHAIN`. Accepted business chain targeting option IDs
2004
+ # can be retrieved using SearchTargetingOptions.
2004
2005
  # Corresponds to the JSON property `targetingOptionId`
2005
2006
  # @return [String]
2006
2007
  attr_accessor :targeting_option_id
@@ -2023,16 +2024,16 @@ module Google
2023
2024
  class BusinessChainSearchTerms
2024
2025
  include Google::Apis::Core::Hashable
2025
2026
 
2026
- # The search query for the desired business chain. The query can be a prefix, e.
2027
- # g. "KFC", "mercede".
2028
- # Corresponds to the JSON property `businessChain`
2027
+ # The search query for the desired business chain. The query must be the full
2028
+ # name of the business, e.g. "KFC", "mercedes-benz".
2029
+ # Corresponds to the JSON property `businessChainQuery`
2029
2030
  # @return [String]
2030
- attr_accessor :business_chain
2031
+ attr_accessor :business_chain_query
2031
2032
 
2032
2033
  # The search query for the desired geo region, e.g. "Seattle", "United State".
2033
- # Corresponds to the JSON property `region`
2034
+ # Corresponds to the JSON property `regionQuery`
2034
2035
  # @return [String]
2035
- attr_accessor :region
2036
+ attr_accessor :region_query
2036
2037
 
2037
2038
  def initialize(**args)
2038
2039
  update!(**args)
@@ -2040,8 +2041,8 @@ module Google
2040
2041
 
2041
2042
  # Update properties of this object
2042
2043
  def update!(**args)
2043
- @business_chain = args[:business_chain] if args.key?(:business_chain)
2044
- @region = args[:region] if args.key?(:region)
2044
+ @business_chain_query = args[:business_chain_query] if args.key?(:business_chain_query)
2045
+ @region_query = args[:region_query] if args.key?(:region_query)
2045
2046
  end
2046
2047
  end
2047
2048
 
@@ -3426,6 +3427,11 @@ module Google
3426
3427
  # @return [Fixnum]
3427
3428
  attr_accessor :custom_bidding_algorithm_id
3428
3429
 
3430
+ # Output only. The status of custom bidding algorithm.
3431
+ # Corresponds to the JSON property `customBiddingAlgorithmState`
3432
+ # @return [String]
3433
+ attr_accessor :custom_bidding_algorithm_state
3434
+
3429
3435
  # Required. Immutable. The type of custom bidding algorithm.
3430
3436
  # Corresponds to the JSON property `customBiddingAlgorithmType`
3431
3437
  # @return [String]
@@ -3454,6 +3460,17 @@ module Google
3454
3460
  # @return [Fixnum]
3455
3461
  attr_accessor :partner_id
3456
3462
 
3463
+ # The IDs of the advertisers who have access to this algorithm. If advertiser_id
3464
+ # is set, this field will only consist of that value. This field will not be set
3465
+ # if the algorithm [`owner`](/display-video/api/reference/rest/v1/
3466
+ # customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a
3467
+ # partner and is being retrieved using an advertiser [`accessor`](/display-video/
3468
+ # api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.
3469
+ # oneof_accessor).
3470
+ # Corresponds to the JSON property `sharedAdvertiserIds`
3471
+ # @return [Array<Fixnum>]
3472
+ attr_accessor :shared_advertiser_ids
3473
+
3457
3474
  def initialize(**args)
3458
3475
  update!(**args)
3459
3476
  end
@@ -3462,11 +3479,13 @@ module Google
3462
3479
  def update!(**args)
3463
3480
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
3464
3481
  @custom_bidding_algorithm_id = args[:custom_bidding_algorithm_id] if args.key?(:custom_bidding_algorithm_id)
3482
+ @custom_bidding_algorithm_state = args[:custom_bidding_algorithm_state] if args.key?(:custom_bidding_algorithm_state)
3465
3483
  @custom_bidding_algorithm_type = args[:custom_bidding_algorithm_type] if args.key?(:custom_bidding_algorithm_type)
3466
3484
  @display_name = args[:display_name] if args.key?(:display_name)
3467
3485
  @entity_status = args[:entity_status] if args.key?(:entity_status)
3468
3486
  @name = args[:name] if args.key?(:name)
3469
3487
  @partner_id = args[:partner_id] if args.key?(:partner_id)
3488
+ @shared_advertiser_ids = args[:shared_advertiser_ids] if args.key?(:shared_advertiser_ids)
3470
3489
  end
3471
3490
  end
3472
3491
 
@@ -8142,7 +8161,8 @@ module Google
8142
8161
  class PoiAssignedTargetingOptionDetails
8143
8162
  include Google::Apis::Core::Hashable
8144
8163
 
8145
- # Output only. The display name of a POI, e.g. "Times Square", "Space Needle".
8164
+ # Output only. The display name of a POI, e.g. "Times Square", "Space Needle",
8165
+ # followed by its full address if available.
8146
8166
  # Corresponds to the JSON property `displayName`
8147
8167
  # @return [String]
8148
8168
  attr_accessor :display_name
@@ -8170,8 +8190,14 @@ module Google
8170
8190
  # @return [String]
8171
8191
  attr_accessor :proximity_radius_unit
8172
8192
 
8173
- # Input only. The targeting_option_id of a TargetingOption of type `
8174
- # TARGETING_TYPE_POI`.
8193
+ # Required. The targeting_option_id of a TargetingOption of type `
8194
+ # TARGETING_TYPE_POI`. Accepted POI targeting option IDs can be retrieved using
8195
+ # SearchTargetingOptions. If targeting a specific latitude/longitude coordinate
8196
+ # removed from an address or POI name, you can generate the necessary targeting
8197
+ # option ID by rounding the desired coordinate values to the 6th decimal place,
8198
+ # removing the decimals, and concatenating the string values separated by a
8199
+ # semicolon. For example, you can target the latitude/longitude pair of 40.
8200
+ # 7414691, -74.003387 using the targeting option ID "40741469;-74003387".
8175
8201
  # Corresponds to the JSON property `targetingOptionId`
8176
8202
  # @return [String]
8177
8203
  attr_accessor :targeting_option_id
@@ -8217,7 +8243,8 @@ module Google
8217
8243
  class PoiTargetingOptionDetails
8218
8244
  include Google::Apis::Core::Hashable
8219
8245
 
8220
- # Output only. The display name of a POI, e.g. "Times Square", "Space Needle".
8246
+ # Output only. The display name of a POI(e.g. "Times Square", "Space Needle"),
8247
+ # followed by its full address if available.
8221
8248
  # Corresponds to the JSON property `displayName`
8222
8249
  # @return [String]
8223
8250
  attr_accessor :display_name
@@ -8706,7 +8733,7 @@ module Google
8706
8733
  end
8707
8734
  end
8708
8735
 
8709
- # Response message for SearchTargetingOptionsResponse.
8736
+ # Response message for SearchTargetingOptions.
8710
8737
  class SearchTargetingOptionsResponse
8711
8738
  include Google::Apis::Core::Hashable
8712
8739
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210722"
25
+ REVISION = "20210930"
26
26
  end
27
27
  end
28
28
  end
@@ -2119,8 +2119,8 @@ module Google
2119
2119
  class BusinessChainSearchTerms
2120
2120
  # @private
2121
2121
  class Representation < Google::Apis::Core::JsonRepresentation
2122
- property :business_chain, as: 'businessChain'
2123
- property :region, as: 'region'
2122
+ property :business_chain_query, as: 'businessChainQuery'
2123
+ property :region_query, as: 'regionQuery'
2124
2124
  end
2125
2125
  end
2126
2126
 
@@ -2458,11 +2458,13 @@ module Google
2458
2458
  class Representation < Google::Apis::Core::JsonRepresentation
2459
2459
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
2460
2460
  property :custom_bidding_algorithm_id, :numeric_string => true, as: 'customBiddingAlgorithmId'
2461
+ property :custom_bidding_algorithm_state, as: 'customBiddingAlgorithmState'
2461
2462
  property :custom_bidding_algorithm_type, as: 'customBiddingAlgorithmType'
2462
2463
  property :display_name, as: 'displayName'
2463
2464
  property :entity_status, as: 'entityStatus'
2464
2465
  property :name, as: 'name'
2465
2466
  property :partner_id, :numeric_string => true, as: 'partnerId'
2467
+ collection :shared_advertiser_ids, as: 'sharedAdvertiserIds'
2466
2468
  end
2467
2469
  end
2468
2470
 
@@ -22,8 +22,9 @@ module Google
22
22
  module DisplayvideoV1
23
23
  # Display & Video 360 API
24
24
  #
25
- # Display & Video 360 API allows users to manage and create campaigns and
26
- # reports.
25
+ # Display & Video 360 API allows users to automate complex Display & Video 360
26
+ # workflows, such as creating insertion orders and setting targeting options for
27
+ # individual line items.
27
28
  #
28
29
  # @example
29
30
  # require 'google/apis/displayvideo_v1'
@@ -3742,14 +3743,19 @@ module Google
3742
3743
  # restriction has the form of ``field` `operator` `value``. * The operator must
3743
3744
  # be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for
3744
3745
  # the following field: - `displayName` * The operator must be `EQUALS (=)` for
3745
- # the following field: - `customBiddingAlgorithmType` * For `displayName`, the
3746
- # value is a string. We return all custom bidding algorithms whose display_name
3747
- # contains such string. * For `customBiddingAlgorithmType`, the value is a
3748
- # string. We return all algorithms whose custom_bidding_algorithm_type is equal
3749
- # to the given type. Examples: * All custom bidding algorithms for which the
3750
- # display name contains "politics": `displayName:politics`. * All custom bidding
3751
- # algorithms for which the type is "SCRIPT_BASED": `customBiddingAlgorithmType=
3752
- # SCRIPT_BASED` The length of this field should be no more than 500 characters.
3746
+ # the following field: - `customBiddingAlgorithmType` - `
3747
+ # customBiddingAlgorithmState` * For `displayName`, the value is a string. We
3748
+ # return all custom bidding algorithms whose display_name contains such string. *
3749
+ # For `customBiddingAlgorithmType`, the value is a string. We return all
3750
+ # algorithms whose custom_bidding_algorithm_type is equal to the given type. *
3751
+ # For `customBiddingAlgorithmState`, the value is a string. We return all
3752
+ # algorithms whose custom_bidding_algorithm_state is equal to the given type.
3753
+ # Examples: * All custom bidding algorithms for which the display name contains "
3754
+ # politics": `displayName:politics`. * All custom bidding algorithms for which
3755
+ # the type is "SCRIPT_BASED": `customBiddingAlgorithmType=SCRIPT_BASED` * All
3756
+ # custom bidding algorithms for which the state is "ENABLED": `
3757
+ # customBiddingAlgorithmState=ENABLED` The length of this field should be no
3758
+ # more than 500 characters.
3753
3759
  # @param [String] order_by
3754
3760
  # Field by which to sort the list. Acceptable values are: * `displayName` (
3755
3761
  # default) The default sorting order is ascending. To specify descending order
@@ -5455,7 +5461,22 @@ module Google
5455
5461
 
5456
5462
  # Gets a single targeting option.
5457
5463
  # @param [String] targeting_type
5458
- # Required. The type of targeting option to retrieve.
5464
+ # Required. The type of targeting option to retrieve. Accepted values are: * `
5465
+ # TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AGE_RANGE` * `
5466
+ # TARGETING_TYPE_GENDER` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
5467
+ # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_PARENTAL_STATUS` * `
5468
+ # TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
5469
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_DEVICE_TYPE` * `
5470
+ # TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
5471
+ # TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_CARRIER_AND_ISP` * `
5472
+ # TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `
5473
+ # TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_CATEGORY` * `
5474
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `
5475
+ # TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_GEO_REGION` * `
5476
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
5477
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_EXCHANGE` * `
5478
+ # TARGETING_TYPE_SUB_EXCHANGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
5479
+ # TARGETING_TYPE_OMID`
5459
5480
  # @param [String] targeting_option_id
5460
5481
  # Required. The ID of the of targeting option to retrieve.
5461
5482
  # @param [Fixnum] advertiser_id
@@ -5491,7 +5512,22 @@ module Google
5491
5512
 
5492
5513
  # Lists targeting options of a given type.
5493
5514
  # @param [String] targeting_type
5494
- # Required. The type of targeting option to be listed.
5515
+ # Required. The type of targeting option to be listed. Accepted values are: * `
5516
+ # TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AGE_RANGE` * `
5517
+ # TARGETING_TYPE_GENDER` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
5518
+ # TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_PARENTAL_STATUS` * `
5519
+ # TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
5520
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `TARGETING_TYPE_DEVICE_TYPE` * `
5521
+ # TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
5522
+ # TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_CARRIER_AND_ISP` * `
5523
+ # TARGETING_TYPE_OPERATING_SYSTEM` * `TARGETING_TYPE_DEVICE_MAKE_MODEL` * `
5524
+ # TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_CATEGORY` * `
5525
+ # TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` * `
5526
+ # TARGETING_TYPE_LANGUAGE` * `TARGETING_TYPE_GEO_REGION` * `
5527
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
5528
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_EXCHANGE` * `
5529
+ # TARGETING_TYPE_SUB_EXCHANGE` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
5530
+ # TARGETING_TYPE_OMID`
5495
5531
  # @param [Fixnum] advertiser_id
5496
5532
  # Required. The Advertiser this request is being made in the context of.
5497
5533
  # @param [String] filter
@@ -21,8 +21,9 @@ module Google
21
21
  module Apis
22
22
  # Display & Video 360 API
23
23
  #
24
- # Display & Video 360 API allows users to manage and create campaigns and
25
- # reports.
24
+ # Display & Video 360 API allows users to automate complex Display & Video 360
25
+ # workflows, such as creating insertion orders and setting targeting options for
26
+ # individual line items.
26
27
  #
27
28
  # @see https://developers.google.com/display-video/
28
29
  module DisplayvideoV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.18.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: 2021-07-26 00:00:00.000000000 Z
11
+ date: 2021-10-04 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/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []