Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendsResource.DomainsResource.ListRequest

Lists domains of a backend.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDomainsResponse>
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.ListRequest
Implements
IClientServiceRequest<ListDomainsResponse>
IClientServiceRequest
Inherited Members
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.Xgafv
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.AccessToken
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.Alt
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.Callback
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.Fields
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.Key
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.OauthToken
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.PrettyPrint
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.QuotaUser
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.UploadType
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.UploadProtocol
ClientServiceRequest<ListDomainsResponse>.Execute()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsync()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDomainsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDomainsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDomainsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDomainsResponse>.GetBody()
ClientServiceRequest<ListDomainsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDomainsResponse>.ETagAction
ClientServiceRequest<ListDomainsResponse>.ModifyRequest
ClientServiceRequest<ListDomainsResponse>.ValidateParameters
ClientServiceRequest<ListDomainsResponse>.ApiVersion
ClientServiceRequest<ListDomainsResponse>.RequestParameters
ClientServiceRequest<ListDomainsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.BackendsResource.DomainsResource.ListRequest : FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>, IClientServiceRequest<ListDomainsResponse>, 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

Filter

Optional. A filter to narrow down results to a preferred subset. Learn more about filtering in Google's AIP 160 standard.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListDomainsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListDomainsResponse>.MethodName

OrderBy

Optional. Hint for how to order the results. Supported fields are name and createTime. To specify descending order, append a desc suffix.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

Optional. The maximum number of results to return. If not set, the service selects a default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token received from the nextPageToken field in the response. Send that page token to receive the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent backend in the format: projects/{project}/locations/{locationId}/backends/{backendId}.

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
ClientServiceRequest<ListDomainsResponse>.RestPath

ShowDeleted

Optional. If true, the request returns soft-deleted resources that haven't been fully-deleted yet.

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()
Overrides
FirebaseAppHostingBaseServiceRequest<ListDomainsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX