Class SitesResource.GetConfigRequest
Gets the Hosting metadata for a specific site.
Inheritance
SitesResource.GetConfigRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class SitesResource.GetConfigRequest : FirebaseHostingBaseServiceRequest<SiteConfig>, IClientServiceRequest<SiteConfig>, IClientServiceRequest
Constructors
GetConfigRequest(IClientService, string)
Constructs a new GetConfig request.
Declaration
public GetConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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.SiteConfig>.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.SiteConfig>.MethodName
Name
Required. The site for which to get the SiteConfig, in the format: sites/ site-name/config
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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.SiteConfig>.RestPath
Methods
InitParameters()
Initializes GetConfig parameter list.
Declaration
protected override void InitParameters()