generated/google/apis/displayvideo_v1/service.rb in google-api-client-0.43.0 vs generated/google/apis/displayvideo_v1/service.rb in google-api-client-0.44.0

- old
+ new

@@ -47,18 +47,20 @@ super('https://displayvideo.googleapis.com/', '') @batch_path = 'batch' end # Audits an advertiser. Returns the counts of used entities per resource type - # under the advertiser provided. Used entities count towards their [respective - # resource limit]: (https://support.google.com/displayvideo/answer/6071450?hl=en) + # under the advertiser provided. Used entities count towards their respective + # resource limit. See https://support.google.com/displayvideo/answer/6071450. # @param [Fixnum] advertiser_id # Required. The ID of the advertiser to audit. # @param [String] read_mask # Optional. The specific fields to return. If no mask is specified, all fields # in the response proto will be filled. Valid values are: * usedLineItemsCount * - # usedInsertionOrdersCount * usedCampaignsCount + # usedInsertionOrdersCount * usedCampaignsCount * channelsCount * + # negativelyTargetedChannelsCount * negativeKeywordListsCount * + # adGroupCriteriaCount * campaignCriteriaCount # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -277,14 +279,14 @@ # @param [String] filter # Allows filtering by advertiser properties. Supported syntax: * Filter # expressions are made up of one or more restrictions. * Restrictions can be # combined by `AND` or `OR` logical operators. A sequence of restrictions # implicitly uses `AND`. * A restriction has the form of ``field` `operator` ` - # value``. * The operator must be `EQUALS (=)`. * Supported fields: - ` - # entityStatus` Examples: * All active advertisers under a partner: ` - # entityStatus="ENTITY_STATUS_ACTIVE"` The length of this field should be no - # more than 500 characters. + # value``. * The operator must be `EQUALS (=)`. * Supported fields: . - ` + # advertiserId` . - `displayName` - `entityStatus` Examples: * All active + # advertisers under a partner: `entityStatus="ENTITY_STATUS_ACTIVE"` The length + # of this field should be no more than 500 characters. # @param [String] order_by # Field by which to sort the list. Acceptable values are: * `displayName` ( # default) * `entityStatus` The default sorting order is ascending. To specify # descending order for a field, a suffix "desc" should be added to the field # name. For example, `displayName desc`. @@ -521,14 +523,14 @@ # Allows filtering by campaign properties. Supported syntax: * Filter # expressions are made up of one or more restrictions. * Restrictions can be # combined by `AND` or `OR` logical operators. A sequence of restrictions # implicitly uses `AND`. * A restriction has the form of ``field` `operator` ` # value``. * The operator must be `EQUALS (=)`. * Supported fields: - ` - # entityStatus` Examples: * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` - # campaigns under an advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR - # entityStatus="ENTITY_STATUS_PAUSED")` The length of this field should be no - # more than 500 characters. + # campaignId` - `displayName` - `entityStatus` Examples: * All ` + # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` campaigns under an advertiser: + # `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")` + # The length of this field should be no more than 500 characters. # @param [String] order_by # Field by which to sort the list. Acceptable values are: * `displayName` ( # default) * `entityStatus` The default sorting order is ascending. To specify # descending order for a field, a suffix "desc" should be added to the field # name. Example: `displayName desc`. @@ -1289,16 +1291,20 @@ # @param [String] filter # Allows filtering by insertion order properties. Supported syntax: * Filter # expressions are made up of one or more restrictions. * Restrictions can be # combined by `AND` or `OR` logical operators. A sequence of restrictions # implicitly uses `AND`. * A restriction has the form of ``field` `operator` ` - # value``. * The operator must be `EQUALS (=)`. * Supported fields: - ` - # campaignId` - `entityStatus` Examples: * All insertion orders under a campaign: - # `campaignId="1234"` * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` - # insertion orders under an advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR - # entityStatus="ENTITY_STATUS_PAUSED")` The length of this field should be no - # more than 500 characters. + # value``. * The operator used on `budget.budget_segments.date_range.end_date` + # must be LESS THAN (<). * The operators used on all other fields must be ` + # EQUALS (=)`. * Supported fields: - `campaignId` - `displayName` - ` + # entityStatus` - `budget.budget_segments.date_range.end_date` (input as YYYY-MM- + # DD) Examples: * All insertion orders under a campaign: `campaignId="1234"` * + # All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an + # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus=" + # ENTITY_STATUS_PAUSED")` * All insertion orders whose budget segments' dates + # end before March 28, 2019: `budget.budget_segments.date_range.end_date<"2019- + # 03-28"` The length of this field should be no more than 500 characters. # @param [String] order_by # Field by which to sort the list. Acceptable values are: * "displayName" ( # default) * "entityStatus" The default sorting order is ascending. To specify # descending order for a field, a suffix "desc" should be added to the field # name. Example: `displayName desc`. @@ -1597,19 +1603,19 @@ # expressions are made up of one or more restrictions. * Restrictions can be # combined by `AND` or `OR` logical operators. A sequence of restrictions # implicitly uses `AND`. * A restriction has the form of ``field` `operator` ` # value``. * The operator used on `flight.dateRange.endDate` must be LESS THAN (< # ). * The operators used on all other fields must be `EQUALS (=)`. * Supported - # fields: - `campaignId` - `insertionOrderId` - `entityStatus` - `lineItemType` - - # `flight.dateRange.endDate` (input formatted as YYYY-MM-DD) Examples: * All - # line items under an insertion order: `insertionOrderId="1234"` * All ` - # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and ` - # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus= - # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND - # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose flight - # dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"` The - # length of this field should be no more than 500 characters. + # fields: - `campaignId` - `displayName` - `insertionOrderId` - `entityStatus` - + # `lineItemId` - `lineItemType` - `flight.dateRange.endDate` (input formatted as + # YYYY-MM-DD) Examples: * All line items under an insertion order: ` + # insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` + # and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `( + # entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") + # AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose + # flight dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"` + # The length of this field should be no more than 500 characters. # @param [String] order_by # Field by which to sort the list. Acceptable values are: * "displayName" ( # default) * "entityStatus" * “flight.dateRange.endDate” The default sorting # order is ascending. To specify descending order for a field, a suffix "desc" # should be added to the field name. Example: `displayName desc`. @@ -2843,13 +2849,13 @@ # Gets a custom bidding algorithm. # @param [Fixnum] custom_bidding_algorithm_id # Required. The ID of the custom bidding algorithm to fetch. # @param [Fixnum] advertiser_id - # The ID of the DV3 partner that has access to the custom bidding algorithm. + # The ID of the DV360 partner that has access to the custom bidding algorithm. # @param [Fixnum] partner_id - # The ID of the DV3 partner that has access to the custom bidding algorithm. + # The ID of the DV360 partner that has access to the custom bidding algorithm. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -2879,11 +2885,11 @@ # Lists custom bidding algorithms that are accessible to the current user and # can be used in bidding stratgies. The order is defined by the order_by # parameter. # @param [Fixnum] advertiser_id - # The ID of the DV3 advertiser that has access to the custom bidding algorithm. + # The ID of the DV360 advertiser that has access to the custom bidding algorithm. # @param [String] filter # Allows filtering by custom bidding algorithm fields. Supported syntax: * # Filter expressions are made up of one or more restrictions. * Restrictions can # be combined by `AND`. A sequence of restrictions * implicitly uses `AND`. * A # restriction has the form of ``field` `operator` `value``. * The operator must @@ -2910,11 +2916,11 @@ # 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 ` # ListCustomBiddingAlgorithms` method. If not specified, the first page of # results will be returned. # @param [Fixnum] partner_id - # The ID of the DV3 partner that has access to the custom bidding algorithm. + # The ID of the DV360 partner that has access to the custom bidding algorithm. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -3854,13 +3860,13 @@ execute_or_queue_command(command, &block) end # Bulk edits targeting options under a single partner. The operation will delete # the assigned targeting options provided in - # BulkEditPartnerAssignedTargetingOptionsRequest.delete_requests and then create + # BulkEditPartnerAssignedTargetingOptionsRequest.deleteRequests and then create # the assigned targeting options provided in - # BulkEditPartnerAssignedTargetingOptionsRequest.create_requests . + # BulkEditPartnerAssignedTargetingOptionsRequest.createRequests . # @param [Fixnum] partner_id # Required. The ID of the partner. # @param [Google::Apis::DisplayvideoV1::BulkEditPartnerAssignedTargetingOptionsRequest] bulk_edit_partner_assigned_targeting_options_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -4606,12 +4612,18 @@ # @param [String] filter # Allows filtering by targeting option properties. Supported syntax: * Filter # expressions are made up of one or more restrictions. * Restrictions can be # combined by `OR` logical operators. * A restriction has the form of ``field` ` # operator` `value``. * The operator must be "=" (equal sign). * Supported - # fields: - `targetingOptionId` The length of this field should be no more than - # 500 characters. + # fields: - `carrier_and_isp_details.type` - `geo_region_details.geo_region_type` + # - `targetingOptionId` Examples: * All `GEO REGION` targeting options that + # belong to sub type `GEO_REGION_TYPE_COUNTRY` or `GEO_REGION_TYPE_STATE`: ` + # geo_region_details.geo_region_type="GEO_REGION_TYPE_COUNTRY" OR + # geo_region_details.geo_region_type="GEO_REGION_TYPE_STATE"` * All `CARRIER AND + # ISP` targeting options that belong to sub type `CARRIER_AND_ISP_TYPE_CARRIER`: + # `carrier_and_isp_details.type="CARRIER_AND_ISP_TYPE_CARRIER"`. The length of + # this field should be no more than 500 characters. # @param [String] order_by # Field by which to sort the list. Acceptable values are: * `targetingOptionId` ( # default) The default sorting order is ascending. To specify descending order # for a field, a suffix "desc" should be added to the field name. Example: ` # targetingOptionId desc`. @@ -4655,12 +4667,12 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Bulk edits user roles for a user. The operation will delete the assigned user - # roles provided in BulkEditAssignedUserRolesRequest.deleted_assigned_user_roles + # roles provided in BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles # and then assign the user roles provided in BulkEditAssignedUserRolesRequest. - # created_assigned_user_roles. + # createdAssignedUserRoles. # @param [Fixnum] user_id # Required. The ID of the user to which the assigned user roles belong. # @param [Google::Apis::DisplayvideoV1::BulkEditAssignedUserRolesRequest] bulk_edit_assigned_user_roles_request_object # @param [String] fields # Selector specifying which fields to include in a partial response.