Google Cloud Api Hub V1 Client - Class ListDiscoveredApiObservationsResponse (0.4.4)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class ListDiscoveredApiObservationsResponse.

Message for response to listing DiscoveredApiObservations

Generated from protobuf message google.cloud.apihub.v1.ListDiscoveredApiObservationsResponse

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ discovered_api_observations array<DiscoveredApiObservation>

The DiscoveredApiObservation from the specified project and location.

↳ next_page_token string

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

getDiscoveredApiObservations

The DiscoveredApiObservation from the specified project and location.

Returns
Type Description
Google\Protobuf\RepeatedField<DiscoveredApiObservation>

setDiscoveredApiObservations

The DiscoveredApiObservation from the specified project and location.

Parameter
Name Description
var array<DiscoveredApiObservation>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this