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/kUzYRmhKcAnpiKF3q0AnOrMQGIA\"",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/IUIpYIH18PV9NykwTxBMEWqSYmE\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "dfareporting:v2.6",
|
||||
"name": "dfareporting",
|
||||
"version": "v2.6",
|
||||
"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",
|
||||
@@ -1682,7 +1686,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",
|
||||
@@ -10260,7 +10264,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",
|
||||
@@ -10448,7 +10452,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",
|
||||
@@ -10651,7 +10655,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",
|
||||
@@ -11065,7 +11069,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",
|
||||
@@ -11263,7 +11267,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",
|
||||
@@ -11508,7 +11512,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",
|
||||
@@ -11641,7 +11645,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",
|
||||
@@ -11855,7 +11859,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",
|
||||
@@ -11966,6 +11970,7 @@
|
||||
"OBJECT_REMARKETING_LIST",
|
||||
"OBJECT_RICHMEDIA_CREATIVE",
|
||||
"OBJECT_SD_SITE",
|
||||
"OBJECT_SEARCH_LIFT_STUDY",
|
||||
"OBJECT_SIZE",
|
||||
"OBJECT_SUBACCOUNT",
|
||||
"OBJECT_TARGETING_TEMPLATE",
|
||||
@@ -12011,6 +12016,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
@@ -12260,7 +12266,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",
|
||||
@@ -12658,7 +12664,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",
|
||||
@@ -12909,7 +12915,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",
|
||||
@@ -13114,7 +13120,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",
|
||||
@@ -13325,7 +13331,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",
|
||||
@@ -13654,7 +13660,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",
|
||||
@@ -13797,7 +13803,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",
|
||||
@@ -14552,7 +14558,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",
|
||||
@@ -14797,7 +14803,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",
|
||||
@@ -15130,7 +15136,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",
|
||||
@@ -15744,7 +15750,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",
|
||||
@@ -15888,7 +15894,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",
|
||||
@@ -16039,7 +16045,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",
|
||||
@@ -16368,7 +16374,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",
|
||||
@@ -16649,7 +16655,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",
|
||||
@@ -17075,7 +17081,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",
|
||||
@@ -17344,7 +17350,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",
|
||||
@@ -17985,7 +17991,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",
|
||||
@@ -18344,7 +18350,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",
|
||||
@@ -18515,7 +18521,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",
|
||||
@@ -18657,7 +18663,7 @@
|
||||
"id": "dfareporting.targetingTemplates.list",
|
||||
"path": "userprofiles/{profileId}/targetingTemplates",
|
||||
"httpMethod": "GET",
|
||||
"description": "Retrieves a list of targeting templates, optionally filtered.",
|
||||
"description": "Retrieves a list of targeting templates, optionally filtered. This method supports paging.",
|
||||
"parameters": {
|
||||
"advertiserId": {
|
||||
"type": "string",
|
||||
@@ -19059,7 +19065,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