Interface DocumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Document, Document.Builder

public interface DocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOpenapi

      String getOpenapi()
      string openapi = 1 [json_name = "openapi"];
      Returns:
      The openapi.
    • getOpenapiBytes

      com.google.protobuf.ByteString getOpenapiBytes()
      string openapi = 1 [json_name = "openapi"];
      Returns:
      The bytes for openapi.
    • hasInfo

      boolean hasInfo()
      .openapi.v3.Info info = 2 [json_name = "info"];
      Returns:
      Whether the info field is set.
    • getInfo

      Info getInfo()
      .openapi.v3.Info info = 2 [json_name = "info"];
      Returns:
      The info.
    • getInfoOrBuilder

      InfoOrBuilder getInfoOrBuilder()
      .openapi.v3.Info info = 2 [json_name = "info"];
    • getServersList

      List<Server> getServersList()
      repeated .openapi.v3.Server servers = 3 [json_name = "servers"];
    • getServers

      Server getServers(int index)
      repeated .openapi.v3.Server servers = 3 [json_name = "servers"];
    • getServersCount

      int getServersCount()
      repeated .openapi.v3.Server servers = 3 [json_name = "servers"];
    • getServersOrBuilderList

      List<? extends ServerOrBuilder> getServersOrBuilderList()
      repeated .openapi.v3.Server servers = 3 [json_name = "servers"];
    • getServersOrBuilder

      ServerOrBuilder getServersOrBuilder(int index)
      repeated .openapi.v3.Server servers = 3 [json_name = "servers"];
    • hasPaths

      boolean hasPaths()
      .openapi.v3.Paths paths = 4 [json_name = "paths"];
      Returns:
      Whether the paths field is set.
    • getPaths

      Paths getPaths()
      .openapi.v3.Paths paths = 4 [json_name = "paths"];
      Returns:
      The paths.
    • getPathsOrBuilder

      PathsOrBuilder getPathsOrBuilder()
      .openapi.v3.Paths paths = 4 [json_name = "paths"];
    • hasComponents

      boolean hasComponents()
      .openapi.v3.Components components = 5 [json_name = "components"];
      Returns:
      Whether the components field is set.
    • getComponents

      Components getComponents()
      .openapi.v3.Components components = 5 [json_name = "components"];
      Returns:
      The components.
    • getComponentsOrBuilder

      ComponentsOrBuilder getComponentsOrBuilder()
      .openapi.v3.Components components = 5 [json_name = "components"];
    • getSecurityList

      List<SecurityRequirement> getSecurityList()
      repeated .openapi.v3.SecurityRequirement security = 6 [json_name = "security"];
    • getSecurity

      SecurityRequirement getSecurity(int index)
      repeated .openapi.v3.SecurityRequirement security = 6 [json_name = "security"];
    • getSecurityCount

      int getSecurityCount()
      repeated .openapi.v3.SecurityRequirement security = 6 [json_name = "security"];
    • getSecurityOrBuilderList

      List<? extends SecurityRequirementOrBuilder> getSecurityOrBuilderList()
      repeated .openapi.v3.SecurityRequirement security = 6 [json_name = "security"];
    • getSecurityOrBuilder

      SecurityRequirementOrBuilder getSecurityOrBuilder(int index)
      repeated .openapi.v3.SecurityRequirement security = 6 [json_name = "security"];
    • getTagsList

      List<Tag> getTagsList()
      repeated .openapi.v3.Tag tags = 7 [json_name = "tags"];
    • getTags

      Tag getTags(int index)
      repeated .openapi.v3.Tag tags = 7 [json_name = "tags"];
    • getTagsCount

      int getTagsCount()
      repeated .openapi.v3.Tag tags = 7 [json_name = "tags"];
    • getTagsOrBuilderList

      List<? extends TagOrBuilder> getTagsOrBuilderList()
      repeated .openapi.v3.Tag tags = 7 [json_name = "tags"];
    • getTagsOrBuilder

      TagOrBuilder getTagsOrBuilder(int index)
      repeated .openapi.v3.Tag tags = 7 [json_name = "tags"];
    • hasExternalDocs

      boolean hasExternalDocs()
      .openapi.v3.ExternalDocs external_docs = 8 [json_name = "externalDocs"];
      Returns:
      Whether the externalDocs field is set.
    • getExternalDocs

      ExternalDocs getExternalDocs()
      .openapi.v3.ExternalDocs external_docs = 8 [json_name = "externalDocs"];
      Returns:
      The externalDocs.
    • getExternalDocsOrBuilder

      ExternalDocsOrBuilder getExternalDocsOrBuilder()
      .openapi.v3.ExternalDocs external_docs = 8 [json_name = "externalDocs"];
    • getSpecificationExtensionList

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    • getSpecificationExtensionCount

      int getSpecificationExtensionCount()
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilderList

      List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilder

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 9 [json_name = "specificationExtension"];