Skip to content

Commit

Permalink
Regenerate APIs.
Browse files Browse the repository at this point in the history
Change-Id: Id7cc4597b6b7d9439063d6358512cdb504b5376f
Reviewed-on: https://code-review.googlesource.com/4651
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
marineam authored and bradfitz committed May 1, 2016
1 parent 9737cc9 commit ff0a1ff
Show file tree
Hide file tree
Showing 129 changed files with 83,916 additions and 2,285 deletions.
6 changes: 3 additions & 3 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": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Go25La_aBhasMN_9AV8UWOibQ18\"",
"etag": "\"jQLIOHBVnDZie4rQHGH1WJF-INE/WMHCCoquLKng7CUJBG6EbXy4RDk\"",
"discoveryVersion": "v1",
"id": "adexchangebuyer:v1.3",
"name": "adexchangebuyer",
"canonicalName": "Ad Exchange Buyer",
"version": "v1.3",
"revision": "20160310",
"revision": "20160428",
"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 @@ -803,7 +803,7 @@
"PerformanceReportList": {
"id": "PerformanceReportList",
"type": "object",
"description": "The configuration data for an Ad Exchange performance report list. https://sites.google.com/a/google.com/adx-integration/Home/engineering/binary-releases/rtb-api-release https://cs.corp.google.com/#piper///depot/google3/contentads/adx/tools/rtb_api/adxrtb.py",
"description": "The configuration data for an Ad Exchange performance report list.",
"properties": {
"kind": {
"type": "string",
Expand Down
2 changes: 0 additions & 2 deletions adexchangebuyer/v1.3/adexchangebuyer-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,6 @@ func (s *PerformanceReport) MarshalJSON() ([]byte, error) {

// PerformanceReportList: The configuration data for an Ad Exchange
// performance report list.
// https://sites.google.com/a/google.com/adx-integration/Home/engineering/binary-releases/rtb-api-release
// https://cs.corp.google.com/#piper///depot/google3/contentads/adx/tools/rtb_api/adxrtb.py
type PerformanceReportList struct {
// Kind: Resource type.
Kind string `json:"kind,omitempty"`
Expand Down
Loading

0 comments on commit ff0a1ff

Please sign in to comment.