Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendsResource.ListRequest

Lists backends in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBackendsResponse>
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>
ProjectsResource.LocationsResource.BackendsResource.ListRequest
Implements
IClientServiceRequest<ListBackendsResponse>
IClientServiceRequest
Inherited Members
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.Xgafv
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.AccessToken
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.Alt
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.Callback
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.Fields
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.Key
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.OauthToken
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.PrettyPrint
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.QuotaUser
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.UploadType
FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>.UploadProtocol
ClientServiceRequest<ListBackendsResponse>.Execute()
ClientServiceRequest<ListBackendsResponse>.ExecuteAsStream()
ClientServiceRequest<ListBackendsResponse>.ExecuteAsync()
ClientServiceRequest<ListBackendsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBackendsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBackendsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBackendsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBackendsResponse>.GenerateRequestUri()
ClientServiceRequest<ListBackendsResponse>.GetBody()
ClientServiceRequest<ListBackendsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBackendsResponse>.ETagAction
ClientServiceRequest<ListBackendsResponse>.ModifyRequest
ClientServiceRequest<ListBackendsResponse>.ValidateParameters
ClientServiceRequest<ListBackendsResponse>.ApiVersion
ClientServiceRequest<ListBackendsResponse>.RequestParameters
ClientServiceRequest<ListBackendsResponse>.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.ListRequest : FirebaseAppHostingBaseServiceRequest<ListBackendsResponse>, IClientServiceRequest<ListBackendsResponse>, 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<ListBackendsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListBackendsResponse>.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. A parent name of the form projects/{project}/locations/{locationId}.

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<ListBackendsResponse>.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<ListBackendsResponse>.InitParameters()

Implements

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