Show / Hide Table of Contents

Class SubscriptionsResource.PullRequest

Pulls a single message from the server. If return_immediately is true, and no messages are available in the subscription, this method returns FAILED_PRECONDITION. The system is free to return an UNAVAILABLE error if no messages are available in a reasonable amount of time (to reduce system load).

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PullResponse>
PubsubBaseServiceRequest<PullResponse>
SubscriptionsResource.PullRequest
Implements
IClientServiceRequest<PullResponse>
IClientServiceRequest
Inherited Members
PubsubBaseServiceRequest<PullResponse>.Xgafv
PubsubBaseServiceRequest<PullResponse>.AccessToken
PubsubBaseServiceRequest<PullResponse>.Alt
PubsubBaseServiceRequest<PullResponse>.Callback
PubsubBaseServiceRequest<PullResponse>.Fields
PubsubBaseServiceRequest<PullResponse>.Key
PubsubBaseServiceRequest<PullResponse>.OauthToken
PubsubBaseServiceRequest<PullResponse>.PrettyPrint
PubsubBaseServiceRequest<PullResponse>.QuotaUser
PubsubBaseServiceRequest<PullResponse>.UploadType
PubsubBaseServiceRequest<PullResponse>.UploadProtocol
ClientServiceRequest<PullResponse>.Execute()
ClientServiceRequest<PullResponse>.ExecuteAsStream()
ClientServiceRequest<PullResponse>.ExecuteAsync()
ClientServiceRequest<PullResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PullResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PullResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PullResponse>.CreateRequest(bool?)
ClientServiceRequest<PullResponse>.GenerateRequestUri()
ClientServiceRequest<PullResponse>.GetDefaultETagAction(string)
ClientServiceRequest<PullResponse>.ETagAction
ClientServiceRequest<PullResponse>.ModifyRequest
ClientServiceRequest<PullResponse>.ValidateParameters
ClientServiceRequest<PullResponse>.ApiVersion
ClientServiceRequest<PullResponse>.RequestParameters
ClientServiceRequest<PullResponse>.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.PullRequest : PubsubBaseServiceRequest<PullResponse>, IClientServiceRequest<PullResponse>, IClientServiceRequest

Constructors

PullRequest(IClientService, PullRequest)

Constructs a new Pull request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Pull parameter list.

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

Implements

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