Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::ListTopicsRequest.
Request for ListTopics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of topics to return. The service may return fewer than this value. If unset or zero, all topics for the parent is returned.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of topics to return. The service may return fewer than this value. If unset or zero, all topics for the parent is returned.
- (::Integer) — Optional. The maximum number of topics to return. The service may return fewer than this value. If unset or zero, all topics for the parent is returned.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A page token, received from a previous
ListTopics
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTopics
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A page token, received from a previous
ListTopics
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTopics
must match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListTopics
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTopics
must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent cluster whose topics are to be listed. Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent cluster whose topics are to be listed. Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.
-
(::String) — Required. The parent cluster whose topics are to be listed. Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.