Class: Google::Pubsub::V1::ListTopicsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Request for the +ListTopics+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size ⇒ Integer

Returns Maximum number of topics to return.

Returns:

  • (Integer) —

    Maximum number of topics to return.



123
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 123

class ListTopicsRequest; end

#page_token ⇒ String

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) —

    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.



123
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 123

class ListTopicsRequest; end

#project ⇒ String

Returns The name of the cloud project that topics belong to. Format is +projects/{project}+.

Returns:

  • (String) —

    The name of the cloud project that topics belong to. Format is +projects/{project}+.



123
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 123

class ListTopicsRequest; end