Class: Google::Cloud::PubSub::V1::ListTopicsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Maximum number of topics to return.

Returns:

  • (::Integer)

    Optional. Maximum number of topics to return.



329
330
331
332
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 329

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

#page_token::String

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

Returns:

  • (::String)

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



329
330
331
332
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 329

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

#project::String

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

Returns:

  • (::String)

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



329
330
331
332
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 329

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