Google Cloud Apigee Registry V1 Client - Class ListApisResponse (1.0.3)

Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class ListApisResponse.

Response message for ListApis.

Generated from protobuf message google.cloud.apigeeregistry.v1.ListApisResponse

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ apisarray<Api>

The APIs from the specified publisher.

↳ next_page_tokenstring

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getApis

The APIs from the specified publisher.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setApis

The APIs from the specified publisher.

Parameter
NameDescription
vararray<Api>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this