Google Cloud Managed Kafka V1 Client - Class ListTopicsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class ListTopicsResponse.

Response for ListTopics.

Generated from protobuf message google.cloud.managedkafka.v1.ListTopicsResponse

Namespace

Google \ Cloud \ ManagedKafka \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ topics array<Google\Cloud\ManagedKafka\V1\Topic>

The list of topics in the requested parent. The order of the topics is unspecified.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

getTopics

The list of topics in the requested parent. The order of the topics is unspecified.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTopics

The list of topics in the requested parent. The order of the topics is unspecified.

Parameter
Name Description
var array<Google\Cloud\ManagedKafka\V1\Topic>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

Parameter
Name Description
var string
Returns
Type Description
$this