Skip to content

Commit

Permalink
Regenerate APIs.
Browse files Browse the repository at this point in the history
Change-Id: I79d882a9a77cf49bcdbd394dbb98e3f285aa4dfb
Reviewed-on: https://code-review.googlesource.com/4320
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
broady authored and bradfitz committed Mar 16, 2016
1 parent e61f6e0 commit 910020f
Show file tree
Hide file tree
Showing 118 changed files with 50,014 additions and 10,637 deletions.
13 changes: 11 additions & 2 deletions adexchangebuyer/v1.3/adexchangebuyer-api.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/x-hxDv4WHYdi0vSjXQ0j_GK7N_8\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Go25La_aBhasMN_9AV8UWOibQ18\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.3",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.3",
"revision": "20151102",
"revision": "20160310",
"title": "Ad Exchange Buyer API",
"description": "Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -596,6 +596,15 @@
"type": "string",
"description": "The name of the advertiser this deal is for."
},
"allowsAlcohol": {
"type": "boolean",
"description": "Whether the publisher for this deal is eligible for alcohol ads."
},
"buyerAccountId": {
"type": "string",
"description": "The account id that this deal was negotiated for. It is either the buyer or the client that this deal was negotiated on behalf of.",
"format": "int64"
},
"currencyCode": {
"type": "string",
"description": "The currency code that applies to the fixed_cpm value. If not set then assumed to be USD."
Expand Down
9 changes: 9 additions & 0 deletions adexchangebuyer/v1.3/adexchangebuyer-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,15 @@ type DirectDeal struct {
// Advertiser: The name of the advertiser this deal is for.
Advertiser string `json:"advertiser,omitempty"`

// AllowsAlcohol: Whether the publisher for this deal is eligible for
// alcohol ads.
AllowsAlcohol bool `json:"allowsAlcohol,omitempty"`

// BuyerAccountId: The account id that this deal was negotiated for. It
// is either the buyer or the client that this deal was negotiated on
// behalf of.
BuyerAccountId int64 `json:"buyerAccountId,omitempty,string"`

// CurrencyCode: The currency code that applies to the fixed_cpm value.
// If not set then assumed to be USD.
CurrencyCode string `json:"currencyCode,omitempty"`
Expand Down
709 changes: 709 additions & 0 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit 910020f

Please sign in to comment.