Interface HeaderOrBuilder

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

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

    • getDescription

      String getDescription()
      string description = 1 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 1 [json_name = "description"];
      Returns:
      The bytes for description.
    • getRequired

      boolean getRequired()
      bool required = 2 [json_name = "required"];
      Returns:
      The required.
    • getDeprecated

      boolean getDeprecated()
      bool deprecated = 3 [json_name = "deprecated"];
      Returns:
      The deprecated.
    • getAllowEmptyValue

      boolean getAllowEmptyValue()
      bool allow_empty_value = 4 [json_name = "allowEmptyValue"];
      Returns:
      The allowEmptyValue.
    • getStyle

      String getStyle()
      string style = 5 [json_name = "style"];
      Returns:
      The style.
    • getStyleBytes

      com.google.protobuf.ByteString getStyleBytes()
      string style = 5 [json_name = "style"];
      Returns:
      The bytes for style.
    • getExplode

      boolean getExplode()
      bool explode = 6 [json_name = "explode"];
      Returns:
      The explode.
    • getAllowReserved

      boolean getAllowReserved()
      bool allow_reserved = 7 [json_name = "allowReserved"];
      Returns:
      The allowReserved.
    • hasSchema

      boolean hasSchema()
      .openapi.v3.SchemaOrReference schema = 8 [json_name = "schema"];
      Returns:
      Whether the schema field is set.
    • getSchema

      SchemaOrReference getSchema()
      .openapi.v3.SchemaOrReference schema = 8 [json_name = "schema"];
      Returns:
      The schema.
    • getSchemaOrBuilder

      SchemaOrReferenceOrBuilder getSchemaOrBuilder()
      .openapi.v3.SchemaOrReference schema = 8 [json_name = "schema"];
    • hasExample

      boolean hasExample()
      .openapi.v3.Any example = 9 [json_name = "example"];
      Returns:
      Whether the example field is set.
    • getExample

      Any getExample()
      .openapi.v3.Any example = 9 [json_name = "example"];
      Returns:
      The example.
    • getExampleOrBuilder

      AnyOrBuilder getExampleOrBuilder()
      .openapi.v3.Any example = 9 [json_name = "example"];
    • hasExamples

      boolean hasExamples()
      .openapi.v3.ExamplesOrReferences examples = 10 [json_name = "examples"];
      Returns:
      Whether the examples field is set.
    • getExamples

      ExamplesOrReferences getExamples()
      .openapi.v3.ExamplesOrReferences examples = 10 [json_name = "examples"];
      Returns:
      The examples.
    • getExamplesOrBuilder

      ExamplesOrReferencesOrBuilder getExamplesOrBuilder()
      .openapi.v3.ExamplesOrReferences examples = 10 [json_name = "examples"];
    • hasContent

      boolean hasContent()
      .openapi.v3.MediaTypes content = 11 [json_name = "content"];
      Returns:
      Whether the content field is set.
    • getContent

      MediaTypes getContent()
      .openapi.v3.MediaTypes content = 11 [json_name = "content"];
      Returns:
      The content.
    • getContentOrBuilder

      MediaTypesOrBuilder getContentOrBuilder()
      .openapi.v3.MediaTypes content = 11 [json_name = "content"];
    • getSpecificationExtensionList

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

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

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

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

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