Class Endpoint (0.2.7)

Endpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The endpoint to be triggered for curation. The endpoint will be invoked with a request payload containing ApiMetadata. Response should contain curated data in the form of ApiMetadata.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

Name Description
application_integration_endpoint_details google.cloud.apihub_v1.types.ApplicationIntegrationEndpointDetails
Required. The details of the Application Integration endpoint to be triggered for curation. This field is a member of oneof_ endpoint_details.