Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ApplicationIntegrationEndpointDetails.
The details of the Application Integration endpoint to be triggered for curation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#trigger_id
def trigger_id() -> ::String
Returns
- (::String) — Required. The API trigger ID of the Application Integration workflow.
#trigger_id=
def trigger_id=(value) -> ::String
Parameter
- value (::String) — Required. The API trigger ID of the Application Integration workflow.
Returns
- (::String) — Required. The API trigger ID of the Application Integration workflow.
#uri
def uri() -> ::String
Returns
-
(::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
orhttps://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute
#uri=
def uri=(value) -> ::String
Parameter
-
value (::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
orhttps://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute
Returns
-
(::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
orhttps://{location}-integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:execute