Show / Hide Table of Contents

Class PlatformsResource.ChannelsResource.ListRequest

Returns list of channels that are available for a given platform.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListChannelsResponse>
VersionHistoryBaseServiceRequest<ListChannelsResponse>
PlatformsResource.ChannelsResource.ListRequest
Implements
IClientServiceRequest<ListChannelsResponse>
IClientServiceRequest
Inherited Members
VersionHistoryBaseServiceRequest<ListChannelsResponse>.Xgafv
VersionHistoryBaseServiceRequest<ListChannelsResponse>.AccessToken
VersionHistoryBaseServiceRequest<ListChannelsResponse>.Alt
VersionHistoryBaseServiceRequest<ListChannelsResponse>.Callback
VersionHistoryBaseServiceRequest<ListChannelsResponse>.Fields
VersionHistoryBaseServiceRequest<ListChannelsResponse>.Key
VersionHistoryBaseServiceRequest<ListChannelsResponse>.OauthToken
VersionHistoryBaseServiceRequest<ListChannelsResponse>.PrettyPrint
VersionHistoryBaseServiceRequest<ListChannelsResponse>.QuotaUser
VersionHistoryBaseServiceRequest<ListChannelsResponse>.UploadType
VersionHistoryBaseServiceRequest<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.VersionHistory.v1
Assembly: Google.Apis.VersionHistory.v1.dll
Syntax
public class PlatformsResource.ChannelsResource.ListRequest : VersionHistoryBaseServiceRequest<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
ClientServiceRequest<ListChannelsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default.

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

PageToken

Optional. A page token, received from a previous ListChannels call. Provide this to retrieve the subsequent page.

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

Parent

Required. The platform, which owns this collection of channels. Format: {product}/platforms/{platform}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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