Skip to content

Commit

Permalink
run the generator again!
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jun 2, 2018
1 parent 228bdb3 commit 7782ccd
Show file tree
Hide file tree
Showing 16 changed files with 4,134 additions and 4,253 deletions.
3,108 changes: 1,554 additions & 1,554 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/apis/androidmanagement/v1.ts
Expand Up @@ -1491,8 +1491,7 @@ export namespace androidmanagement_v1 {
*/
usbFileTransferDisabled?: boolean;
/**
* Allows admins to toggle whether USB storge is enabled or disabled on
* user's devices.
* Whether USB storage is enabled.
*/
usbMassStorageEnabled?: boolean;
/**
Expand Down
15 changes: 3 additions & 12 deletions src/apis/cloudtasks/v2beta2.ts
Expand Up @@ -3020,11 +3020,7 @@ export namespace cloudtasks_v2beta2 {
* associated with the task has finished. The worker must acknowledge a
* task within the lease_duration or the lease will expire and the task will
* become available to be leased again. After the task is acknowledged, it
* will not be returned by a later LeaseTasks, GetTask, or ListTasks. To
* acknowledge multiple tasks at the same time, use [HTTP
* batching](/storage/docs/json_api/v1/how-tos/batch) or the batching
* documentation for your client library, for example
* https://developers.google.com/api-client-library/python/guide/batch.
* will not be returned by a later LeaseTasks, GetTask, or ListTasks.
* @example
* * // BEFORE RUNNING:
* // ---------------
Expand Down Expand Up @@ -3281,13 +3277,8 @@ export namespace cloudtasks_v2beta2 {

/**
* cloudtasks.projects.locations.queues.tasks.create
* @desc Creates a task and adds it to a queue. To add multiple tasks at
* the same time, use [HTTP
* batching](/storage/docs/json_api/v1/how-tos/batch) or the batching
* documentation for your client library, for example
* https://developers.google.com/api-client-library/python/guide/batch.
* Tasks cannot be updated after creation; there is no UpdateTask command.
* * For [App Engine
* @desc Creates a task and adds it to a queue. Tasks cannot be updated
* after creation; there is no UpdateTask command. * For [App Engine
* queues](google.cloud.tasks.v2beta2.AppEngineHttpTarget), the maximum
* task size is 100KB. * For [pull
* queues](google.cloud.tasks.v2beta2.PullTarget), this the maximum task
Expand Down
552 changes: 277 additions & 275 deletions src/apis/index.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/apis/logging/v2.ts
Expand Up @@ -623,9 +623,9 @@ export namespace logging_v2 {
* Required. An advanced logs filter that matches the log entries to be
* excluded. By using the sample function, you can exclude less than 100% of
* the matching log entries. For example, the following filter matches 99%
* of low-severity log entries from load
* balancers:"resource.type=http_load_balancer severity<ERROR
* sample(insertId, 0.99)"
* of low-severity log entries from load balancers:
* "resource.type=http_load_balancer severity<ERROR sample(insertId,
* 0.99)"
*/
filter?: string;
/**
Expand Down
16 changes: 11 additions & 5 deletions src/apis/monitoring/v3.ts
Expand Up @@ -955,6 +955,11 @@ export namespace monitoring_v3 {
* The ListTimeSeries response.
*/
export interface Schema$ListTimeSeriesResponse {
/**
* Query execution errors that may have caused the time series data returned
* to be incomplete.
*/
executionErrors?: Schema$Status[];
/**
* If there are more results than have been returned, then this field is set
* to a non-empty value. To see the additional results, use that value as
Expand Down Expand Up @@ -5453,7 +5458,7 @@ export namespace monitoring_v3 {
* @param {string=} params.interval.startTime Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.
* @param {string} params.name The project on which to execute the request. The format is "projects/{project_id_or_number}".
* @param {string=} params.orderBy Unsupported: must be left blank. The points in each time series are returned in reverse time order.
* @param {integer=} params.pageSize A positive number that is the maximum number of results to return. When view field sets to FULL, it limits the number of Points server will return; if view field is HEADERS, it limits the number of TimeSeries server will return.
* @param {integer=} params.pageSize A positive number that is the maximum number of results to return. If page_size is empty or more than 100,000 results, the effective page_size is 100,000 results. If view is set to FULL, this is the maximum number of Points returned. If view is set to HEADERS, this is the maximum number of TimeSeries returned.
* @param {string=} params.pageToken If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
* @param {string=} params.view Specifies which information is returned about the time series.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down Expand Up @@ -5615,10 +5620,11 @@ export namespace monitoring_v3 {
*/
orderBy?: string;
/**
* A positive number that is the maximum number of results to return. When
* view field sets to FULL, it limits the number of Points server will
* return; if view field is HEADERS, it limits the number of TimeSeries
* server will return.
* A positive number that is the maximum number of results to return. If
* page_size is empty or more than 100,000 results, the effective page_size
* is 100,000 results. If view is set to FULL, this is the maximum number of
* Points returned. If view is set to HEADERS, this is the maximum number of
* TimeSeries returned.
*/
pageSize?: number;
/**
Expand Down
29 changes: 0 additions & 29 deletions src/apis/photoslibrary/index.ts

This file was deleted.

0 comments on commit 7782ccd

Please sign in to comment.