Class ProjectsResource.SitesResource.VersionsResource.FilesResource
The "files" collection of methods.
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.VersionsResource.FilesResource
Constructors
FilesResource(IClientService)
Constructs a new resource.
Declaration
public FilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists the remaining files to be uploaded for the specified version.
Declaration
public virtual ProjectsResource.SitesResource.VersionsResource.FilesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The version for which to list files, in the format: sites/SITE_ID /versions/VERSION_ID |
Returns
Type | Description |
---|---|
ProjectsResource.SitesResource.VersionsResource.FilesResource.ListRequest |