Class SitesResource.VersionsResource.PopulateFilesRequest
Adds content files to the specified version. Each file must be under 2 GB.
Inheritance
SitesResource.VersionsResource.PopulateFilesRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class SitesResource.VersionsResource.PopulateFilesRequest : FirebaseHostingBaseServiceRequest<PopulateVersionFilesResponse>, IClientServiceRequest<PopulateVersionFilesResponse>, IClientServiceRequest
Constructors
PopulateFilesRequest(IClientService, PopulateVersionFilesRequest, string)
Constructs a new PopulateFiles request.
Declaration
public PopulateFilesRequest(IClientService service, PopulateVersionFilesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PopulateVersionFilesRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.PopulateVersionFilesResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.PopulateVersionFilesResponse>.MethodName
Parent
Required. The version to which to add files, in the format: sites/SITE_ID /versions/VERSION_ID
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.PopulateVersionFilesResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.PopulateVersionFilesResponse>.GetBody()
InitParameters()
Initializes PopulateFiles parameter list.
Declaration
protected override void InitParameters()