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

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

Message for response to listing DiscoveredApiOperations

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

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ discovered_api_operations array<DiscoveredApiOperation>

The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.

↳ 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.

getDiscoveredApiOperations

The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.

Returns
Type Description
Google\Protobuf\RepeatedField<DiscoveredApiOperation>

setDiscoveredApiOperations

The DiscoveredApiOperations from the specified project, location and DiscoveredApiObservation.

Parameter
Name Description
var array<DiscoveredApiOperation>
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