Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of displayvideo v1 client #1619

Merged
merged 1 commit into from Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions api_names_out.yaml
Expand Up @@ -92048,6 +92048,8 @@
"/displayvideo:v1/GeoRegionAssignedTargetingOptionDetails/geoRegionType": geo_region_type
"/displayvideo:v1/GeoRegionAssignedTargetingOptionDetails/negative": negative
"/displayvideo:v1/GeoRegionAssignedTargetingOptionDetails/targetingOptionId": targeting_option_id
"/displayvideo:v1/GeoRegionSearchTerms": geo_region_search_terms
"/displayvideo:v1/GeoRegionSearchTerms/geoRegionQuery": geo_region_query
"/displayvideo:v1/GeoRegionTargetingOptionDetails": geo_region_targeting_option_details
"/displayvideo:v1/GeoRegionTargetingOptionDetails/displayName": display_name
"/displayvideo:v1/GeoRegionTargetingOptionDetails/geoRegionType": geo_region_type
Expand Down Expand Up @@ -92090,6 +92092,7 @@
"/displayvideo:v1/InsertionOrder/entityStatus": entity_status
"/displayvideo:v1/InsertionOrder/frequencyCap": frequency_cap
"/displayvideo:v1/InsertionOrder/insertionOrderId": insertion_order_id
"/displayvideo:v1/InsertionOrder/insertionOrderType": insertion_order_type
"/displayvideo:v1/InsertionOrder/integrationDetails": integration_details
"/displayvideo:v1/InsertionOrder/name": name
"/displayvideo:v1/InsertionOrder/pacing": pacing
Expand Down Expand Up @@ -92460,6 +92463,15 @@
"/displayvideo:v1/SdfDownloadTaskMetadata/createTime": create_time
"/displayvideo:v1/SdfDownloadTaskMetadata/endTime": end_time
"/displayvideo:v1/SdfDownloadTaskMetadata/version": version
"/displayvideo:v1/SearchTargetingOptionsRequest": search_targeting_options_request
"/displayvideo:v1/SearchTargetingOptionsRequest/advertiserId": advertiser_id
"/displayvideo:v1/SearchTargetingOptionsRequest/geoRegionSearchTerms": geo_region_search_terms
"/displayvideo:v1/SearchTargetingOptionsRequest/pageSize": page_size
"/displayvideo:v1/SearchTargetingOptionsRequest/pageToken": page_token
"/displayvideo:v1/SearchTargetingOptionsResponse": search_targeting_options_response
"/displayvideo:v1/SearchTargetingOptionsResponse/nextPageToken": next_page_token
"/displayvideo:v1/SearchTargetingOptionsResponse/targetingOptions": targeting_options
"/displayvideo:v1/SearchTargetingOptionsResponse/targetingOptions/targeting_option": targeting_option
"/displayvideo:v1/SensitiveCategoryAssignedTargetingOptionDetails": sensitive_category_assigned_targeting_option_details
"/displayvideo:v1/SensitiveCategoryAssignedTargetingOptionDetails/excludedTargetingOptionId": excluded_targeting_option_id
"/displayvideo:v1/SensitiveCategoryAssignedTargetingOptionDetails/sensitiveCategory": sensitive_category
Expand Down Expand Up @@ -93035,6 +93047,8 @@
"/displayvideo:v1/displayvideo.targetingTypes.targetingOptions.list/pageSize": page_size
"/displayvideo:v1/displayvideo.targetingTypes.targetingOptions.list/pageToken": page_token
"/displayvideo:v1/displayvideo.targetingTypes.targetingOptions.list/targetingType": targeting_type
"/displayvideo:v1/displayvideo.targetingTypes.targetingOptions.search": search_targeting_options
"/displayvideo:v1/displayvideo.targetingTypes.targetingOptions.search/targetingType": targeting_type
"/displayvideo:v1/displayvideo.users.bulkEditAssignedUserRoles": bulk_edit_assigned_user_roles
"/displayvideo:v1/displayvideo.users.bulkEditAssignedUserRoles/userId": user_id
"/displayvideo:v1/displayvideo.users.create": create_user
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/displayvideo_v1.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/display-video/
module DisplayvideoV1
VERSION = 'V1'
REVISION = '20201112'
REVISION = '20201201'

# Create, see, edit, and permanently delete your Display & Video 360 entities and reports
AUTH_DISPLAY_VIDEO = 'https://www.googleapis.com/auth/display-video'
Expand Down
107 changes: 104 additions & 3 deletions generated/google/apis/displayvideo_v1/classes.rb
Expand Up @@ -1351,13 +1351,17 @@ class BulkEditAdvertiserAssignedTargetingOptionsRequest
include Google::Apis::Core::Hashable

# The assigned targeting options to create in batch, specified as a list of `
# CreateAssignedTargetingOptionsRequest`.
# CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
# Corresponds to the JSON property `createRequests`
# @return [Array<Google::Apis::DisplayvideoV1::CreateAssignedTargetingOptionsRequest>]
attr_accessor :create_requests

# The assigned targeting options to delete in batch, specified as a list of `
# DeleteAssignedTargetingOptionsRequest`.
# DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
# Corresponds to the JSON property `deleteRequests`
# @return [Array<Google::Apis::DisplayvideoV1::DeleteAssignedTargetingOptionsRequest>]
attr_accessor :delete_requests
Expand Down Expand Up @@ -4308,6 +4312,26 @@ def update!(**args)
end
end

# Search terms for geo region targeting options.
class GeoRegionSearchTerms
include Google::Apis::Core::Hashable

# The search query for the desired geo region. The query can be a prefix, e.g. "
# New Yor", "Seattle", "USA", etc.
# Corresponds to the JSON property `geoRegionQuery`
# @return [String]
attr_accessor :geo_region_query

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@geo_region_query = args[:geo_region_query] if args.key?(:geo_region_query)
end
end

# Represents a targetable geographic region. This will be populated in the
# geo_region_details field when targeting_type is `TARGETING_TYPE_GEO_REGION`.
class GeoRegionTargetingOptionDetails
Expand Down Expand Up @@ -4589,6 +4613,12 @@ class InsertionOrder
# @return [Fixnum]
attr_accessor :insertion_order_id

# The type of insertion order. If this field is unspecified in creation, the
# value defaults to `RTB`.
# Corresponds to the JSON property `insertionOrderType`
# @return [String]
attr_accessor :insertion_order_type

# Integration details of an entry.
# Corresponds to the JSON property `integrationDetails`
# @return [Google::Apis::DisplayvideoV1::IntegrationDetails]
Expand Down Expand Up @@ -4636,6 +4666,7 @@ def update!(**args)
@entity_status = args[:entity_status] if args.key?(:entity_status)
@frequency_cap = args[:frequency_cap] if args.key?(:frequency_cap)
@insertion_order_id = args[:insertion_order_id] if args.key?(:insertion_order_id)
@insertion_order_type = args[:insertion_order_type] if args.key?(:insertion_order_type)
@integration_details = args[:integration_details] if args.key?(:integration_details)
@name = args[:name] if args.key?(:name)
@pacing = args[:pacing] if args.key?(:pacing)
Expand Down Expand Up @@ -5234,7 +5265,7 @@ def update!(**args)
end
end

# A single line item. Next id: 24
# A single line item.
class LineItem
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -7465,6 +7496,76 @@ def update!(**args)
end
end

# Request message for SearchTargetingOptions.
class SearchTargetingOptionsRequest
include Google::Apis::Core::Hashable

# Required. The Advertiser this request is being made in the context of.
# Corresponds to the JSON property `advertiserId`
# @return [Fixnum]
attr_accessor :advertiser_id

# Search terms for geo region targeting options.
# Corresponds to the JSON property `geoRegionSearchTerms`
# @return [Google::Apis::DisplayvideoV1::GeoRegionSearchTerms]
attr_accessor :geo_region_search_terms

# Requested page size. Must be between `1` and `100`. If unspecified will
# default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is
# specified.
# Corresponds to the JSON property `pageSize`
# @return [Fixnum]
attr_accessor :page_size

# A token identifying a page of results the server should return. Typically,
# this is the value of next_page_token returned from the previous call to `
# SearchTargetingOptions` method. If not specified, the first page of results
# will be returned.
# Corresponds to the JSON property `pageToken`
# @return [String]
attr_accessor :page_token

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
@geo_region_search_terms = args[:geo_region_search_terms] if args.key?(:geo_region_search_terms)
@page_size = args[:page_size] if args.key?(:page_size)
@page_token = args[:page_token] if args.key?(:page_token)
end
end

# Response message for SearchTargetingOptionsResponse.
class SearchTargetingOptionsResponse
include Google::Apis::Core::Hashable

# A token to retrieve the next page of results. Pass this value in the
# page_token field in the subsequent call to `SearchTargetingOptions` method to
# retrieve the next page of results.
# Corresponds to the JSON property `nextPageToken`
# @return [String]
attr_accessor :next_page_token

# The list of targeting options that match the search criteria. This list will
# be absent if empty.
# Corresponds to the JSON property `targetingOptions`
# @return [Array<Google::Apis::DisplayvideoV1::TargetingOption>]
attr_accessor :targeting_options

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
@targeting_options = args[:targeting_options] if args.key?(:targeting_options)
end
end

# Targeting details for sensitive category. This will be populated in the
# details field of an AssignedTargetingOption when targeting_type is `
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`.
Expand Down
46 changes: 46 additions & 0 deletions generated/google/apis/displayvideo_v1/representations.rb
Expand Up @@ -700,6 +700,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class GeoRegionSearchTerms
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class GeoRegionTargetingOptionDetails
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -1228,6 +1234,18 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class SearchTargetingOptionsRequest
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class SearchTargetingOptionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class SensitiveCategoryAssignedTargetingOptionDetails
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -2540,6 +2558,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class GeoRegionSearchTerms
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :geo_region_query, as: 'geoRegionQuery'
end
end

class GeoRegionTargetingOptionDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -2621,6 +2646,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :frequency_cap, as: 'frequencyCap', class: Google::Apis::DisplayvideoV1::FrequencyCap, decorator: Google::Apis::DisplayvideoV1::FrequencyCap::Representation

property :insertion_order_id, :numeric_string => true, as: 'insertionOrderId'
property :insertion_order_type, as: 'insertionOrderType'
property :integration_details, as: 'integrationDetails', class: Google::Apis::DisplayvideoV1::IntegrationDetails, decorator: Google::Apis::DisplayvideoV1::IntegrationDetails::Representation

property :name, as: 'name'
Expand Down Expand Up @@ -3408,6 +3434,26 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class SearchTargetingOptionsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
property :geo_region_search_terms, as: 'geoRegionSearchTerms', class: Google::Apis::DisplayvideoV1::GeoRegionSearchTerms, decorator: Google::Apis::DisplayvideoV1::GeoRegionSearchTerms::Representation

property :page_size, as: 'pageSize'
property :page_token, as: 'pageToken'
end
end

class SearchTargetingOptionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :targeting_options, as: 'targetingOptions', class: Google::Apis::DisplayvideoV1::TargetingOption, decorator: Google::Apis::DisplayvideoV1::TargetingOption::Representation

end
end

class SensitiveCategoryAssignedTargetingOptionDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down