Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2001)

Unified Diff: discovery/googleapis/adexchangebuyer__v1.3.json

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__directory_v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/adexchangebuyer__v1.3.json
diff --git a/discovery/googleapis/adexchangebuyer__v1.3.json b/discovery/googleapis/adexchangebuyer__v1.3.json
index d77f115610e4e7873b7b9e3167c6e2d5dca4b875..14d88b0cb0c3cfadee6dad5e75aee04034cb9aa4 100644
--- a/discovery/googleapis/adexchangebuyer__v1.3.json
+++ b/discovery/googleapis/adexchangebuyer__v1.3.json
@@ -15,7 +15,7 @@
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/ad-exchange/buyer-rest",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/C3mhoy7cA_Im1BTsfmai3rrE394\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/TNq58uhDuCyuU5JtNXwx-a0s4AI\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/doubleclick-16.gif",
"x32": "https://www.google.com/images/icons/product/doubleclick-32.gif"
@@ -206,6 +206,112 @@
}
}
},
+ "budget": {
+ "methods": {
+ "get": {
+ "description": "Returns the budget information for the adgroup specified by the accountId and billingId.",
+ "httpMethod": "GET",
+ "id": "adexchangebuyer.budget.get",
+ "parameterOrder": [
+ "accountId",
+ "billingId"
+ ],
+ "parameters": {
+ "accountId": {
+ "description": "The account id to get the budget information for.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "billingId": {
+ "description": "The billing id to get the budget information for.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "billinginfo/{accountId}/{billingId}",
+ "response": {
+ "$ref": "Budget"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/adexchange.buyer"
+ ]
+ },
+ "patch": {
+ "description": "Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request. This method supports patch semantics.",
+ "httpMethod": "PATCH",
+ "id": "adexchangebuyer.budget.patch",
+ "parameterOrder": [
+ "accountId",
+ "billingId"
+ ],
+ "parameters": {
+ "accountId": {
+ "description": "The account id associated with the budget being updated.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "billingId": {
+ "description": "The billing id associated with the budget being updated.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "billinginfo/{accountId}/{billingId}",
+ "request": {
+ "$ref": "Budget"
+ },
+ "response": {
+ "$ref": "Budget"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/adexchange.buyer"
+ ]
+ },
+ "update": {
+ "description": "Updates the budget amount for the budget of the adgroup specified by the accountId and billingId, with the budget amount in the request.",
+ "httpMethod": "PUT",
+ "id": "adexchangebuyer.budget.update",
+ "parameterOrder": [
+ "accountId",
+ "billingId"
+ ],
+ "parameters": {
+ "accountId": {
+ "description": "The account id associated with the budget being updated.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "billingId": {
+ "description": "The billing id associated with the budget being updated.",
+ "format": "int64",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "billinginfo/{accountId}/{billingId}",
+ "request": {
+ "$ref": "Budget"
+ },
+ "response": {
+ "$ref": "Budget"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/adexchange.buyer"
+ ]
+ }
+ }
+ },
"creatives": {
"methods": {
"get": {
@@ -593,7 +699,7 @@
}
}
},
- "revision": "20141113",
+ "revision": "20141123",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
@@ -724,6 +830,41 @@
},
"type": "object"
},
+ "Budget": {
+ "description": "The configuration data for Ad Exchange RTB - Budget API.",
+ "id": "Budget",
+ "properties": {
+ "accountId": {
+ "description": "The id of the account. This is required for get and update requests.",
+ "format": "int64",
+ "type": "string"
+ },
+ "billingId": {
+ "description": "The billing id to determine which adgroup to provide budget information for. This is required for get and update requests.",
+ "format": "int64",
+ "type": "string"
+ },
+ "budgetAmount": {
+ "description": "The budget amount to apply for the billingId provided. This is required for update requests.",
+ "format": "int64",
+ "type": "string"
+ },
+ "currencyCode": {
+ "description": "The currency code for the buyer. This cannot be altered here.",
+ "type": "string"
+ },
+ "id": {
+ "description": "The unique id that describes this item.",
+ "type": "string"
+ },
+ "kind": {
+ "default": "adexchangebuyer#budget",
+ "description": "The kind of the resource, i.e. \"adexchangebuyer#budget\".",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Creative": {
"description": "A creative and its classification data.",
"id": "Creative",
« no previous file with comments | « config.yaml ('k') | discovery/googleapis/admin__directory_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698