Skip to content

Commit

Permalink
feat(firebasehosting): update the API
Browse files Browse the repository at this point in the history
#### firebasehosting:v1beta1

The following keys were added:
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.description
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.flatPath
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.httpMethod
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.id
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameterOrder
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameters.name.description
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameters.name.location
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameters.name.pattern
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameters.name.required
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.parameters.name.type
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.path
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.response.$ref
- resources.projects.resources.sites.resources.channels.resources.releases.methods.get.scopes
- resources.projects.resources.sites.resources.releases.methods.get.description
- resources.projects.resources.sites.resources.releases.methods.get.flatPath
- resources.projects.resources.sites.resources.releases.methods.get.httpMethod
- resources.projects.resources.sites.resources.releases.methods.get.id
- resources.projects.resources.sites.resources.releases.methods.get.parameterOrder
- resources.projects.resources.sites.resources.releases.methods.get.parameters.name.description
- resources.projects.resources.sites.resources.releases.methods.get.parameters.name.location
- resources.projects.resources.sites.resources.releases.methods.get.parameters.name.pattern
- resources.projects.resources.sites.resources.releases.methods.get.parameters.name.required
- resources.projects.resources.sites.resources.releases.methods.get.parameters.name.type
- resources.projects.resources.sites.resources.releases.methods.get.path
- resources.projects.resources.sites.resources.releases.methods.get.response.$ref
- resources.projects.resources.sites.resources.releases.methods.get.scopes
- resources.projects.resources.sites.resources.versions.methods.get.description
- resources.projects.resources.sites.resources.versions.methods.get.flatPath
- resources.projects.resources.sites.resources.versions.methods.get.httpMethod
- resources.projects.resources.sites.resources.versions.methods.get.id
- resources.projects.resources.sites.resources.versions.methods.get.parameterOrder
- resources.projects.resources.sites.resources.versions.methods.get.parameters.name.description
- resources.projects.resources.sites.resources.versions.methods.get.parameters.name.location
- resources.projects.resources.sites.resources.versions.methods.get.parameters.name.pattern
- resources.projects.resources.sites.resources.versions.methods.get.parameters.name.required
- resources.projects.resources.sites.resources.versions.methods.get.parameters.name.type
- resources.projects.resources.sites.resources.versions.methods.get.path
- resources.projects.resources.sites.resources.versions.methods.get.response.$ref
- resources.projects.resources.sites.resources.versions.methods.get.scopes
- resources.sites.resources.channels.resources.releases.methods.get.description
- resources.sites.resources.channels.resources.releases.methods.get.flatPath
- resources.sites.resources.channels.resources.releases.methods.get.httpMethod
- resources.sites.resources.channels.resources.releases.methods.get.id
- resources.sites.resources.channels.resources.releases.methods.get.parameterOrder
- resources.sites.resources.channels.resources.releases.methods.get.parameters.name.description
- resources.sites.resources.channels.resources.releases.methods.get.parameters.name.location
- resources.sites.resources.channels.resources.releases.methods.get.parameters.name.pattern
- resources.sites.resources.channels.resources.releases.methods.get.parameters.name.required
- resources.sites.resources.channels.resources.releases.methods.get.parameters.name.type
- resources.sites.resources.channels.resources.releases.methods.get.path
- resources.sites.resources.channels.resources.releases.methods.get.response.$ref
- resources.sites.resources.channels.resources.releases.methods.get.scopes
- resources.sites.resources.releases.methods.get.description
- resources.sites.resources.releases.methods.get.flatPath
- resources.sites.resources.releases.methods.get.httpMethod
- resources.sites.resources.releases.methods.get.id
- resources.sites.resources.releases.methods.get.parameterOrder
- resources.sites.resources.releases.methods.get.parameters.name.description
- resources.sites.resources.releases.methods.get.parameters.name.location
- resources.sites.resources.releases.methods.get.parameters.name.pattern
- resources.sites.resources.releases.methods.get.parameters.name.required
- resources.sites.resources.releases.methods.get.parameters.name.type
- resources.sites.resources.releases.methods.get.path
- resources.sites.resources.releases.methods.get.response.$ref
- resources.sites.resources.releases.methods.get.scopes
- resources.sites.resources.versions.methods.get.description
- resources.sites.resources.versions.methods.get.flatPath
- resources.sites.resources.versions.methods.get.httpMethod
- resources.sites.resources.versions.methods.get.id
- resources.sites.resources.versions.methods.get.parameterOrder
- resources.sites.resources.versions.methods.get.parameters.name.description
- resources.sites.resources.versions.methods.get.parameters.name.location
- resources.sites.resources.versions.methods.get.parameters.name.pattern
- resources.sites.resources.versions.methods.get.parameters.name.required
- resources.sites.resources.versions.methods.get.parameters.name.type
- resources.sites.resources.versions.methods.get.path
- resources.sites.resources.versions.methods.get.response.$ref
- resources.sites.resources.versions.methods.get.scopes
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent 873a7d7 commit cd2ec9e
Show file tree
Hide file tree
Showing 2 changed files with 1,133 additions and 89 deletions.
170 changes: 169 additions & 1 deletion discovery/firebasehosting-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/channels/{channelsId}/releases/{releasesId}",
"httpMethod": "GET",
"id": "firebasehosting.projects.sites.channels.releases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the Hosting release, in either of the following formats: - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID - sites/SITE_ID/releases/RELEASE_ID ",
"location": "path",
"pattern": "^projects/[^/]+/sites/[^/]+/channels/[^/]+/releases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Release"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/channels/{channelsId}/releases",
Expand Down Expand Up @@ -813,6 +841,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/releases/{releasesId}",
"httpMethod": "GET",
"id": "firebasehosting.projects.sites.releases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the Hosting release, in either of the following formats: - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID - sites/SITE_ID/releases/RELEASE_ID ",
"location": "path",
"pattern": "^projects/[^/]+/sites/[^/]+/releases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Release"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/releases",
Expand Down Expand Up @@ -951,6 +1007,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/versions/{versionsId}",
"httpMethod": "GET",
"id": "firebasehosting.projects.sites.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the version, in the format: sites/SITE_ID/versions/VERSION_ID",
"location": "path",
"pattern": "^projects/[^/]+/sites/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/projects/{projectsId}/sites/{sitesId}/versions",
Expand Down Expand Up @@ -1394,6 +1478,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/channels/{channelsId}/releases/{releasesId}",
"httpMethod": "GET",
"id": "firebasehosting.sites.channels.releases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the Hosting release, in either of the following formats: - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID - sites/SITE_ID/releases/RELEASE_ID ",
"location": "path",
"pattern": "^sites/[^/]+/channels/[^/]+/releases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Release"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/channels/{channelsId}/releases",
Expand Down Expand Up @@ -1628,6 +1740,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/releases/{releasesId}",
"httpMethod": "GET",
"id": "firebasehosting.sites.releases.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the Hosting release, in either of the following formats: - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID - sites/SITE_ID/releases/RELEASE_ID ",
"location": "path",
"pattern": "^sites/[^/]+/releases/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Release"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/releases",
Expand Down Expand Up @@ -1766,6 +1906,34 @@
"https://www.googleapis.com/auth/firebase"
]
},
"get": {
"description": "Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/versions/{versionsId}",
"httpMethod": "GET",
"id": "firebasehosting.sites.versions.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The fully-qualified resource name for the version, in the format: sites/SITE_ID/versions/VERSION_ID",
"location": "path",
"pattern": "^sites/[^/]+/versions/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+name}",
"response": {
"$ref": "Version"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/firebase",
"https://www.googleapis.com/auth/firebase.readonly"
]
},
"list": {
"description": "Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site.",
"flatPath": "v1beta1/sites/{sitesId}/versions",
Expand Down Expand Up @@ -1939,7 +2107,7 @@
}
}
},
"revision": "20230131",
"revision": "20230207",
"rootUrl": "https://firebasehosting.googleapis.com/",
"schemas": {
"ActingUser": {
Expand Down

0 comments on commit cd2ec9e

Please sign in to comment.