Skip to content

Commit 15eb02b

Browse files
chore(firebasehosting): update the api
#### firebasehosting:v1beta1 The following keys were deleted: - schemas.PopulateVersionFilesRequest (Total Keys: 1) The following keys were changed: - resources.projects.resources.sites.resources.channels.resources.releases.methods.create (Total Keys: 1) - resources.projects.resources.sites.resources.channels.resources.releases.methods.create.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.channels.resources.releases.methods.create.parameters.versionName (Total Keys: 1) - resources.projects.resources.sites.resources.channels.resources.releases.methods.list.parameters.pageSize (Total Keys: 1) - resources.projects.resources.sites.resources.channels.resources.releases.methods.list.parameters.pageToken (Total Keys: 1) - resources.projects.resources.sites.resources.channels.resources.releases.methods.list.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.create (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.create.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.create.parameters.versionName (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.list.parameters.pageSize (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.list.parameters.pageToken (Total Keys: 1) - resources.projects.resources.sites.resources.releases.methods.list.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.create (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.create.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.delete.parameters.name (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.patch (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.patch.parameters.name (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.populateFiles (Total Keys: 1) - resources.projects.resources.sites.resources.versions.methods.populateFiles.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.versions.resources.files.methods.list.parameters.pageSize (Total Keys: 1) - resources.projects.resources.sites.resources.versions.resources.files.methods.list.parameters.pageToken (Total Keys: 1) - resources.projects.resources.sites.resources.versions.resources.files.methods.list.parameters.parent (Total Keys: 1) - resources.projects.resources.sites.resources.versions.resources.files.methods.list.parameters.status (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.create (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.create.parameters.parent (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.create.parameters.versionName (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.list.parameters.pageSize (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.list.parameters.pageToken (Total Keys: 1) - resources.sites.resources.channels.resources.releases.methods.list.parameters.parent (Total Keys: 1) - resources.sites.resources.releases.methods.create (Total Keys: 1) - resources.sites.resources.releases.methods.create.parameters.parent (Total Keys: 1) - resources.sites.resources.releases.methods.create.parameters.versionName (Total Keys: 1) - resources.sites.resources.releases.methods.list.parameters.pageSize (Total Keys: 1) - resources.sites.resources.releases.methods.list.parameters.pageToken (Total Keys: 1) - resources.sites.resources.releases.methods.list.parameters.parent (Total Keys: 1) - resources.sites.resources.versions.methods.create (Total Keys: 1) - resources.sites.resources.versions.methods.create.parameters.parent (Total Keys: 1) - resources.sites.resources.versions.methods.delete.parameters.name (Total Keys: 1) - resources.sites.resources.versions.methods.patch (Total Keys: 1) - resources.sites.resources.versions.methods.patch.parameters.name (Total Keys: 1) - resources.sites.resources.versions.methods.populateFiles (Total Keys: 1) - resources.sites.resources.versions.methods.populateFiles.parameters.parent (Total Keys: 1) - resources.sites.resources.versions.resources.files.methods.list.parameters.pageSize (Total Keys: 1) - resources.sites.resources.versions.resources.files.methods.list.parameters.pageToken (Total Keys: 1) - resources.sites.resources.versions.resources.files.methods.list.parameters.parent (Total Keys: 1) - resources.sites.resources.versions.resources.files.methods.list.parameters.status (Total Keys: 1) - revision (Total Keys: 1) - schemas.Header (Total Keys: 1) - schemas.Header.properties.glob (Total Keys: 1) - schemas.ListReleasesResponse.properties.nextPageToken (Total Keys: 1) - schemas.ListVersionFilesResponse.properties.files (Total Keys: 1) - schemas.ListVersionFilesResponse.properties.nextPageToken (Total Keys: 1) - schemas.PopulateVersionFilesRequest.properties.files (Total Keys: 1) - schemas.PopulateVersionFilesResponse.properties.uploadRequiredHashes (Total Keys: 1) - schemas.PopulateVersionFilesResponse.properties.uploadUrl (Total Keys: 1) - schemas.Redirect (Total Keys: 1) - schemas.Redirect.properties.glob (Total Keys: 1) - schemas.Release.properties.name (Total Keys: 1) - schemas.Rewrite (Total Keys: 1) - schemas.Rewrite.properties.glob (Total Keys: 1) - schemas.ServingConfig (Total Keys: 1) - schemas.Version (Total Keys: 1) - schemas.Version.properties.config (Total Keys: 1) - schemas.Version.properties.name (Total Keys: 1) - schemas.Version.properties.status (Total Keys: 1)
1 parent 348a8bc commit 15eb02b

11 files changed

+2964
-2965
lines changed

docs/dyn/firebasehosting_v1beta1.projects.sites.channels.html

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.projects.sites.channels.releases.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ <h3>Method Details</h3>
9494
<pre>Lists the remaining files to be uploaded for the specified version.
9595

9696
Args:
97-
parent: string, Required. The parent to list files for, in the format: sites/site-name /versions/versionID (required)
98-
pageSize: integer, The page size to return. Defaults to 1000.
99-
pageToken: string, The next_page_token from a previous request, if provided. This will be the encoded version of a firebase.hosting.proto.metadata.ListFilesPageToken.
100-
status: string, The type of files in the version that should be listed.
97+
parent: string, Required. The version for which to list files, in the format: sites/ SITE_NAME/versions/VERSION_ID (required)
98+
pageSize: integer, The maximum number of version files to return. The service may return a lower number if fewer version files exist than this maximum number. If unspecified, defaults to 1000.
99+
pageToken: string, A token from a previous call to `ListVersionFiles` that tells the server where to resume listing.
100+
status: string, The type of files that should be listed for the specified version.
101101
Allowed values
102102
STATUS_UNSPECIFIED - The default status; should not be intentionally used.
103103
EXPECTED - The file has been included in the version and is expected to be uploaded in the near future.
@@ -111,14 +111,14 @@ <h3>Method Details</h3>
111111
An object of the form:
112112

113113
{
114-
&quot;files&quot;: [ # The list path/hashes in the specified version.
114+
&quot;files&quot;: [ # The list of paths to the hashes of the files in the specified version.
115115
{ # A static content file that is part of a version.
116116
&quot;hash&quot;: &quot;A String&quot;, # The SHA256 content hash of the file.
117117
&quot;path&quot;: &quot;A String&quot;, # The URI at which the file&#x27;s content should display.
118118
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of a particular file in the specified version. The value will be either `pending upload` or `uploaded`.
119119
},
120120
],
121-
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
121+
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist beyond the ones in this response. Include this token in your next call to `ListVersionFiles`. Page tokens are short-lived and should not be stored.
122122
}</pre>
123123
</div>
124124

docs/dyn/firebasehosting_v1beta1.projects.sites.versions.html

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.sites.channels.html

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.sites.channels.releases.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.sites.releases.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

docs/dyn/firebasehosting_v1beta1.sites.versions.files.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ <h3>Method Details</h3>
9494
<pre>Lists the remaining files to be uploaded for the specified version.
9595

9696
Args:
97-
parent: string, Required. The parent to list files for, in the format: sites/site-name /versions/versionID (required)
98-
pageSize: integer, The page size to return. Defaults to 1000.
99-
pageToken: string, The next_page_token from a previous request, if provided. This will be the encoded version of a firebase.hosting.proto.metadata.ListFilesPageToken.
100-
status: string, The type of files in the version that should be listed.
97+
parent: string, Required. The version for which to list files, in the format: sites/ SITE_NAME/versions/VERSION_ID (required)
98+
pageSize: integer, The maximum number of version files to return. The service may return a lower number if fewer version files exist than this maximum number. If unspecified, defaults to 1000.
99+
pageToken: string, A token from a previous call to `ListVersionFiles` that tells the server where to resume listing.
100+
status: string, The type of files that should be listed for the specified version.
101101
Allowed values
102102
STATUS_UNSPECIFIED - The default status; should not be intentionally used.
103103
EXPECTED - The file has been included in the version and is expected to be uploaded in the near future.
@@ -111,14 +111,14 @@ <h3>Method Details</h3>
111111
An object of the form:
112112

113113
{
114-
&quot;files&quot;: [ # The list path/hashes in the specified version.
114+
&quot;files&quot;: [ # The list of paths to the hashes of the files in the specified version.
115115
{ # A static content file that is part of a version.
116116
&quot;hash&quot;: &quot;A String&quot;, # The SHA256 content hash of the file.
117117
&quot;path&quot;: &quot;A String&quot;, # The URI at which the file&#x27;s content should display.
118118
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of a particular file in the specified version. The value will be either `pending upload` or `uploaded`.
119119
},
120120
],
121-
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
121+
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist beyond the ones in this response. Include this token in your next call to `ListVersionFiles`. Page tokens are short-lived and should not be stored.
122122
}</pre>
123123
</div>
124124

0 commit comments

Comments
 (0)