Show / Hide Table of Contents

Class LiveChatMessagesResource.ListRequest

Retrieves a list of resources, possibly filtered.

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

Constructors

ListRequest(IClientService, string, Repeatable<string>)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string liveChatId, Repeatable<string> part)
Parameters
Type Name Description
IClientService service
string liveChatId
Repeatable<string> part

Properties

Hl

Specifies the localization language in which the system messages should be returned.

Declaration
[RequestParameter("hl", RequestParameterType.Query)]
public virtual string Hl { 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<LiveChatMessageListResponse>.HttpMethod

LiveChatId

The id of the live chat for which comments should be returned.

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

MaxResults

The maxResults parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MethodName

Gets the method name.

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

PageToken

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.

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

Part

The part parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.

Declaration
[RequestParameter("part", RequestParameterType.Query)]
public virtual Repeatable<string> Part { get; }
Property Value
Type Description
Repeatable<string>

ProfileImageSize

Specifies the size of the profile image that should be returned for each user.

Declaration
[RequestParameter("profileImageSize", RequestParameterType.Query)]
public virtual long? ProfileImageSize { get; set; }
Property Value
Type Description
long?

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
YouTubeBaseServiceRequest<LiveChatMessageListResponse>.InitParameters()

Implements

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