public sealed class Endpoint : IMessage<Endpoint>, IEquatable<Endpoint>, IDeepCloneable<Endpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class Endpoint.
The endpoint to be triggered for curation. The endpoint will be invoked with a request payload containing [ApiMetadata][google.cloud.apihub.v1.ApiHub.ApiMetadata]. Response should contain curated data in the form of [ApiMetadata][google.cloud.apihub.v1.ApiHub.ApiMetadata].
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
Endpoint()
public Endpoint()
Endpoint(Endpoint)
public Endpoint(Endpoint other)
Parameter | |
---|---|
Name | Description |
other |
Endpoint |
Properties
ApplicationIntegrationEndpointDetails
public ApplicationIntegrationEndpointDetails ApplicationIntegrationEndpointDetails { get; set; }
Required. The details of the Application Integration endpoint to be triggered for curation.
Property Value | |
---|---|
Type | Description |
ApplicationIntegrationEndpointDetails |
EndpointDetailsCase
public Endpoint.EndpointDetailsOneofCase EndpointDetailsCase { get; }
Property Value | |
---|---|
Type | Description |
EndpointEndpointDetailsOneofCase |