Skip to content

Commit

Permalink
feat: run the generator (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 9, 2018
1 parent 48b7baf commit 341115a
Show file tree
Hide file tree
Showing 238 changed files with 37,571 additions and 60,277 deletions.
2 changes: 1 addition & 1 deletion src/apis/abusiveexperiencereport/README.md
Expand Up @@ -2,7 +2,7 @@

# @google/abusiveexperiencereport

> View Abusive Experience Report data, and get a list of sites that have a significant number of abusive experiences.
> Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.
## Installation

Expand Down
61 changes: 56 additions & 5 deletions src/apis/abusiveexperiencereport/v1.ts
Expand Up @@ -29,10 +29,61 @@ export namespace abusiveexperiencereport_v1 {
version: 'v1';
}

interface StandardParameters {
/**
* V1 error format.
*/
'$.xgafv'?: string;
/**
* OAuth access token.
*/
access_token?: string;
/**
* Data format for response.
*/
alt?: string;
/**
* JSONP
*/
callback?: string;
/**
* Selector specifying which fields to include in a partial response.
*/
fields?: string;
/**
* API key. Your API key identifies your project and provides you with API
* access, quota, and reports. Required unless you provide an OAuth 2.0
* token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
prettyPrint?: boolean;
/**
* Available to use for quota purposes for server-side applications. Can be
* any arbitrary string assigned to a user, but should not exceed 40
* characters.
*/
quotaUser?: string;
/**
* Legacy upload protocol for media (e.g. "media", "multipart").
*/
uploadType?: string;
/**
* Upload protocol for media (e.g. "raw", "multipart").
*/
upload_protocol?: string;
}

/**
* Abusive Experience Report API
*
* View Abusive Experience Report data, and get a list of sites that have a
* Views Abusive Experience Report data, and gets a list of sites that have a
* significant number of abusive experiences.
*
* @example
Expand Down Expand Up @@ -68,8 +119,7 @@ export namespace abusiveexperiencereport_v1 {
}

/**
* Response message for GetSiteSummary. Do not confuse with same message in
* google.ads.experiencereport.v1
* Response message for GetSiteSummary.
*/
export interface Schema$SiteSummaryResponse {
/**
Expand Down Expand Up @@ -186,7 +236,7 @@ export namespace abusiveexperiencereport_v1 {
}
}

export interface Params$Resource$Sites$Get {
export interface Params$Resource$Sites$Get extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down Expand Up @@ -285,7 +335,8 @@ export namespace abusiveexperiencereport_v1 {
}
}

export interface Params$Resource$Violatingsites$List {
export interface Params$Resource$Violatingsites$List extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down
53 changes: 52 additions & 1 deletion src/apis/acceleratedmobilepageurl/v1.ts
Expand Up @@ -29,6 +29,57 @@ export namespace acceleratedmobilepageurl_v1 {
version: 'v1';
}

interface StandardParameters {
/**
* V1 error format.
*/
'$.xgafv'?: string;
/**
* OAuth access token.
*/
access_token?: string;
/**
* Data format for response.
*/
alt?: string;
/**
* JSONP
*/
callback?: string;
/**
* Selector specifying which fields to include in a partial response.
*/
fields?: string;
/**
* API key. Your API key identifies your project and provides you with API
* access, quota, and reports. Required unless you provide an OAuth 2.0
* token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
prettyPrint?: boolean;
/**
* Available to use for quota purposes for server-side applications. Can be
* any arbitrary string assigned to a user, but should not exceed 40
* characters.
*/
quotaUser?: string;
/**
* Legacy upload protocol for media (e.g. "media", "multipart").
*/
uploadType?: string;
/**
* Upload protocol for media (e.g. "raw", "multipart").
*/
upload_protocol?: string;
}

/**
* Accelerated Mobile Pages (AMP) URL API
*
Expand Down Expand Up @@ -215,7 +266,7 @@ export namespace acceleratedmobilepageurl_v1 {
}
}

export interface Params$Resource$Ampurls$Batchget {
export interface Params$Resource$Ampurls$Batchget extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down
100 changes: 83 additions & 17 deletions src/apis/accesscontextmanager/v1beta.ts
Expand Up @@ -29,6 +29,57 @@ export namespace accesscontextmanager_v1beta {
version: 'v1beta';
}

interface StandardParameters {
/**
* V1 error format.
*/
'$.xgafv'?: string;
/**
* OAuth access token.
*/
access_token?: string;
/**
* Data format for response.
*/
alt?: string;
/**
* JSONP
*/
callback?: string;
/**
* Selector specifying which fields to include in a partial response.
*/
fields?: string;
/**
* API key. Your API key identifies your project and provides you with API
* access, quota, and reports. Required unless you provide an OAuth 2.0
* token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
prettyPrint?: boolean;
/**
* Available to use for quota purposes for server-side applications. Can be
* any arbitrary string assigned to a user, but should not exceed 40
* characters.
*/
quotaUser?: string;
/**
* Legacy upload protocol for media (e.g. "media", "multipart").
*/
uploadType?: string;
/**
* Upload protocol for media (e.g. "raw", "multipart").
*/
upload_protocol?: string;
}

/**
* Access Context Manager API
*
Expand Down Expand Up @@ -125,7 +176,7 @@ export namespace accesscontextmanager_v1beta {
*/
parent?: string;
/**
* Human readable title. Does not affect behavior.
* Required. Human readable title. Does not affect behavior.
*/
title?: string;
/**
Expand Down Expand Up @@ -851,7 +902,8 @@ export namespace accesscontextmanager_v1beta {
}
}

export interface Params$Resource$Accesspolicies$Create {
export interface Params$Resource$Accesspolicies$Create extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -863,7 +915,8 @@ export namespace accesscontextmanager_v1beta {
*/
requestBody?: Schema$AccessPolicy;
}
export interface Params$Resource$Accesspolicies$Delete {
export interface Params$Resource$Accesspolicies$Delete extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -875,7 +928,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$Get {
export interface Params$Resource$Accesspolicies$Get extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -887,7 +941,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$List {
export interface Params$Resource$Accesspolicies$List extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -908,7 +963,8 @@ export namespace accesscontextmanager_v1beta {
*/
parent?: string;
}
export interface Params$Resource$Accesspolicies$Patch {
export interface Params$Resource$Accesspolicies$Patch extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down Expand Up @@ -1291,7 +1347,8 @@ export namespace accesscontextmanager_v1beta {
}
}

export interface Params$Resource$Accesspolicies$Accesslevels$Create {
export interface Params$Resource$Accesspolicies$Accesslevels$Create extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1308,7 +1365,8 @@ export namespace accesscontextmanager_v1beta {
*/
requestBody?: Schema$AccessLevel;
}
export interface Params$Resource$Accesspolicies$Accesslevels$Delete {
export interface Params$Resource$Accesspolicies$Accesslevels$Delete extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1320,7 +1378,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$Accesslevels$Get {
export interface Params$Resource$Accesspolicies$Accesslevels$Get extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1341,7 +1400,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$Accesslevels$List {
export interface Params$Resource$Accesspolicies$Accesslevels$List extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1368,7 +1428,8 @@ export namespace accesscontextmanager_v1beta {
*/
parent?: string;
}
export interface Params$Resource$Accesspolicies$Accesslevels$Patch {
export interface Params$Resource$Accesspolicies$Accesslevels$Patch extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down Expand Up @@ -1762,7 +1823,8 @@ export namespace accesscontextmanager_v1beta {
}
}

export interface Params$Resource$Accesspolicies$Serviceperimeters$Create {
export interface Params$Resource$Accesspolicies$Serviceperimeters$Create
extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1779,7 +1841,8 @@ export namespace accesscontextmanager_v1beta {
*/
requestBody?: Schema$ServicePerimeter;
}
export interface Params$Resource$Accesspolicies$Serviceperimeters$Delete {
export interface Params$Resource$Accesspolicies$Serviceperimeters$Delete
extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1791,7 +1854,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$Serviceperimeters$Get {
export interface Params$Resource$Accesspolicies$Serviceperimeters$Get extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1803,7 +1867,8 @@ export namespace accesscontextmanager_v1beta {
*/
name?: string;
}
export interface Params$Resource$Accesspolicies$Serviceperimeters$List {
export interface Params$Resource$Accesspolicies$Serviceperimeters$List extends
StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand All @@ -1824,7 +1889,8 @@ export namespace accesscontextmanager_v1beta {
*/
parent?: string;
}
export interface Params$Resource$Accesspolicies$Serviceperimeters$Patch {
export interface Params$Resource$Accesspolicies$Serviceperimeters$Patch
extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down Expand Up @@ -1925,7 +1991,7 @@ export namespace accesscontextmanager_v1beta {
}
}

export interface Params$Resource$Operations$Get {
export interface Params$Resource$Operations$Get extends StandardParameters {
/**
* Auth client or API Key for the request
*/
Expand Down

0 comments on commit 341115a

Please sign in to comment.