Interface EndpointOrBuilder (0.28.0)

public interface EndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationIntegrationEndpointDetails()

public abstract ApplicationIntegrationEndpointDetails getApplicationIntegrationEndpointDetails()

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

.google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApplicationIntegrationEndpointDetails

The applicationIntegrationEndpointDetails.

getApplicationIntegrationEndpointDetailsOrBuilder()

public abstract ApplicationIntegrationEndpointDetailsOrBuilder getApplicationIntegrationEndpointDetailsOrBuilder()

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

.google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApplicationIntegrationEndpointDetailsOrBuilder

getEndpointDetailsCase()

public abstract Endpoint.EndpointDetailsCase getEndpointDetailsCase()
Returns
Type Description
Endpoint.EndpointDetailsCase

hasApplicationIntegrationEndpointDetails()

public abstract boolean hasApplicationIntegrationEndpointDetails()

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

.google.cloud.apihub.v1.ApplicationIntegrationEndpointDetails application_integration_endpoint_details = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the applicationIntegrationEndpointDetails field is set.