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

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

The details of the Application Integration endpoint to be triggered for curation.

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

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ uri string

Required. The endpoint URI should be a valid REST URI for triggering an Application Integration. Format: https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute or https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute

↳ trigger_id string

Required. The API trigger ID of the Application Integration workflow.

getUri

Required. The endpoint URI should be a valid REST URI for triggering an Application Integration. Format: https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute or https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute

Returns
Type Description
string

setUri

Required. The endpoint URI should be a valid REST URI for triggering an Application Integration. Format: https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute or https://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute

Parameter
Name Description
var string
Returns
Type Description
$this

getTriggerId

Required. The API trigger ID of the Application Integration workflow.

Returns
Type Description
string

setTriggerId

Required. The API trigger ID of the Application Integration workflow.

Parameter
Name Description
var string
Returns
Type Description
$this