Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run the generator #1570

Merged
merged 1 commit into from Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
node_modules/
build/
docs/
/docs/
.coverage/
npm-debug.log
.nyc_output
Expand Down
2 changes: 1 addition & 1 deletion src/apis/adexchangebuyer2/v2beta1.ts
Expand Up @@ -444,7 +444,7 @@ export namespace adexchangebuyer2_v2beta1 {
type?: string;
}
/**
* A creative and its classification data. Next ID: 39
* A creative and its classification data. Next ID: 40
*/
export interface Schema$Creative {
/**
Expand Down
20 changes: 10 additions & 10 deletions src/apis/androidenterprise/v1.ts
Expand Up @@ -408,37 +408,37 @@ export namespace androidenterprise_v1 {
*/
export interface Schema$AutoInstallConstraint {
/**
* Charging state to constrain on.
* Charging state constraint.
*/
chargingStateConstraint?: string;
/**
* The idle state of the device to constrain on.
* Device idle state constraint.
*/
deviceIdleStateConstraint?: string;
/**
* Network type to constrain on.
* Network type constraint.
*/
networkTypeConstraint?: string;
}
export interface Schema$AutoInstallPolicy {
/**
* The constraints for the install. Currently there can be at most one
* Constraints for auto-installing the app. You can specify a maximum of one
* constraint.
*/
autoInstallConstraint?: Schema$AutoInstallConstraint[];
/**
* The auto install mode. If unset defaults to "doNotAutoInstall".
* The auto-install mode. If unset defaults to "doNotAutoInstall".
*/
autoInstallMode?: string;
/**
* The priority of the install, as an unsigned integer. Lower number means
* The priority of the install, as an unsigned integer. A lower number means
* higher priority.
*/
autoInstallPriority?: number;
/**
* The minimum version of the app. If a lower version of the app is
* installed then the app will be auto-updated according to the auto-install
* constraints, instead of waiting for the regular auto-update.
* installed, then the app will be auto-updated according to the
* auto-install constraints, instead of waiting for the regular auto-update.
*/
minimumVersionCode?: number;
}
Expand Down Expand Up @@ -6667,7 +6667,7 @@ export namespace androidenterprise_v1 {
* @param {string=} params.language The BCP47 tag for the user's preferred language (e.g. "en-US", "de"). Results are returned in the language best matching the preferred language.
* @param {integer=} params.maxResults Specifies the maximum number of products that can be returned per request. If not specified, uses a default value of 100, which is also the maximum retrievable within a single response.
* @param {string=} params.query The search query as typed in the Google Play store search box. If omitted, all approved apps will be returned (using the pagination parameters), including apps that are not available in the store (e.g. unpublished apps).
* @param {string=} params.token A pagination token is contained in a request''s response when there are more products. The token can be used in a subsequent request to obtain more products, and so forth. This parameter cannot be used in the initial request.
* @param {string=} params.token A pagination token is contained in a request's response when there are more products. The token can be used in a subsequent request to obtain more products, and so forth. This parameter cannot be used in the initial request.
* @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
Expand Down Expand Up @@ -6928,7 +6928,7 @@ export namespace androidenterprise_v1 {
*/
query?: string;
/**
* A pagination token is contained in a request''s response when there are
* A pagination token is contained in a request's response when there are
* more products. The token can be used in a subsequent request to obtain
* more products, and so forth. This parameter cannot be used in the initial
* request.
Expand Down
1 change: 1 addition & 0 deletions src/apis/books/v1.ts
Expand Up @@ -693,6 +693,7 @@ export namespace books_v1 {
reason?: string;
show_notification_settings_action?: boolean;
targetUrl?: string;
timeToExpireMs?: string;
title?: string;
}
export interface Schema$Offers {
Expand Down
12 changes: 6 additions & 6 deletions src/apis/cloudbuild/v1alpha1.ts
Expand Up @@ -532,8 +532,8 @@ export namespace cloudbuild_v1alpha1 {
*/
export interface Schema$Network {
/**
* Network on which the workers are created. default network is used if
* empty.
* Network on which the workers are created. "default" network is
* used if empty.
*/
network?: string;
/**
Expand All @@ -545,8 +545,8 @@ export namespace cloudbuild_v1alpha1 {
*/
projectId?: string;
/**
* Subnetwork on which the workers are created. default” subnetwork is used
* if empty.
* Subnetwork on which the workers are created. "default"
* subnetwork is used if empty.
*/
subnetwork?: string;
}
Expand Down Expand Up @@ -789,8 +789,8 @@ export namespace cloudbuild_v1alpha1 {
*/
projectId?: string;
/**
* List of regions to create the `WorkerPool`. Regions cant be empty. If
* Cloud Build adds a new GCP region in the future, the existing
* List of regions to create the `WorkerPool`. Regions can't be empty.
* If Cloud Build adds a new GCP region in the future, the existing
* `WorkerPool` will not be enabled in the new region automatically; you
* must add the new region to the `regions` field to enable the `WorkerPool`
* in that region.
Expand Down
25 changes: 25 additions & 0 deletions src/apis/cloudtasks/v2beta3.ts
Expand Up @@ -826,6 +826,31 @@ export namespace cloudtasks_v2beta3 {
* tasks which have been dispatched but haven't received a response.
*/
dispatchCount?: number;
/**
* The deadline for requests sent to the worker. If the worker does not
* respond by this deadline then the request is cancelled and the attempt is
* marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the task
* according to the RetryConfig. Note that when the request is cancelled,
* Cloud Tasks will stop listing for the response, but whether the worker
* stops processing depends on the worker. For example, if the worker is
* stuck, it may not react to cancelled requests. The default and maximum
* values depend on the type of request: * For App Engine tasks, 0
* indicates that the request has the default deadline. The default
* deadline depends on the [scaling
* type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling)
* of the service: 10 minutes for standard apps with automatic scaling, 24
* hours for standard apps with manual and basic scaling, and 60 minutes for
* flex apps. If the request deadline is set, it must be in the interval [15
* seconds, 24 hours 15 seconds]. Regardless of the task's
* `dispatch_deadline`, the app handler will not run for longer than than
* the service's timeout. We recommend setting the `dispatch_deadline`
* to at most a few seconds more than the app handler's timeout. For
* more information see
* [Timeouts](https://cloud.google.com/tasks/docs/creating-appengine-handlers#timeouts).
* `dispatch_deadline` will be truncated to the nearest millisecond. The
* deadline is an approximate deadline.
*/
dispatchDeadline?: string;
/**
* Output only. The status of the task's first attempt. Only
* dispatch_time will be set. The other Attempt information is not retained
Expand Down
58 changes: 36 additions & 22 deletions src/apis/dialogflow/v2.ts
Expand Up @@ -384,7 +384,8 @@ export namespace dialogflow_v2 {
*/
displayName?: string;
/**
* Optional. The collection of entities associated with the entity type.
* Optional. The collection of entity entries associated with the entity
* type.
*/
entities?: Schema$GoogleCloudDialogflowV2beta1EntityTypeEntity[];
/**
Expand All @@ -400,27 +401,33 @@ export namespace dialogflow_v2 {
name?: string;
}
/**
* Optional. Represents an entity.
* An **entity entry** for an associated entity type.
*/
export interface Schema$GoogleCloudDialogflowV2beta1EntityTypeEntity {
/**
* Required. A collection of synonyms. For `KIND_LIST` entity types this
* must contain exactly one synonym equal to `value`.
* Required. A collection of value synonyms. For example, if the entity type
* is *vegetable*, and `value` is *scallions*, a synonym could be *green
* onions*. For `KIND_LIST` entity types: * This collection must contain
* exactly one synonym equal to `value`.
*/
synonyms?: string[];
/**
* Required. For `KIND_MAP` entity types: A canonical name to be used in
* place of synonyms. For `KIND_LIST` entity types: A string that can
* contain references to other entity types (with or without aliases).
* Required. The primary value associated with this entity entry. For
* example, if the entity type is *vegetable*, the value could be
* *scallions*. For `KIND_MAP` entity types: * A canonical value to be
* used in place of synonyms. For `KIND_LIST` entity types: * A string
* that can contain references to other entity types (with or without
* aliases).
*/
value?: string;
}
/**
* Events allow for matching intents by event name instead of the natural
* language input. For instance, input `<event: { name: “welcome_event”,
* parameters: { name: “Sam” } }>` can trigger a personalized welcome
* response. The parameter `name` may be used by the agent in the response:
* `“Hello #welcome_event.name! What can I do for you today?”`.
* language input. For instance, input `<event: { name:
* "welcome_event", parameters: { name: "Sam" } }>` can
* trigger a personalized welcome response. The parameter `name` may be used
* by the agent in the response: `"Hello #welcome_event.name! What can I
* do for you today?"`.
*/
export interface Schema$GoogleCloudDialogflowV2beta1EventInput {
/**
Expand Down Expand Up @@ -1464,7 +1471,8 @@ export namespace dialogflow_v2 {
*/
displayName?: string;
/**
* Optional. The collection of entities associated with the entity type.
* Optional. The collection of entity entries associated with the entity
* type.
*/
entities?: Schema$GoogleCloudDialogflowV2EntityTypeEntity[];
/**
Expand All @@ -1489,27 +1497,33 @@ export namespace dialogflow_v2 {
entityTypes?: Schema$GoogleCloudDialogflowV2EntityType[];
}
/**
* Optional. Represents an entity.
* An **entity entry** for an associated entity type.
*/
export interface Schema$GoogleCloudDialogflowV2EntityTypeEntity {
/**
* Required. A collection of synonyms. For `KIND_LIST` entity types this
* must contain exactly one synonym equal to `value`.
* Required. A collection of value synonyms. For example, if the entity type
* is *vegetable*, and `value` is *scallions*, a synonym could be *green
* onions*. For `KIND_LIST` entity types: * This collection must contain
* exactly one synonym equal to `value`.
*/
synonyms?: string[];
/**
* Required. For `KIND_MAP` entity types: A canonical name to be used in
* place of synonyms. For `KIND_LIST` entity types: A string that can
* contain references to other entity types (with or without aliases).
* Required. The primary value associated with this entity entry. For
* example, if the entity type is *vegetable*, the value could be
* *scallions*. For `KIND_MAP` entity types: * A canonical value to be
* used in place of synonyms. For `KIND_LIST` entity types: * A string
* that can contain references to other entity types (with or without
* aliases).
*/
value?: string;
}
/**
* Events allow for matching intents by event name instead of the natural
* language input. For instance, input `<event: { name: “welcome_event”,
* parameters: { name: “Sam” } }>` can trigger a personalized welcome
* response. The parameter `name` may be used by the agent in the response:
* `“Hello #welcome_event.name! What can I do for you today?”`.
* language input. For instance, input `<event: { name:
* "welcome_event", parameters: { name: "Sam" } }>` can
* trigger a personalized welcome response. The parameter `name` may be used
* by the agent in the response: `"Hello #welcome_event.name! What can I
* do for you today?"`.
*/
export interface Schema$GoogleCloudDialogflowV2EventInput {
/**
Expand Down
58 changes: 36 additions & 22 deletions src/apis/dialogflow/v2beta1.ts
Expand Up @@ -505,7 +505,8 @@ export namespace dialogflow_v2beta1 {
*/
displayName?: string;
/**
* Optional. The collection of entities associated with the entity type.
* Optional. The collection of entity entries associated with the entity
* type.
*/
entities?: Schema$GoogleCloudDialogflowV2beta1EntityTypeEntity[];
/**
Expand All @@ -530,27 +531,33 @@ export namespace dialogflow_v2beta1 {
entityTypes?: Schema$GoogleCloudDialogflowV2beta1EntityType[];
}
/**
* Optional. Represents an entity.
* An **entity entry** for an associated entity type.
*/
export interface Schema$GoogleCloudDialogflowV2beta1EntityTypeEntity {
/**
* Required. A collection of synonyms. For `KIND_LIST` entity types this
* must contain exactly one synonym equal to `value`.
* Required. A collection of value synonyms. For example, if the entity type
* is *vegetable*, and `value` is *scallions*, a synonym could be *green
* onions*. For `KIND_LIST` entity types: * This collection must contain
* exactly one synonym equal to `value`.
*/
synonyms?: string[];
/**
* Required. For `KIND_MAP` entity types: A canonical name to be used in
* place of synonyms. For `KIND_LIST` entity types: A string that can
* contain references to other entity types (with or without aliases).
* Required. The primary value associated with this entity entry. For
* example, if the entity type is *vegetable*, the value could be
* *scallions*. For `KIND_MAP` entity types: * A canonical value to be
* used in place of synonyms. For `KIND_LIST` entity types: * A string
* that can contain references to other entity types (with or without
* aliases).
*/
value?: string;
}
/**
* Events allow for matching intents by event name instead of the natural
* language input. For instance, input `<event: { name: “welcome_event”,
* parameters: { name: “Sam” } }>` can trigger a personalized welcome
* response. The parameter `name` may be used by the agent in the response:
* `“Hello #welcome_event.name! What can I do for you today?”`.
* language input. For instance, input `<event: { name:
* "welcome_event", parameters: { name: "Sam" } }>` can
* trigger a personalized welcome response. The parameter `name` may be used
* by the agent in the response: `"Hello #welcome_event.name! What can I
* do for you today?"`.
*/
export interface Schema$GoogleCloudDialogflowV2beta1EventInput {
/**
Expand Down Expand Up @@ -2000,7 +2007,8 @@ export namespace dialogflow_v2beta1 {
*/
displayName?: string;
/**
* Optional. The collection of entities associated with the entity type.
* Optional. The collection of entity entries associated with the entity
* type.
*/
entities?: Schema$GoogleCloudDialogflowV2EntityTypeEntity[];
/**
Expand All @@ -2016,27 +2024,33 @@ export namespace dialogflow_v2beta1 {
name?: string;
}
/**
* Optional. Represents an entity.
* An **entity entry** for an associated entity type.
*/
export interface Schema$GoogleCloudDialogflowV2EntityTypeEntity {
/**
* Required. A collection of synonyms. For `KIND_LIST` entity types this
* must contain exactly one synonym equal to `value`.
* Required. A collection of value synonyms. For example, if the entity type
* is *vegetable*, and `value` is *scallions*, a synonym could be *green
* onions*. For `KIND_LIST` entity types: * This collection must contain
* exactly one synonym equal to `value`.
*/
synonyms?: string[];
/**
* Required. For `KIND_MAP` entity types: A canonical name to be used in
* place of synonyms. For `KIND_LIST` entity types: A string that can
* contain references to other entity types (with or without aliases).
* Required. The primary value associated with this entity entry. For
* example, if the entity type is *vegetable*, the value could be
* *scallions*. For `KIND_MAP` entity types: * A canonical value to be
* used in place of synonyms. For `KIND_LIST` entity types: * A string
* that can contain references to other entity types (with or without
* aliases).
*/
value?: string;
}
/**
* Events allow for matching intents by event name instead of the natural
* language input. For instance, input `<event: { name: “welcome_event”,
* parameters: { name: “Sam” } }>` can trigger a personalized welcome
* response. The parameter `name` may be used by the agent in the response:
* `“Hello #welcome_event.name! What can I do for you today?”`.
* language input. For instance, input `<event: { name:
* "welcome_event", parameters: { name: "Sam" } }>` can
* trigger a personalized welcome response. The parameter `name` may be used
* by the agent in the response: `"Hello #welcome_event.name! What can I
* do for you today?"`.
*/
export interface Schema$GoogleCloudDialogflowV2EventInput {
/**
Expand Down