Show / Hide Table of Contents

Class SubscriptionsResource.PullBatchRequest

Pulls messages from the server. Returns an empty list if there are no messages available in the backlog. The system is free to return UNAVAILABLE if there are too many pull requests outstanding for the given subscription.

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

Constructors

PullBatchRequest(IClientService, PullBatchRequest)

Constructs a new PullBatch request.

Declaration
public PullBatchRequest(IClientService service, PullBatchRequest body)
Parameters
Type Name Description
IClientService service
PullBatchRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<PullBatchResponse>.GetBody()

InitParameters()

Initializes PullBatch parameter list.

Declaration
protected override void InitParameters()
Overrides
PubsubBaseServiceRequest<PullBatchResponse>.InitParameters()

Implements

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