google-apis-displayvideo_v2 0.6.0 → 0.7.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: f16197a6bb368346f3e0c958e6fcf67127d65aaaf2206b475a6d9abaaaa98b07
4
+ data.tar.gz: dfe32a3d2ef48cc963b069f223b9e7470bb031baf31c29a113258cc65f4c1b3f
5
5
  SHA512:
6
- metadata.gz: 54b80dfb84c5822d67b26965a74fe19dcac631b61e718653b12b4580a9b62df36551f683aab4eb6789808bd8cb6ceaa4485cc51c2c3914dd23666a115aa33cb9
7
- data.tar.gz: 3c1362ed53df5ce58db4af011d1cf8189aefe4e0320de79fe0e1b513a18a2fe104720f214d8c4fe4cc151e5bd485f717416376080d62a74656db622221122cbd
6
+ metadata.gz: 32c4951eb8dadc7eab1c4e32ec7d78294e5432e3df3bdc836ae28afb39277ea79fd67a069827542250e3b8710ece8a93c5a9c1c9708d7cbcc2a995f59d7a13a6
7
+ data.tar.gz: 62626d0e0b3ee9e7019ffcb048ff2f0ecea5cf3ad72c304e9a0939ac0046083cf493ef991f75c293e8ad5819554a155936a2961324f615b910472d8d4953ce77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.7.0 (2022-12-07)
4
+
5
+ * Regenerated from discovery document revision 20221205
6
+
3
7
  ### v0.6.0 (2022-11-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20221110
@@ -729,6 +729,27 @@ module Google
729
729
  # @return [String]
730
730
  attr_accessor :assigned_targeting_option_id
731
731
 
732
+ # Output only. An alias for the assigned targeting option id field. This field
733
+ # is only supported for targeting types with enum targeting enabled. This value
734
+ # can be used in place of the assignedTargetingOptionId required for GET and
735
+ # DELETE targeting methods. An alias for the assignedTargetingOptionId. This
736
+ # value can be used in place of `assignedTargetingOptionId` when retrieving or
737
+ # deleting existing targeting. This field will only be supported for all
738
+ # assigned targeting options of the following targeting types: * `
739
+ # TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_DEVICE_TYPE` * `
740
+ # TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
741
+ # * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
742
+ # TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
743
+ # TARGETING_TYPE_OMID` * `TARGETING_TYPE_PARENTAL_STATUS` * `
744
+ # TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
745
+ # TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `TARGETING_TYPE_VIEWABILITY` This field is
746
+ # also supported for line item assigned targeting options of the following
747
+ # targeting types: * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
748
+ # TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION`
749
+ # Corresponds to the JSON property `assignedTargetingOptionIdAlias`
750
+ # @return [String]
751
+ attr_accessor :assigned_targeting_option_id_alias
752
+
732
753
  # Assigned audience group targeting option details. This will be populated in
733
754
  # the details field of an AssignedTargetingOption when targeting_type is `
734
755
  # TARGETING_TYPE_AUDIENCE_GROUP`. The relation between each group is UNION,
@@ -1061,6 +1082,7 @@ module Google
1061
1082
  @app_category_details = args[:app_category_details] if args.key?(:app_category_details)
1062
1083
  @app_details = args[:app_details] if args.key?(:app_details)
1063
1084
  @assigned_targeting_option_id = args[:assigned_targeting_option_id] if args.key?(:assigned_targeting_option_id)
1085
+ @assigned_targeting_option_id_alias = args[:assigned_targeting_option_id_alias] if args.key?(:assigned_targeting_option_id_alias)
1064
1086
  @audience_group_details = args[:audience_group_details] if args.key?(:audience_group_details)
1065
1087
  @audio_content_type_details = args[:audio_content_type_details] if args.key?(:audio_content_type_details)
1066
1088
  @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.7.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 = "20221205"
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.7.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: 2022-12-12 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.7.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: []