Show / Hide Table of Contents

Class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest

Returns all committed cursor information for a subscription.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPartitionCursorsResponse>
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>
CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest
Implements
IClientServiceRequest<ListPartitionCursorsResponse>
IClientServiceRequest
Inherited Members
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.Xgafv
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.AccessToken
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.Alt
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.Callback
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.Fields
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.Key
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.OauthToken
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.PrettyPrint
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.QuotaUser
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.UploadType
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.UploadProtocol
ClientServiceRequest<ListPartitionCursorsResponse>.Execute()
ClientServiceRequest<ListPartitionCursorsResponse>.ExecuteAsStream()
ClientServiceRequest<ListPartitionCursorsResponse>.ExecuteAsync()
ClientServiceRequest<ListPartitionCursorsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPartitionCursorsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPartitionCursorsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPartitionCursorsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPartitionCursorsResponse>.GenerateRequestUri()
ClientServiceRequest<ListPartitionCursorsResponse>.GetBody()
ClientServiceRequest<ListPartitionCursorsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPartitionCursorsResponse>.ETagAction
ClientServiceRequest<ListPartitionCursorsResponse>.ModifyRequest
ClientServiceRequest<ListPartitionCursorsResponse>.ValidateParameters
ClientServiceRequest<ListPartitionCursorsResponse>.ApiVersion
ClientServiceRequest<ListPartitionCursorsResponse>.RequestParameters
ClientServiceRequest<ListPartitionCursorsResponse>.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.PubsubLite.v1
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class CursorResource.ProjectsResource.LocationsResource.SubscriptionsResource.CursorsResource.ListRequest : PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>, IClientServiceRequest<ListPartitionCursorsResponse>, 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<ListPartitionCursorsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of cursors to return. The service may return fewer than this value. If unset or zero, all cursors for the parent will be returned.

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

PageToken

A page token, received from a previous ListPartitionCursors call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPartitionCursors must match the call that provided the page token.

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

Parent

Required. The subscription for which to retrieve cursors. Structured like projects/{project_number}/locations/{location}/subscriptions/{subscription_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
ClientServiceRequest<ListPartitionCursorsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
PubsubLiteBaseServiceRequest<ListPartitionCursorsResponse>.InitParameters()

Implements

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