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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface SpecDetailsOrBuilder (0.25.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.25.0 (latest)](/java/docs/reference/google-cloud-apihub/latest/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.23.0](/java/docs/reference/google-cloud-apihub/0.23.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.21.0](/java/docs/reference/google-cloud-apihub/0.21.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.20.0](/java/docs/reference/google-cloud-apihub/0.20.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.17.0](/java/docs/reference/google-cloud-apihub/0.17.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-apihub/0.16.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloud-apihub/0.15.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-apihub/0.13.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.12.0](/java/docs/reference/google-cloud-apihub/0.12.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-apihub/0.11.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-apihub/0.10.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-apihub/0.9.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-apihub/0.8.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-apihub/0.7.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-apihub/0.6.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-apihub/0.5.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-apihub/0.4.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-apihub/0.2.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-apihub/0.1.0/com.google.cloud.apihub.v1.SpecDetailsOrBuilder) \n\n public interface SpecDetailsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDescription()\n\n public abstract String getDescription()\n\nOutput only. The description of the spec.\n\n`string description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nOutput only. The description of the spec.\n\n`string description = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDetailsCase()\n\n public abstract SpecDetails.DetailsCase getDetailsCase()\n\n### getOpenApiSpecDetails()\n\n public abstract OpenApiSpecDetails getOpenApiSpecDetails()\n\nOutput only. Additional details apart from `OperationDetails` parsed from\nan OpenAPI spec. The OperationDetails parsed from the spec can be\nobtained by using\nListAPIOperations\nmethod.\n\n`\n.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getOpenApiSpecDetailsOrBuilder()\n\n public abstract OpenApiSpecDetailsOrBuilder getOpenApiSpecDetailsOrBuilder()\n\nOutput only. Additional details apart from `OperationDetails` parsed from\nan OpenAPI spec. The OperationDetails parsed from the spec can be\nobtained by using\nListAPIOperations\nmethod.\n\n`\n.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasOpenApiSpecDetails()\n\n public abstract boolean hasOpenApiSpecDetails()\n\nOutput only. Additional details apart from `OperationDetails` parsed from\nan OpenAPI spec. The OperationDetails parsed from the spec can be\nobtained by using\nListAPIOperations\nmethod.\n\n`\n.google.cloud.apihub.v1.OpenApiSpecDetails open_api_spec_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]