Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SupportedRuntimesResource.ListRequest

Lists the runtimes supported by the backend. The list of runtimes may vary across projects and locations, for example, during staged rollouts of new runtime support.

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

MethodName

Gets the method name.

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

PageSize

Optional. The suggested number of runtimes to return. This field is ignored. We return all runtimes in a single page regardless of the page size.

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

Parent

Required. The parent, which owns this collection of SupportedRuntime. Format: projects/{project}/locations/{location}

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<ListSupportedRuntimesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseAppHostingBaseServiceRequest<ListSupportedRuntimesResponse>.InitParameters()

Implements

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