Class ProjectsResource.SitesResource.CustomDomainsResource.ListRequest
Lists each CustomDomain
associated with the specified parent Hosting site. Returns CustomDomain
s
in a consistent, but undefined, order to facilitate pagination.
Inheritance
ProjectsResource.SitesResource.CustomDomainsResource.ListRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.CustomDomainsResource.ListRequest : FirebaseHostingBaseServiceRequest<ListCustomDomainsResponse>, IClientServiceRequest<ListCustomDomainsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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.ListCustomDomainsResponse>.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.ListCustomDomainsResponse>.MethodName
PageSize
The max number of CustomDomain
entities to return in a request. Defaults to 10.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A token from a previous call to ListCustomDomains
that tells the server where to resume
listing.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The Firebase Hosting Site
with CustomDomain
entities you'd like to list.
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.ListCustomDomainsResponse>.RestPath
ShowDeleted
If true, the request returns soft-deleted CustomDomain
s that haven't been fully-deleted yet.
To restore deleted CustomDomain
s, make an UndeleteCustomDomain
request.
Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()