Skip to content

Commit

Permalink
chore(firebasehosting): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent 348a8bc commit 15eb02b
Show file tree
Hide file tree
Showing 11 changed files with 2,964 additions and 2,965 deletions.
132 changes: 66 additions & 66 deletions docs/dyn/firebasehosting_v1beta1.projects.sites.channels.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/dyn/firebasehosting_v1beta1.projects.sites.releases.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ <h3>Method Details</h3>
<pre>Lists the remaining files to be uploaded for the specified version.

Args:
parent: string, Required. The parent to list files for, in the format: sites/site-name /versions/versionID (required)
pageSize: integer, The page size to return. Defaults to 1000.
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.
status: string, The type of files in the version that should be listed.
parent: string, Required. The version for which to list files, in the format: sites/ SITE_NAME/versions/VERSION_ID (required)
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.
pageToken: string, A token from a previous call to `ListVersionFiles` that tells the server where to resume listing.
status: string, The type of files that should be listed for the specified version.
Allowed values
STATUS_UNSPECIFIED - The default status; should not be intentionally used.
EXPECTED - The file has been included in the version and is expected to be uploaded in the near future.
Expand All @@ -111,14 +111,14 @@ <h3>Method Details</h3>
An object of the form:

{
&quot;files&quot;: [ # The list path/hashes in the specified version.
&quot;files&quot;: [ # The list of paths to the hashes of the files in the specified version.
{ # A static content file that is part of a version.
&quot;hash&quot;: &quot;A String&quot;, # The SHA256 content hash of the file.
&quot;path&quot;: &quot;A String&quot;, # The URI at which the file&#x27;s content should display.
&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`.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
&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.
}</pre>
</div>

Expand Down
128 changes: 64 additions & 64 deletions docs/dyn/firebasehosting_v1beta1.projects.sites.versions.html

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions docs/dyn/firebasehosting_v1beta1.sites.channels.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/dyn/firebasehosting_v1beta1.sites.channels.releases.html

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/dyn/firebasehosting_v1beta1.sites.releases.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/dyn/firebasehosting_v1beta1.sites.versions.files.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ <h3>Method Details</h3>
<pre>Lists the remaining files to be uploaded for the specified version.

Args:
parent: string, Required. The parent to list files for, in the format: sites/site-name /versions/versionID (required)
pageSize: integer, The page size to return. Defaults to 1000.
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.
status: string, The type of files in the version that should be listed.
parent: string, Required. The version for which to list files, in the format: sites/ SITE_NAME/versions/VERSION_ID (required)
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.
pageToken: string, A token from a previous call to `ListVersionFiles` that tells the server where to resume listing.
status: string, The type of files that should be listed for the specified version.
Allowed values
STATUS_UNSPECIFIED - The default status; should not be intentionally used.
EXPECTED - The file has been included in the version and is expected to be uploaded in the near future.
Expand All @@ -111,14 +111,14 @@ <h3>Method Details</h3>
An object of the form:

{
&quot;files&quot;: [ # The list path/hashes in the specified version.
&quot;files&quot;: [ # The list of paths to the hashes of the files in the specified version.
{ # A static content file that is part of a version.
&quot;hash&quot;: &quot;A String&quot;, # The SHA256 content hash of the file.
&quot;path&quot;: &quot;A String&quot;, # The URI at which the file&#x27;s content should display.
&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`.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token, if more results exist.
&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.
}</pre>
</div>

Expand Down
Loading

0 comments on commit 15eb02b

Please sign in to comment.