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 \ V1Methods
__construct
Constructor.
| Parameter | |
|---|---|
| Name | Description |
data |
mixed
|
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 |
|