Class SubscriptionsResource.ModifyPushConfigRequest
Modifies the PushConfig for a specified subscription. This method can be used to suspend the flow of messages to an endpoint by clearing the PushConfig field in the request. Messages will be accumulated for delivery even if no push configuration is defined or while the configuration is modified.
Inheritance
SubscriptionsResource.ModifyPushConfigRequest
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class SubscriptionsResource.ModifyPushConfigRequest : PubsubBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
ModifyPushConfigRequest(IClientService, ModifyPushConfigRequest)
Constructs a new ModifyPushConfig request.
Declaration
public ModifyPushConfigRequest(IClientService service, ModifyPushConfigRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ModifyPushConfigRequest | 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 ModifyPushConfig parameter list.
Declaration
protected override void InitParameters()