Interface EncodingOrBuilder

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

public interface EncodingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool allow_reserved = 5 [json_name = "allowReserved"];
    string content_type = 1 [json_name = "contentType"];
    com.google.protobuf.ByteString
    string content_type = 1 [json_name = "contentType"];
    boolean
    bool explode = 4 [json_name = "explode"];
    .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];
    .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
    string style = 3 [json_name = "style"];
    com.google.protobuf.ByteString
    string style = 3 [json_name = "style"];
    boolean
    .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getContentType

      String getContentType()
      string content_type = 1 [json_name = "contentType"];
      Returns:
      The contentType.
    • getContentTypeBytes

      com.google.protobuf.ByteString getContentTypeBytes()
      string content_type = 1 [json_name = "contentType"];
      Returns:
      The bytes for contentType.
    • hasHeaders

      boolean hasHeaders()
      .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];
      Returns:
      Whether the headers field is set.
    • getHeaders

      HeadersOrReferences getHeaders()
      .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];
      Returns:
      The headers.
    • getHeadersOrBuilder

      HeadersOrReferencesOrBuilder getHeadersOrBuilder()
      .openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];
    • getStyle

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

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

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

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

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

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

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

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

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