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
SubscriptionsResource.PullBatchRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes PullBatch parameter list.
Declaration
protected override void InitParameters()