Interface SpecDetailsOrBuilder (0.2.0)

public interface SpecDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Output only. The description of the spec.

string description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. The description of the spec.

string description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getDetailsCase()

public abstract SpecDetails.DetailsCase getDetailsCase()
Returns
Type Description
SpecDetails.DetailsCase

getOpenApiSpecDetails()

public abstract OpenApiSpecDetails getOpenApiSpecDetails()

Output only. Additional details apart from OperationDetails parsed from an OpenAPI spec. The OperationDetails parsed from the spec can be obtained by using ListAPIOperations method.

.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OpenApiSpecDetails

The openApiSpecDetails.

getOpenApiSpecDetailsOrBuilder()

public abstract OpenApiSpecDetailsOrBuilder getOpenApiSpecDetailsOrBuilder()

Output only. Additional details apart from OperationDetails parsed from an OpenAPI spec. The OperationDetails parsed from the spec can be obtained by using ListAPIOperations method.

.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OpenApiSpecDetailsOrBuilder

hasOpenApiSpecDetails()

public abstract boolean hasOpenApiSpecDetails()

Output only. Additional details apart from OperationDetails parsed from an OpenAPI spec. The OperationDetails parsed from the spec can be obtained by using ListAPIOperations method.

.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the openApiSpecDetails field is set.