Skip to content

Commit

Permalink
feat!: run the generator (#1873)
Browse files Browse the repository at this point in the history
The following APIs have been removed:
- dfareporting/v3.1
- dfareporting/v3.2
- speech/v2beta
- urlshortener/v1

The following APIs have been added:
- bigqueryreservation/v1beta1
- lifesciences/v2beta
- monitoring/v1 
- policytroubleshooter/v1beta
- recommender/v1beta1
- run/v1beta1.ts
- speech/v2beta1.ts
- sql/v1beta4
  • Loading branch information
JustinBeckwith committed Nov 6, 2019
1 parent 45e4dda commit 8e45b55
Show file tree
Hide file tree
Showing 178 changed files with 31,880 additions and 77,412 deletions.
276 changes: 268 additions & 8 deletions src/apis/accessapproval/v1beta1.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/apis/accesscontextmanager/v1.ts
Expand Up @@ -342,7 +342,7 @@ export namespace accesscontextmanager_v1 {
*/
osType?: string | null;
/**
* Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to Dasher domain policies, and the caller has permission to call the API targeted by the request.
* Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to domain policies, and the caller has permission to call the API targeted by the request.
*/
requireVerifiedChromeOs?: boolean | null;
}
Expand Down
36 changes: 1 addition & 35 deletions src/apis/accesscontextmanager/v1beta.ts
Expand Up @@ -186,19 +186,6 @@ export namespace accesscontextmanager_v1beta {
*/
conditions?: Schema$Condition[];
}
/**
* Alpha. Specifies which services are granted access via this Bridge Service Perimeter.
*/
export interface Schema$BridgeServiceRestriction {
/**
* The list of APIs usable through the Bridge Perimeter. Must be empty unless 'enable_restriction' is True.
*/
allowedServices?: string[] | null;
/**
* Whether to restrict the set of APIs callable through the Bridge Service Perimeter.
*/
enableRestriction?: boolean | null;
}
/**
* A condition necessary for an `AccessLevel` to be granted. The Condition is an AND over its fields. So a Condition is true if: 1) the request IP is from one of the listed subnetworks AND 2) the originating device complies with the listed device policy AND 3) all listed access levels are granted AND 4) the request was sent at a time allowed by the DateTimeRestriction.
*/
Expand Down Expand Up @@ -257,19 +244,6 @@ export namespace accesscontextmanager_v1beta {
*/
requireScreenlock?: boolean | null;
}
/**
* Alpha. Specifies how Access Levels are to be used for accessing the Service Perimeter.
*/
export interface Schema$IngressServiceRestriction {
/**
* The list of APIs usable with a valid Access Level. Must be empty unless 'enable_restriction' is True.
*/
allowedServices?: string[] | null;
/**
* Whether to restrict the set of APIs callable outside the Service Perimeter via Access Levels.
*/
enableRestriction?: boolean | null;
}
/**
* A response to `ListAccessLevelsRequest`.
*/
Expand Down Expand Up @@ -347,7 +321,7 @@ export namespace accesscontextmanager_v1beta {
*/
osType?: string | null;
/**
* Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to Dasher domain policies, and the caller has permission to call the API targeted by the request.
* Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to domain policies, and the caller has permission to call the API targeted by the request.
*/
requireVerifiedChromeOs?: boolean | null;
}
Expand Down Expand Up @@ -392,14 +366,6 @@ export namespace accesscontextmanager_v1beta {
* A list of `AccessLevel` resource names that allow resources within the `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed must be in the same policy as this `ServicePerimeter`. Referencing a nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are listed, resources within the perimeter can only be accessed via GCP calls with request origins within the perimeter. Example: `"accessPolicies/MY_POLICY/accessLevels/MY_LEVEL"`. For Service Perimeter Bridge, must be empty.
*/
accessLevels?: string[] | null;
/**
* Alpha. Configuration for what services are accessible via the Bridge Perimeter. Must be empty for non-Bridge Perimeters.
*/
bridgeServiceRestriction?: Schema$BridgeServiceRestriction;
/**
* Alpha. Configuration for which services may be used with Access Levels.
*/
ingressServiceRestriction?: Schema$IngressServiceRestriction;
/**
* A list of GCP resources that are inside of the service perimeter. Currently only projects are allowed. Format: `projects/{project_number}`
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/adexchangebuyer/v1.4.ts
Expand Up @@ -535,7 +535,7 @@ export namespace adexchangebuyer_v1_4 {
}
export interface Schema$DealTerms {
/**
* Visibilty of the URL in bid requests.
* Visibility of the URL in bid requests.
*/
brandingType?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/adexchangebuyer2/v2beta1.ts
Expand Up @@ -224,7 +224,7 @@ export namespace adexchangebuyer2_v2beta1 {
*/
billedImpressions?: Schema$MetricValue;
/**
* The number of bids that won an impression.
* The number of bids that won the auction.
*/
impressionsWon?: Schema$MetricValue;
/**
Expand Down
18 changes: 9 additions & 9 deletions src/apis/admin/datatransfer_v1.ts
Expand Up @@ -124,7 +124,7 @@ export namespace admin_datatransfer_v1 {
*/
name?: string | null;
/**
* The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transfered.
* The list of all possible transfer parameters for this application. These parameters can be used to select the data of the user in this application to be transferred.
*/
transferParams?: Schema$ApplicationTransferParam[];
}
Expand All @@ -137,7 +137,7 @@ export namespace admin_datatransfer_v1 {
*/
applicationId?: string | null;
/**
* The transfer parameters for the application. These parameters are used to select the data which will get transfered in context of this application.
* The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application.
*/
applicationTransferParams?: Schema$ApplicationTransferParam[];
/**
Expand Down Expand Up @@ -175,7 +175,7 @@ export namespace admin_datatransfer_v1 {
*/
key?: string | null;
/**
* The value of the coressponding transfer parameter. eg: 'PRIVATE' or 'SHARED'
* The value of the corresponding transfer parameter. eg: 'PRIVATE' or 'SHARED'
*/
value?: string[] | null;
}
Expand All @@ -200,11 +200,11 @@ export namespace admin_datatransfer_v1 {
*/
kind?: string | null;
/**
* ID of the user to whom the data is being transfered.
* ID of the user to whom the data is being transferred.
*/
newOwnerUserId?: string | null;
/**
* ID of the user whose data is being transfered.
* ID of the user whose data is being transferred.
*/
oldOwnerUserId?: string | null;
/**
Expand Down Expand Up @@ -323,7 +323,7 @@ export namespace admin_datatransfer_v1 {
* @memberOf! ()
*
* @param {object=} params Parameters for request
* @param {string=} params.customerId Immutable ID of the Google Apps account.
* @param {string=} params.customerId Immutable ID of the G Suite account.
* @param {integer=} params.maxResults Maximum number of results to return. Default is 100.
* @param {string=} params.pageToken Token to specify next page in the list.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down Expand Up @@ -414,7 +414,7 @@ export namespace admin_datatransfer_v1 {
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;

/**
* Immutable ID of the Google Apps account.
* Immutable ID of the G Suite account.
*/
customerId?: string;
/**
Expand Down Expand Up @@ -585,7 +585,7 @@ export namespace admin_datatransfer_v1 {
* @memberOf! ()
*
* @param {object=} params Parameters for request
* @param {string=} params.customerId Immutable ID of the Google Apps account.
* @param {string=} params.customerId Immutable ID of the G Suite account.
* @param {integer=} params.maxResults Maximum number of results to return. Default is 100.
* @param {string=} params.newOwnerUserId Destination user's profile ID.
* @param {string=} params.oldOwnerUserId Source user's profile ID.
Expand Down Expand Up @@ -693,7 +693,7 @@ export namespace admin_datatransfer_v1 {
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient;

/**
* Immutable ID of the Google Apps account.
* Immutable ID of the G Suite account.
*/
customerId?: string;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/admin/directory_v1.ts
Expand Up @@ -571,7 +571,7 @@ export namespace admin_directory_v1 {
*/
ethernetMacAddress?: string | null;
/**
* (Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for Dell devices.
* (Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.
*/
ethernetMacAddress0?: string | null;
/**
Expand Down Expand Up @@ -599,7 +599,7 @@ export namespace admin_directory_v1 {
*/
manufactureDate?: string | null;
/**
* Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)
* Contains either the Mobile Equipment identifier (MEID) or the International Mobile Equipment Identity (IMEI) for the 3G mobile card in the Chromebook (Read-only)
*/
meid?: string | null;
/**
Expand Down

0 comments on commit 8e45b55

Please sign in to comment.