Class: Google::Cloud::PubSub::V1::ListSubscriptionsRequest

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 ListSubscriptions method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of subscriptions to return.

Returns:

  • (::Integer)

    Maximum number of subscriptions to return.



669
670
671
672
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 669

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

#page_token::String

Returns The value returned by the last ListSubscriptionsResponse; indicates that this is a continuation of a prior ListSubscriptions call, and that the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListSubscriptionsResponse; indicates that this is a continuation of a prior ListSubscriptions call, and that the system should return the next page of data.



669
670
671
672
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 669

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

#project::String

Returns Required. The name of the project in which to list subscriptions. Format is projects/{project-id}.

Returns:

  • (::String)

    Required. The name of the project in which to list subscriptions. Format is projects/{project-id}.



669
670
671
672
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 669

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