Google Cloud Api Hub V1 Client - Class ApiMetadataList (0.3.0)

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

The message to hold repeated API metadata.

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

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ api_metadata array<APIMetadata>

Required. The list of API metadata.

getApiMetadata

Required. The list of API metadata.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setApiMetadata

Required. The list of API metadata.

Parameter
Name Description
var array<APIMetadata>
Returns
Type Description
$this