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 bcoe committed Dec 3, 2020
1 parent b8120c9 commit ae578b8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
releaseType: node
10 changes: 9 additions & 1 deletion disclaimers.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"api": "billingbudgets",
"package": "@google-cloud/billing-budgets"
},
{
"api": "binaryauthorization",
"package": "@google-cloud/binary-authorization"
},
{
"api": "cloudbuild",
"package": "@google-cloud/cloudbuild"
Expand Down Expand Up @@ -69,7 +73,7 @@
},
{
"api": "dialogflow",
"package": "dialogflow"
"package": "@google-cloud/dialogflow"
},
{
"api": "dialogflow",
Expand Down Expand Up @@ -167,6 +171,10 @@
"api": "logging",
"package": "@google-cloud/logging-winston"
},
{
"api": "managedidentities",
"package": "@google-cloud/managed-identities"
},
{
"api": "mediatranslation",
"package": "@google-cloud/media-translation"
Expand Down
12 changes: 6 additions & 6 deletions discovery/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2666,12 +2666,12 @@
},
{
"kind": "discovery#directoryItem",
"id": "jobs:v2",
"id": "jobs:v3",
"name": "jobs",
"version": "v2",
"version": "v3",
"title": "Cloud Talent Solution API",
"description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.",
"discoveryRestUrl": "https://jobs.googleapis.com/$discovery/rest?version=v2",
"discoveryRestUrl": "https://jobs.googleapis.com/$discovery/rest?version=v3",
"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 All @@ -2681,12 +2681,12 @@
},
{
"kind": "discovery#directoryItem",
"id": "jobs:v3",
"id": "jobs:v4",
"name": "jobs",
"version": "v3",
"version": "v4",
"title": "Cloud Talent Solution API",
"description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.",
"discoveryRestUrl": "https://jobs.googleapis.com/$discovery/rest?version=v3",
"discoveryRestUrl": "https://jobs.googleapis.com/$discovery/rest?version=v4",
"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
16 changes: 4 additions & 12 deletions discovery/youtube-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2157,11 +2157,7 @@
"$ref": "MemberListResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.channel-memberships.creator",
"https://www.googleapis.com/auth/youtube.force-ssl",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner"
"https://www.googleapis.com/auth/youtube.channel-memberships.creator"
]
}
}
Expand Down Expand Up @@ -2190,11 +2186,7 @@
"$ref": "MembershipsLevelListResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.channel-memberships.creator",
"https://www.googleapis.com/auth/youtube.force-ssl",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner"
"https://www.googleapis.com/auth/youtube.channel-memberships.creator"
]
}
}
Expand Down Expand Up @@ -3855,7 +3847,7 @@
}
}
},
"revision": "20201110",
"revision": "20201202",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -7486,7 +7478,7 @@
"description": "The URL for the background image shown on the video watch page. The image should be 1200px by 615px, with a maximum file size of 128k."
},
"bannerExternalUrl": {
"description": "This is used only in update requests; if it's set, we use this URL to generate all of the above banner URLs.",
"description": "This is generated when a ChannelBanner.Insert request has succeeded for the given channel.",
"type": "string"
},
"bannerImageUrl": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export {indexing_v3} from './apis/indexing/v3';
export {jobs_v2} from './apis/jobs/v2';
export {jobs_v3} from './apis/jobs/v3';
export {jobs_v3p1beta1} from './apis/jobs/v3p1beta1';
export {jobs_v4} from './apis/jobs/v4';
export {kgsearch_v1} from './apis/kgsearch/v1';
export {language_v1} from './apis/language/v1';
export {language_v1beta1} from './apis/language/v1beta1';
Expand Down

0 comments on commit ae578b8

Please sign in to comment.