Show / Hide Table of Contents

Class SitesResource.VersionsResource.FilesResource

The "files" collection of methods.

Inheritance
object
SitesResource.VersionsResource.FilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class 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 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
SitesResource.VersionsResource.FilesResource.ListRequest
In this article
Back to top Generated by DocFX