Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 5, 2020
1 parent c1bdc70 commit a67796a
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 41 deletions.
33 changes: 27 additions & 6 deletions discovery/apigee-v1.json
Expand Up @@ -1636,7 +1636,7 @@
"keys": {
"methods": {
"create": {
"description": "Creates a custom consumer key and secret for a developer app. This is\nparticularly useful if you want to migrate existing consumer keys and\nsecrets to Apigee hybrid from another system.\n\nConsumer keys and secrets can contain letters, numbers, underscores, and\nhyphens. No other special characters are allowed.\n\n**Note**: To avoid service disruptions, a consumer key and secret\nshould not exceed 2 KBs each.\n\nAfter creating the consumer key and secret, associate the key with\nan API product using the\nUpdateDeveloperAppKey API.\n\nIf a consumer key and secret already exist, you can keep them or\ndelete them using the\nDeleteDeveloperAppKey API.",
"description": "Creates a custom consumer key and secret for a developer app. This is\nparticularly useful if you want to migrate existing consumer keys and\nsecrets to Apigee hybrid from another system.\n\nConsumer keys and secrets can contain letters, numbers, underscores, and\nhyphens. No other special characters are allowed. To avoid service\ndisruptions, a consumer key and secret should not exceed 2 KBs each.\n\n**Note**: When creating the consumer key and secret, an association to\nAPI products will not be made. Therefore, you should not specify the\nassociated API products in your request. Instead, use the\nUpdateDeveloperAppKey API to\nmake the association after the consumer key and secret are created.\n\nIf a consumer key and secret already exist, you can keep them or\ndelete them using the\nDeleteDeveloperAppKey API.",
"flatPath": "v1/organizations/{organizationsId}/developers/{developersId}/apps/{appsId}/keys",
"httpMethod": "POST",
"id": "apigee.organizations.developers.apps.keys.create",
Expand Down Expand Up @@ -1838,7 +1838,7 @@
"create": {
"methods": {
"create": {
"description": "Creates a custom consumer key and secret for a developer app. This is\nparticularly useful if you want to migrate existing consumer keys and\nsecrets to Apigee hybrid from another system.\n\nConsumer keys and secrets can contain letters, numbers, underscores, and\nhyphens. No other special characters are allowed.\n\n**Note**: To avoid service disruptions, a consumer key and secret\nshould not exceed 2 KBs each.\n\nAfter creating the consumer key and secret, associate the key with\nan API product using the\nUpdateDeveloperAppKey API.\n\nIf a consumer key and secret already exist, you can keep them or\ndelete them using the\nDeleteDeveloperAppKey API.",
"description": "Creates a custom consumer key and secret for a developer app. This is\nparticularly useful if you want to migrate existing consumer keys and\nsecrets to Apigee hybrid from another system.\n\nConsumer keys and secrets can contain letters, numbers, underscores, and\nhyphens. No other special characters are allowed. To avoid service\ndisruptions, a consumer key and secret should not exceed 2 KBs each.\n\n**Note**: When creating the consumer key and secret, an association to\nAPI products will not be made. Therefore, you should not specify the\nassociated API products in your request. Instead, use the\nUpdateDeveloperAppKey API to\nmake the association after the consumer key and secret are created.\n\nIf a consumer key and secret already exist, you can keep them or\ndelete them using the\nDeleteDeveloperAppKey API.",
"flatPath": "v1/organizations/{organizationsId}/developers/{developersId}/apps/{appsId}/keys/create",
"httpMethod": "POST",
"id": "apigee.organizations.developers.apps.keys.create.create",
Expand Down Expand Up @@ -1992,7 +1992,7 @@
],
"parameters": {
"name": {
"description": "Optional. Name of the environment. Alternatively, the name may\nbe specified in the request body in the\nenvironment_id field.",
"description": "Optional. Name of the environment. Alternatively, the name may\nbe specified in the request body in the\nname field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -4554,7 +4554,7 @@
}
}
},
"revision": "20200514",
"revision": "20200601",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -5577,6 +5577,14 @@
"name": {
"description": "The name of the API or shared flow revision to be deployed. Must be of the\nform 'organizations/{org}/apis/{api}/revisions/{rev}' or\n'organizations/{org}/sharedflows/{sf}/revisions/{rev}'.",
"type": "string"
},
"proxyUid": {
"description": "The uid of the proxy revision.",
"type": "string"
},
"uid": {
"description": "A unique id that will only change if the deployment is deleted and\nrecreated.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -5731,7 +5739,7 @@
"id": "GoogleCloudApigeeV1DeveloperAppKey",
"properties": {
"apiProducts": {
"description": "List of API products for which the credential can be used.",
"description": "List of API products for which the credential can be used.\n\n**Note**: Do not specify the list of API products when creating a consumer\nkey and secret for a developer app. Instead, use the\nUpdateDeveloperAppKey API to\nmake the association after the consumer key and secret are created.",
"items": {
"type": "any"
},
Expand Down Expand Up @@ -5913,8 +5921,13 @@
},
"type": "array"
},
"revisionId": {
"description": "Revision id that defines the ordering on the environment config.\nThe higher the revision, the more recently the configuration\nwas deployed.",
"format": "int64",
"type": "string"
},
"sequenceNumber": {
"description": "A sequence number that defines an ordering on environment configs. No two\nconfigs under an environment will ever have the same sequence number.\nA higher sequence number means that the config was deployed more\nrecently than one with a lower sequence number.",
"description": "DEPRECATED: use revision_id",
"format": "int64",
"type": "string"
},
Expand All @@ -5924,6 +5937,10 @@
"$ref": "GoogleCloudApigeeV1TargetServerConfig"
},
"type": "array"
},
"uid": {
"description": "A unique id for the environment config that will only change if the\nenvironment is deleted and recreated.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -6947,6 +6964,10 @@
"format": "int64",
"type": "string"
},
"description": {
"description": "Description of the shared flow revision.",
"type": "string"
},
"displayName": {
"description": "The human readable name of this shared flow.",
"type": "string"
Expand Down
16 changes: 10 additions & 6 deletions discovery/games-v1.json
Expand Up @@ -18,7 +18,7 @@
"description": "The API for Google Play Game Services.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/games/services/",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/iv04XhP_bk4sRTNmL3Bs6um31tY\"",
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/WmMOjb_eR3VE2D5sJ9de7_GSAfg\"",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
Expand Down Expand Up @@ -996,9 +996,9 @@
"SOCIAL"
],
"enumDescriptions": [
"Retrieve public and social ranks.",
"Retrieve all supported ranks.",
"Retrieve public ranks, if the player is sharing their gameplay activity publicly.",
"Retrieve the social rank."
"(Obsolete) Legacy G+ social leaderboards rank, always 1."
],
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1073,12 +1073,14 @@
"collection": {
"description": "The collection of scores you're requesting.",
"enum": [
"FRIENDS",
"PUBLIC",
"SOCIAL"
],
"enumDescriptions": [
"List only scores of friends.",
"List all scores in the public leaderboard.",
"List only social scores."
"(Obsolete) Legacy G+ social scores. Use the FRIENDS collection instead."
],
"location": "path",
"required": true,
Expand Down Expand Up @@ -1146,12 +1148,14 @@
"collection": {
"description": "The collection of scores you're requesting.",
"enum": [
"FRIENDS",
"PUBLIC",
"SOCIAL"
],
"enumDescriptions": [
"List only scores of friends.",
"List all scores in the public leaderboard.",
"List only social scores."
"(Obsolete) Legacy G+ social scores. Use the FRIENDS collection instead."
],
"location": "path",
"required": true,
Expand Down Expand Up @@ -1769,7 +1773,7 @@
}
}
},
"revision": "20200416",
"revision": "20200602",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AchievementDefinition": {
Expand Down
45 changes: 22 additions & 23 deletions discovery/index.json
Expand Up @@ -1715,21 +1715,6 @@
"documentationLink": "https://developers.google.com/doubleclick-advertisers/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "dialogflow:v3alpha1",
"name": "dialogflow",
"version": "v3alpha1",
"title": "Dialogflow API",
"description": "Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).",
"discoveryRestUrl": "https://dialogflow.googleapis.com/$discovery/rest?version=v3alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/dialogflow/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "dialogflow:v2",
Expand Down Expand Up @@ -3122,6 +3107,21 @@
"documentationLink": "https://cloud.google.com/pubsub/docs",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "recommender:v1",
"name": "recommender",
"version": "v1",
"title": "Recommender API",
"description": "",
"discoveryRestUrl": "https://recommender.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/recommender/docs/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "recommender:v1beta1",
Expand All @@ -3135,7 +3135,7 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/recommender/docs/",
"preferred": true
"preferred": false
},
{
"kind": "discovery#directoryItem",
Expand Down Expand Up @@ -4241,15 +4241,14 @@
"id": "youtube:v3",
"name": "youtube",
"version": "v3",
"title": "YouTube Data API",
"description": "Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.",
"discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest",
"discoveryLink": "./apis/youtube/v3/rest",
"title": "YouTube Data API v3",
"description": "The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.",
"discoveryRestUrl": "https://www.googleapis.com/$discovery/rest?version=v3",
"icons": {
"x16": "https://www.google.com/images/icons/product/youtube-16.png",
"x32": "https://www.google.com/images/icons/product/youtube-32.png"
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/youtube/v3",
"documentationLink": "https://developers.google.com/youtube/",
"preferred": true
},
{
Expand Down
18 changes: 13 additions & 5 deletions discovery/sqladmin-v1beta4.json
Expand Up @@ -1818,7 +1818,7 @@
}
}
},
"revision": "20200331",
"revision": "20200518",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down Expand Up @@ -2181,7 +2181,8 @@
"SQLSERVER_2017_EXPRESS",
"SQLSERVER_2017_WEB",
"POSTGRES_10",
"POSTGRES_12"
"POSTGRES_12",
"MYSQL_8_0"
],
"enumDescriptions": [
"This is an unknown database version.",
Expand All @@ -2196,7 +2197,8 @@
"The database version is SQL Server 2017 Express.",
"The database version is SQL Server 2017 Web.",
"The database version is PostgreSQL 10.",
"The database version is PostgreSQL 12."
"The database version is PostgreSQL 12.",
"The database version is MySQL 8."
],
"type": "string"
},
Expand Down Expand Up @@ -2525,6 +2527,10 @@
"description": "This is always <code>sql#exportContext</code>.",
"type": "string"
},
"offload": {
"description": "Option for export offload.",
"type": "boolean"
},
"sqlExportOptions": {
"description": "Options for exporting data as SQL statements.",
"properties": {
Expand Down Expand Up @@ -2610,7 +2616,8 @@
"The database version is SQL Server 2017 Express.",
"The database version is SQL Server 2017 Web.",
"The database version is PostgreSQL 10.",
"The database version is PostgreSQL 12."
"The database version is PostgreSQL 12.",
"The database version is MySQL 8."
],
"items": {
"enum": [
Expand All @@ -2626,7 +2633,8 @@
"SQLSERVER_2017_EXPRESS",
"SQLSERVER_2017_WEB",
"POSTGRES_10",
"POSTGRES_12"
"POSTGRES_12",
"MYSQL_8_0"
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -126,7 +126,6 @@ export {dfareporting_v3_3} from './apis/dfareporting/v3.3';
export {dfareporting_v3_4} from './apis/dfareporting/v3.4';
export {dialogflow_v2} from './apis/dialogflow/v2';
export {dialogflow_v2beta1} from './apis/dialogflow/v2beta1';
export {dialogflow_v3alpha1} from './apis/dialogflow/v3alpha1';
export {digitalassetlinks_v1} from './apis/digitalassetlinks/v1';
export {discovery_v1} from './apis/discovery/v1';
export {displayvideo_v1} from './apis/displayvideo/v1';
Expand Down Expand Up @@ -213,6 +212,7 @@ export {prod_tt_sasportal_v1alpha1} from './apis/prod_tt_sasportal/v1alpha1';
export {pubsub_v1} from './apis/pubsub/v1';
export {pubsub_v1beta1a} from './apis/pubsub/v1beta1a';
export {pubsub_v1beta2} from './apis/pubsub/v1beta2';
export {recommender_v1} from './apis/recommender/v1';
export {recommender_v1beta1} from './apis/recommender/v1beta1';
export {redis_v1} from './apis/redis/v1';
export {redis_v1beta1} from './apis/redis/v1beta1';
Expand Down

0 comments on commit a67796a

Please sign in to comment.