Show / Hide Table of Contents

Class ProjectsResource.SitesResource.ChannelsResource.ListRequest

Lists the channels for the specified site. All sites have a default live channel.

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

PageSize

The maximum number of channels to return. The service may return a lower number if fewer channels exist than this maximum number. If unspecified, defaults to 10. 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 ListChannels 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 for which to list channels, in the format: sites/SITE_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.ListChannelsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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