Show / Hide Table of Contents

Class ProjectsResource.SitesResource.VersionsResource.ListRequest

Lists the versions that have been created for the specified site. This list includes versions for both the default live channel and any active preview channels for the specified site.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListVersionsResponse>
FirebaseHostingBaseServiceRequest<ListVersionsResponse>
ProjectsResource.SitesResource.VersionsResource.ListRequest
Implements
IClientServiceRequest<ListVersionsResponse>
IClientServiceRequest
Inherited Members
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.Xgafv
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.AccessToken
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.Alt
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.Callback
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.Fields
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.Key
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.OauthToken
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.PrettyPrint
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.QuotaUser
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.UploadType
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.UploadProtocol
ClientServiceRequest<ListVersionsResponse>.Execute()
ClientServiceRequest<ListVersionsResponse>.ExecuteAsStream()
ClientServiceRequest<ListVersionsResponse>.ExecuteAsync()
ClientServiceRequest<ListVersionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListVersionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListVersionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListVersionsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListVersionsResponse>.GenerateRequestUri()
ClientServiceRequest<ListVersionsResponse>.GetBody()
ClientServiceRequest<ListVersionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListVersionsResponse>.ETagAction
ClientServiceRequest<ListVersionsResponse>.ModifyRequest
ClientServiceRequest<ListVersionsResponse>.ValidateParameters
ClientServiceRequest<ListVersionsResponse>.ApiVersion
ClientServiceRequest<ListVersionsResponse>.RequestParameters
ClientServiceRequest<ListVersionsResponse>.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.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.VersionsResource.ListRequest : FirebaseHostingBaseServiceRequest<ListVersionsResponse>, IClientServiceRequest<ListVersionsResponse>, 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

A filter string used to return a subset of versions in the response. The currently supported fields for filtering are: name, status, and create_time. 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.ListVersionsResponse>.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.ListVersionsResponse>.MethodName

PageSize

The maximum number of versions to return. The service may return a lower number if fewer versions exist than this maximum number. If unspecified, defaults to 25. The maximum value is 100; values above 100 will be coerced to 100.

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

PageToken

A token from a previous call to ListVersions 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 site or channel for which to list versions, in either of the following formats: - sites/SITE_ID - sites/SITE_ID/channels/CHANNEL_ID

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseHostingBaseServiceRequest<ListVersionsResponse>.InitParameters()

Implements

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