Class: Google::Cloud::PubSub::V1::ModifyPushConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Request for the ModifyPushConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#push_config::Google::Cloud::PubSub::V1::PushConfig

Returns Required. The push configuration for future deliveries.

An empty pushConfig indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if Pull or StreamingPull is not called.

Returns:

  • (::Google::Cloud::PubSub::V1::PushConfig)

    Required. The push configuration for future deliveries.

    An empty pushConfig indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if Pull or StreamingPull is not called.



711
712
713
714
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 711

class ModifyPushConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subscription::String

Returns Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.

Returns:

  • (::String)

    Required. The name of the subscription. Format is projects/{project}/subscriptions/{sub}.



711
712
713
714
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 711

class ModifyPushConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end