Class SubscriptionsResource.AcknowledgeRequest
Acknowledges a particular received message: the Pub/Sub system can remove the given message from the subscription. Acknowledging a message whose Ack deadline has expired may succeed, but the message could have been already redelivered. Acknowledging a message more than once will not result in an error. This is only used for messages received via pull.
Inheritance
SubscriptionsResource.AcknowledgeRequest
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class SubscriptionsResource.AcknowledgeRequest : PubsubBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
AcknowledgeRequest(IClientService, AcknowledgeRequest)
Constructs a new Acknowledge request.
Declaration
public AcknowledgeRequest(IClientService service, AcknowledgeRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AcknowledgeRequest | 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 Acknowledge parameter list.
Declaration
protected override void InitParameters()