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

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

MatchResult represents the result of matching a discovered API operation with a catalog API operation.

Generated from protobuf message google.cloud.apihub.v1.DiscoveredApiOperation.MatchResult

Namespace

Google \ Cloud \ ApiHub \ V1 \ DiscoveredApiOperation

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The name of the matched API Operation. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}

getName

Output only. The name of the matched API Operation.

Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}

Returns
Type Description
string

setName

Output only. The name of the matched API Operation.

Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}

Parameter
Name Description
var string
Returns
Type Description
$this