google-apis-displayvideo_v2 0.6.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: 5f1aea562648b150274f6ef9f382809fdf55d06eac57b20eacc50aaf8b059a70
4
- data.tar.gz: 5cf2beabeb517b51819b0515f9c4fe3f35ea217b775ee2c05d908a9bc6807517
3
+ metadata.gz: 1d04cf45cafa7e2cf5ad0eb67a68314d5d0a0bf914c46f0256249865f96256c4
4
+ data.tar.gz: 7119aba0202d46c332bad21cb9220b84d66454a716ed265445c67db917dba502
5
5
  SHA512:
6
- metadata.gz: 54b80dfb84c5822d67b26965a74fe19dcac631b61e718653b12b4580a9b62df36551f683aab4eb6789808bd8cb6ceaa4485cc51c2c3914dd23666a115aa33cb9
7
- data.tar.gz: 3c1362ed53df5ce58db4af011d1cf8189aefe4e0320de79fe0e1b513a18a2fe104720f214d8c4fe4cc151e5bd485f717416376080d62a74656db622221122cbd
6
+ metadata.gz: 5e3ba0067326d7d9fd80320aa08261628bec3c9148fc14c55a250557a2c7955cf38c450fdeaab5012e4f2d5cb3b1e700468103b9aea58c0c3a0d75bcf7e05bc7
7
+ data.tar.gz: 51db7e22d14c6cd0d997ab01e0b710f396ddb613683b89ca1b00d1ec3d495116713604c43cbc3b4ab7b37e0df86ce2db91831f8d9208a8b7d305b76dd91fde00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.8.0 (2022-12-14)
4
+
5
+ * Regenerated from discovery document revision 20221208
6
+
7
+ ### v0.7.0 (2022-12-07)
8
+
9
+ * Regenerated from discovery document revision 20221205
10
+
3
11
  ### v0.6.0 (2022-11-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20221110
@@ -245,7 +245,9 @@ module Google
245
245
  class AdvertiserBillingConfig
246
246
  include Google::Apis::Core::Hashable
247
247
 
248
- # The ID of a billing profile assigned to the advertiser.
248
+ # The ID of a billing profile assigned to the advertiser. This field will
249
+ # default to the default billing profile ID of the advertiser's parent partner
250
+ # if a value is not provided.
249
251
  # Corresponds to the JSON property `billingProfileId`
250
252
  # @return [Fixnum]
251
253
  attr_accessor :billing_profile_id
@@ -729,6 +731,24 @@ module Google
729
731
  # @return [String]
730
732
  attr_accessor :assigned_targeting_option_id
731
733
 
734
+ # Output only. An alias for the assigned_targeting_option_id. This value can be
735
+ # used in place of `assignedTargetingOptionId` when retrieving or deleting
736
+ # existing targeting. This field will only be supported for all assigned
737
+ # targeting options of the following targeting types: * `
738
+ # TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_DEVICE_TYPE` * `
739
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
740
+ # * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
741
+ # TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
742
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_PARENTAL_STATUS` * `
743
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
744
+ # TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `TARGETING_TYPE_VIEWABILITY` This field is
745
+ # also supported for line item assigned targeting options of the following
746
+ # targeting types: * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
747
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION`
748
+ # Corresponds to the JSON property `assignedTargetingOptionIdAlias`
749
+ # @return [String]
750
+ attr_accessor :assigned_targeting_option_id_alias
751
+
732
752
  # Assigned audience group targeting option details. This will be populated in
733
753
  # the details field of an AssignedTargetingOption when targeting_type is `
734
754
  # TARGETING_TYPE_AUDIENCE_GROUP`. The relation between each group is UNION,
@@ -1061,6 +1081,7 @@ module Google
1061
1081
  @app_category_details = args[:app_category_details] if args.key?(:app_category_details)
1062
1082
  @app_details = args[:app_details] if args.key?(:app_details)
1063
1083
  @assigned_targeting_option_id = args[:assigned_targeting_option_id] if args.key?(:assigned_targeting_option_id)
1084
+ @assigned_targeting_option_id_alias = args[:assigned_targeting_option_id_alias] if args.key?(:assigned_targeting_option_id_alias)
1064
1085
  @audience_group_details = args[:audience_group_details] if args.key?(:audience_group_details)
1065
1086
  @audio_content_type_details = args[:audio_content_type_details] if args.key?(:audio_content_type_details)
1066
1087
  @authorized_seller_status_details = args[:authorized_seller_status_details] if args.key?(:authorized_seller_status_details)
@@ -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.6.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.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221110"
25
+ REVISION = "20221208"
26
26
  end
27
27
  end
28
28
  end
@@ -1982,6 +1982,7 @@ module Google
1982
1982
  property :app_details, as: 'appDetails', class: Google::Apis::DisplayvideoV2::AppAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV2::AppAssignedTargetingOptionDetails::Representation
1983
1983
 
1984
1984
  property :assigned_targeting_option_id, as: 'assignedTargetingOptionId'
1985
+ property :assigned_targeting_option_id_alias, as: 'assignedTargetingOptionIdAlias'
1985
1986
  property :audience_group_details, as: 'audienceGroupDetails', class: Google::Apis::DisplayvideoV2::AudienceGroupAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV2::AudienceGroupAssignedTargetingOptionDetails::Representation
1986
1987
 
1987
1988
  property :audio_content_type_details, as: 'audioContentTypeDetails', class: Google::Apis::DisplayvideoV2::AudioContentTypeAssignedTargetingOptionDetails, decorator: Google::Apis::DisplayvideoV2::AudioContentTypeAssignedTargetingOptionDetails::Representation
@@ -2127,7 +2127,8 @@ module Google
2127
2127
  # concurrently with the following requests updating the same line item: *
2128
2128
  # BulkEditAssignedTargetingOptions * UpdateLineItem *
2129
2129
  # CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption
2130
- # @param [String] advertisers_id
2130
+ # @param [Fixnum] advertiser_id
2131
+ # Required. The ID of the advertiser this line item belongs to.
2131
2132
  # @param [Google::Apis::DisplayvideoV2::BulkUpdateLineItemsRequest] bulk_update_line_items_request_object
2132
2133
  # @param [String] fields
2133
2134
  # Selector specifying which fields to include in a partial response.
@@ -2146,13 +2147,13 @@ module Google
2146
2147
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2147
2148
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2148
2149
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2149
- def bulk_update_line_items(advertisers_id, bulk_update_line_items_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2150
- command = make_simple_command(:post, 'v2/advertisers/{advertisersId}/lineItems:bulkUpdate', options)
2150
+ def bulk_update_line_items(advertiser_id, bulk_update_line_items_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2151
+ command = make_simple_command(:post, 'v2/advertisers/{+advertiserId}/lineItems:bulkUpdate', options)
2151
2152
  command.request_representation = Google::Apis::DisplayvideoV2::BulkUpdateLineItemsRequest::Representation
2152
2153
  command.request_object = bulk_update_line_items_request_object
2153
2154
  command.response_representation = Google::Apis::DisplayvideoV2::BulkUpdateLineItemsResponse::Representation
2154
2155
  command.response_class = Google::Apis::DisplayvideoV2::BulkUpdateLineItemsResponse
2155
- command.params['advertisersId'] = advertisers_id unless advertisers_id.nil?
2156
+ command.params['advertiserId'] = advertiser_id unless advertiser_id.nil?
2156
2157
  command.query['fields'] = fields unless fields.nil?
2157
2158
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2158
2159
  execute_or_queue_command(command, &block)
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.6.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-11-14 00:00:00.000000000 Z
11
+ date: 2023-01-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/main/generated/google-apis-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.8.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: []