mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/y2LzemS0ncSGPB8Wy8sQ08tzru8\"",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/NjTto7z56uIMZ6dXu1KlAZzPglQ\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "dfareporting:v2.5",
|
||||
"name": "dfareporting",
|
||||
"version": "v2.5",
|
||||
"revision": "20160803",
|
||||
"revision": "20161027",
|
||||
"title": "DCM/DFA Reporting And Trafficking API",
|
||||
"description": "Manages your DoubleClick Campaign Manager ad campaigns and reports.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -120,6 +120,7 @@
|
||||
"ACTIVE_ADS_TIER_300K",
|
||||
"ACTIVE_ADS_TIER_40K",
|
||||
"ACTIVE_ADS_TIER_500K",
|
||||
"ACTIVE_ADS_TIER_750K",
|
||||
"ACTIVE_ADS_TIER_75K"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
@@ -128,6 +129,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -228,6 +230,7 @@
|
||||
"ACTIVE_ADS_TIER_300K",
|
||||
"ACTIVE_ADS_TIER_40K",
|
||||
"ACTIVE_ADS_TIER_500K",
|
||||
"ACTIVE_ADS_TIER_750K",
|
||||
"ACTIVE_ADS_TIER_75K"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
@@ -236,6 +239,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -545,7 +549,7 @@
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this ad is active."
|
||||
"description": "Whether this ad is active. When true, archived must be false."
|
||||
},
|
||||
"advertiserId": {
|
||||
"type": "string",
|
||||
@@ -558,7 +562,7 @@
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this ad is archived."
|
||||
"description": "Whether this ad is archived. When true, active must be false."
|
||||
},
|
||||
"audienceSegmentId": {
|
||||
"type": "string",
|
||||
@@ -1670,7 +1674,7 @@
|
||||
},
|
||||
"limitAdTracking": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the user has Limit Ad Tracking set."
|
||||
"description": "Whether Limit Ad Tracking is enabled. When set to true, the conversion will be used for reporting but not targeting. This will prevent remarketing."
|
||||
},
|
||||
"mobileDeviceId": {
|
||||
"type": "string",
|
||||
@@ -10029,7 +10033,7 @@
|
||||
"id": "dfareporting.accountUserProfiles.list",
|
||||
"path": "userprofiles/{profileId}/accountUserProfiles",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of account user profiles, possibly filtered.",
|
||||
"description": "Retrieves a list of account user profiles, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -10217,7 +10221,7 @@
|
||||
"id": "dfareporting.accounts.list",
|
||||
"path": "userprofiles/{profileId}/accounts",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves the list of accounts, possibly filtered.",
|
||||
"description": "Retrieves the list of accounts, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -10420,7 +10424,7 @@
|
||||
"id": "dfareporting.ads.list",
|
||||
"path": "userprofiles/{profileId}/ads",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of ads, possibly filtered.",
|
||||
"description": "Retrieves a list of ads, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -10834,7 +10838,7 @@
|
||||
"id": "dfareporting.advertiserGroups.list",
|
||||
"path": "userprofiles/{profileId}/advertiserGroups",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of advertiser groups, possibly filtered.",
|
||||
"description": "Retrieves a list of advertiser groups, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -11032,7 +11036,7 @@
|
||||
"id": "dfareporting.advertisers.list",
|
||||
"path": "userprofiles/{profileId}/advertisers",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of advertisers, possibly filtered.",
|
||||
"description": "Retrieves a list of advertisers, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserGroupIds": {
|
||||
"type": "string",
|
||||
@@ -11277,7 +11281,7 @@
|
||||
"id": "dfareporting.campaignCreativeAssociations.list",
|
||||
"path": "userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves the list of creative IDs associated with the specified campaign.",
|
||||
"description": "Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.",
|
||||
"parameters": {
|
||||
"campaignId": {
|
||||
"type": "string",
|
||||
@@ -11410,7 +11414,7 @@
|
||||
"id": "dfareporting.campaigns.list",
|
||||
"path": "userprofiles/{profileId}/campaigns",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of campaigns, possibly filtered.",
|
||||
"description": "Retrieves a list of campaigns, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserGroupIds": {
|
||||
"type": "string",
|
||||
@@ -11624,7 +11628,7 @@
|
||||
"id": "dfareporting.changeLogs.list",
|
||||
"path": "userprofiles/{profileId}/changeLogs",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of change logs.",
|
||||
"description": "Retrieves a list of change logs. This method supports paging.",
|
||||
"parameters": {
|
||||
"action": {
|
||||
"type": "string",
|
||||
@@ -11735,6 +11739,7 @@
|
||||
"OBJECT_REMARKETING_LIST",
|
||||
"OBJECT_RICHMEDIA_CREATIVE",
|
||||
"OBJECT_SD_SITE",
|
||||
"OBJECT_SEARCH_LIFT_STUDY",
|
||||
"OBJECT_SIZE",
|
||||
"OBJECT_SUBACCOUNT",
|
||||
"OBJECT_TARGETING_TEMPLATE",
|
||||
@@ -11780,6 +11785,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
@@ -12029,7 +12035,7 @@
|
||||
"id": "dfareporting.contentCategories.list",
|
||||
"path": "userprofiles/{profileId}/contentCategories",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of content categories, possibly filtered.",
|
||||
"description": "Retrieves a list of content categories, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -12427,7 +12433,7 @@
|
||||
"id": "dfareporting.creativeFieldValues.list",
|
||||
"path": "userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of creative field values, possibly filtered.",
|
||||
"description": "Retrieves a list of creative field values, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"creativeFieldId": {
|
||||
"type": "string",
|
||||
@@ -12678,7 +12684,7 @@
|
||||
"id": "dfareporting.creativeFields.list",
|
||||
"path": "userprofiles/{profileId}/creativeFields",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of creative fields, possibly filtered.",
|
||||
"description": "Retrieves a list of creative fields, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserIds": {
|
||||
"type": "string",
|
||||
@@ -12883,7 +12889,7 @@
|
||||
"id": "dfareporting.creativeGroups.list",
|
||||
"path": "userprofiles/{profileId}/creativeGroups",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of creative groups, possibly filtered.",
|
||||
"description": "Retrieves a list of creative groups, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserIds": {
|
||||
"type": "string",
|
||||
@@ -13094,7 +13100,7 @@
|
||||
"id": "dfareporting.creatives.list",
|
||||
"path": "userprofiles/{profileId}/creatives",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of creatives, possibly filtered.",
|
||||
"description": "Retrieves a list of creatives, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -13423,7 +13429,7 @@
|
||||
"id": "dfareporting.directorySiteContacts.list",
|
||||
"path": "userprofiles/{profileId}/directorySiteContacts",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of directory site contacts, possibly filtered.",
|
||||
"description": "Retrieves a list of directory site contacts, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"directorySiteIds": {
|
||||
"type": "string",
|
||||
@@ -13566,7 +13572,7 @@
|
||||
"id": "dfareporting.directorySites.list",
|
||||
"path": "userprofiles/{profileId}/directorySites",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of directory sites, possibly filtered.",
|
||||
"description": "Retrieves a list of directory sites, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"acceptsInStreamVideoPlacements": {
|
||||
"type": "boolean",
|
||||
@@ -14321,7 +14327,7 @@
|
||||
"id": "dfareporting.floodlightActivities.list",
|
||||
"path": "userprofiles/{profileId}/floodlightActivities",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of floodlight activities, possibly filtered.",
|
||||
"description": "Retrieves a list of floodlight activities, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserId": {
|
||||
"type": "string",
|
||||
@@ -14566,7 +14572,7 @@
|
||||
"id": "dfareporting.floodlightActivityGroups.list",
|
||||
"path": "userprofiles/{profileId}/floodlightActivityGroups",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of floodlight activity groups, possibly filtered.",
|
||||
"description": "Retrieves a list of floodlight activity groups, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserId": {
|
||||
"type": "string",
|
||||
@@ -14899,7 +14905,7 @@
|
||||
"id": "dfareporting.inventoryItems.list",
|
||||
"path": "userprofiles/{profileId}/projects/{projectId}/inventoryItems",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of inventory items, possibly filtered.",
|
||||
"description": "Retrieves a list of inventory items, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -15485,7 +15491,7 @@
|
||||
"id": "dfareporting.orderDocuments.list",
|
||||
"path": "userprofiles/{profileId}/projects/{projectId}/orderDocuments",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of order documents, possibly filtered.",
|
||||
"description": "Retrieves a list of order documents, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"approved": {
|
||||
"type": "boolean",
|
||||
@@ -15629,7 +15635,7 @@
|
||||
"id": "dfareporting.orders.list",
|
||||
"path": "userprofiles/{profileId}/projects/{projectId}/orders",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of orders, possibly filtered.",
|
||||
"description": "Retrieves a list of orders, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -15780,7 +15786,7 @@
|
||||
"id": "dfareporting.placementGroups.list",
|
||||
"path": "userprofiles/{profileId}/placementGroups",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of placement groups, possibly filtered.",
|
||||
"description": "Retrieves a list of placement groups, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserIds": {
|
||||
"type": "string",
|
||||
@@ -16109,7 +16115,7 @@
|
||||
"id": "dfareporting.placementStrategies.list",
|
||||
"path": "userprofiles/{profileId}/placementStrategies",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of placement strategies, possibly filtered.",
|
||||
"description": "Retrieves a list of placement strategies, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -16390,7 +16396,7 @@
|
||||
"id": "dfareporting.placements.list",
|
||||
"path": "userprofiles/{profileId}/placements",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of placements, possibly filtered.",
|
||||
"description": "Retrieves a list of placements, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserIds": {
|
||||
"type": "string",
|
||||
@@ -16816,7 +16822,7 @@
|
||||
"id": "dfareporting.projects.list",
|
||||
"path": "userprofiles/{profileId}/projects",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of projects, possibly filtered.",
|
||||
"description": "Retrieves a list of projects, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserIds": {
|
||||
"type": "string",
|
||||
@@ -17085,7 +17091,7 @@
|
||||
"id": "dfareporting.remarketingLists.list",
|
||||
"path": "userprofiles/{profileId}/remarketingLists",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of remarketing lists, possibly filtered.",
|
||||
"description": "Retrieves a list of remarketing lists, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -17726,7 +17732,7 @@
|
||||
"id": "dfareporting.sites.list",
|
||||
"path": "userprofiles/{profileId}/sites",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of sites, possibly filtered.",
|
||||
"description": "Retrieves a list of sites, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"acceptsInStreamVideoPlacements": {
|
||||
"type": "boolean",
|
||||
@@ -18085,7 +18091,7 @@
|
||||
"id": "dfareporting.subaccounts.list",
|
||||
"path": "userprofiles/{profileId}/subaccounts",
|
||||
"httpMethod": "GET",
|
||||
"description": "Gets a list of subaccounts, possibly filtered.",
|
||||
"description": "Gets a list of subaccounts, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"ids": {
|
||||
"type": "string",
|
||||
@@ -18256,7 +18262,7 @@
|
||||
"id": "dfareporting.targetableRemarketingLists.list",
|
||||
"path": "userprofiles/{profileId}/targetableRemarketingLists",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of targetable remarketing lists, possibly filtered.",
|
||||
"description": "Retrieves a list of targetable remarketing lists, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"active": {
|
||||
"type": "boolean",
|
||||
@@ -18596,7 +18602,7 @@
|
||||
"id": "dfareporting.userRoles.list",
|
||||
"path": "userprofiles/{profileId}/userRoles",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of user roles, possibly filtered.",
|
||||
"description": "Retrieves a list of user roles, possibly filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"accountUserRoleOnly": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user