Class Schema

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.openapi.v3.Schema
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SchemaOrBuilder, Serializable

public final class Schema extends com.google.protobuf.GeneratedMessageV3 implements SchemaOrBuilder
 The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is an extended subset of the JSON Schema Specification Wright Draft 00.  For more information about the properties, see JSON Schema Core and JSON Schema Validation. Unless stated otherwise, the property definitions follow the JSON Schema.
 
Protobuf type openapi.v3.Schema
See Also:
  • Field Details

    • NULLABLE_FIELD_NUMBER

      public static final int NULLABLE_FIELD_NUMBER
      See Also:
    • DISCRIMINATOR_FIELD_NUMBER

      public static final int DISCRIMINATOR_FIELD_NUMBER
      See Also:
    • READ_ONLY_FIELD_NUMBER

      public static final int READ_ONLY_FIELD_NUMBER
      See Also:
    • WRITE_ONLY_FIELD_NUMBER

      public static final int WRITE_ONLY_FIELD_NUMBER
      See Also:
    • XML_FIELD_NUMBER

      public static final int XML_FIELD_NUMBER
      See Also:
    • EXTERNAL_DOCS_FIELD_NUMBER

      public static final int EXTERNAL_DOCS_FIELD_NUMBER
      See Also:
    • EXAMPLE_FIELD_NUMBER

      public static final int EXAMPLE_FIELD_NUMBER
      See Also:
    • DEPRECATED_FIELD_NUMBER

      public static final int DEPRECATED_FIELD_NUMBER
      See Also:
    • TITLE_FIELD_NUMBER

      public static final int TITLE_FIELD_NUMBER
      See Also:
    • MULTIPLE_OF_FIELD_NUMBER

      public static final int MULTIPLE_OF_FIELD_NUMBER
      See Also:
    • MAXIMUM_FIELD_NUMBER

      public static final int MAXIMUM_FIELD_NUMBER
      See Also:
    • EXCLUSIVE_MAXIMUM_FIELD_NUMBER

      public static final int EXCLUSIVE_MAXIMUM_FIELD_NUMBER
      See Also:
    • MINIMUM_FIELD_NUMBER

      public static final int MINIMUM_FIELD_NUMBER
      See Also:
    • EXCLUSIVE_MINIMUM_FIELD_NUMBER

      public static final int EXCLUSIVE_MINIMUM_FIELD_NUMBER
      See Also:
    • MAX_LENGTH_FIELD_NUMBER

      public static final int MAX_LENGTH_FIELD_NUMBER
      See Also:
    • MIN_LENGTH_FIELD_NUMBER

      public static final int MIN_LENGTH_FIELD_NUMBER
      See Also:
    • PATTERN_FIELD_NUMBER

      public static final int PATTERN_FIELD_NUMBER
      See Also:
    • MAX_ITEMS_FIELD_NUMBER

      public static final int MAX_ITEMS_FIELD_NUMBER
      See Also:
    • MIN_ITEMS_FIELD_NUMBER

      public static final int MIN_ITEMS_FIELD_NUMBER
      See Also:
    • UNIQUE_ITEMS_FIELD_NUMBER

      public static final int UNIQUE_ITEMS_FIELD_NUMBER
      See Also:
    • MAX_PROPERTIES_FIELD_NUMBER

      public static final int MAX_PROPERTIES_FIELD_NUMBER
      See Also:
    • MIN_PROPERTIES_FIELD_NUMBER

      public static final int MIN_PROPERTIES_FIELD_NUMBER
      See Also:
    • REQUIRED_FIELD_NUMBER

      public static final int REQUIRED_FIELD_NUMBER
      See Also:
    • ENUM_FIELD_NUMBER

      public static final int ENUM_FIELD_NUMBER
      See Also:
    • TYPE_FIELD_NUMBER

      public static final int TYPE_FIELD_NUMBER
      See Also:
    • ALL_OF_FIELD_NUMBER

      public static final int ALL_OF_FIELD_NUMBER
      See Also:
    • ONE_OF_FIELD_NUMBER

      public static final int ONE_OF_FIELD_NUMBER
      See Also:
    • ANY_OF_FIELD_NUMBER

      public static final int ANY_OF_FIELD_NUMBER
      See Also:
    • NOT_FIELD_NUMBER

      public static final int NOT_FIELD_NUMBER
      See Also:
    • ITEMS_FIELD_NUMBER

      public static final int ITEMS_FIELD_NUMBER
      See Also:
    • PROPERTIES_FIELD_NUMBER

      public static final int PROPERTIES_FIELD_NUMBER
      See Also:
    • ADDITIONAL_PROPERTIES_FIELD_NUMBER

      public static final int ADDITIONAL_PROPERTIES_FIELD_NUMBER
      See Also:
    • DEFAULT_FIELD_NUMBER

      public static final int DEFAULT_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • FORMAT_FIELD_NUMBER

      public static final int FORMAT_FIELD_NUMBER
      See Also:
    • SPECIFICATION_EXTENSION_FIELD_NUMBER

      public static final int SPECIFICATION_EXTENSION_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getNullable

      public boolean getNullable()
      bool nullable = 1 [json_name = "nullable"];
      Specified by:
      getNullable in interface SchemaOrBuilder
      Returns:
      The nullable.
    • hasDiscriminator

      public boolean hasDiscriminator()
      .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];
      Specified by:
      hasDiscriminator in interface SchemaOrBuilder
      Returns:
      Whether the discriminator field is set.
    • getDiscriminator

      public Discriminator getDiscriminator()
      .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];
      Specified by:
      getDiscriminator in interface SchemaOrBuilder
      Returns:
      The discriminator.
    • getDiscriminatorOrBuilder

      public DiscriminatorOrBuilder getDiscriminatorOrBuilder()
      .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];
      Specified by:
      getDiscriminatorOrBuilder in interface SchemaOrBuilder
    • getReadOnly

      public boolean getReadOnly()
      bool read_only = 3 [json_name = "readOnly"];
      Specified by:
      getReadOnly in interface SchemaOrBuilder
      Returns:
      The readOnly.
    • getWriteOnly

      public boolean getWriteOnly()
      bool write_only = 4 [json_name = "writeOnly"];
      Specified by:
      getWriteOnly in interface SchemaOrBuilder
      Returns:
      The writeOnly.
    • hasXml

      public boolean hasXml()
      .openapi.v3.Xml xml = 5 [json_name = "xml"];
      Specified by:
      hasXml in interface SchemaOrBuilder
      Returns:
      Whether the xml field is set.
    • getXml

      public Xml getXml()
      .openapi.v3.Xml xml = 5 [json_name = "xml"];
      Specified by:
      getXml in interface SchemaOrBuilder
      Returns:
      The xml.
    • getXmlOrBuilder

      public XmlOrBuilder getXmlOrBuilder()
      .openapi.v3.Xml xml = 5 [json_name = "xml"];
      Specified by:
      getXmlOrBuilder in interface SchemaOrBuilder
    • hasExternalDocs

      public boolean hasExternalDocs()
      .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];
      Specified by:
      hasExternalDocs in interface SchemaOrBuilder
      Returns:
      Whether the externalDocs field is set.
    • getExternalDocs

      public ExternalDocs getExternalDocs()
      .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];
      Specified by:
      getExternalDocs in interface SchemaOrBuilder
      Returns:
      The externalDocs.
    • getExternalDocsOrBuilder

      public ExternalDocsOrBuilder getExternalDocsOrBuilder()
      .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];
      Specified by:
      getExternalDocsOrBuilder in interface SchemaOrBuilder
    • hasExample

      public boolean hasExample()
      .openapi.v3.Any example = 7 [json_name = "example"];
      Specified by:
      hasExample in interface SchemaOrBuilder
      Returns:
      Whether the example field is set.
    • getExample

      public Any getExample()
      .openapi.v3.Any example = 7 [json_name = "example"];
      Specified by:
      getExample in interface SchemaOrBuilder
      Returns:
      The example.
    • getExampleOrBuilder

      public AnyOrBuilder getExampleOrBuilder()
      .openapi.v3.Any example = 7 [json_name = "example"];
      Specified by:
      getExampleOrBuilder in interface SchemaOrBuilder
    • getDeprecated

      public boolean getDeprecated()
      bool deprecated = 8 [json_name = "deprecated"];
      Specified by:
      getDeprecated in interface SchemaOrBuilder
      Returns:
      The deprecated.
    • getTitle

      public String getTitle()
      string title = 9 [json_name = "title"];
      Specified by:
      getTitle in interface SchemaOrBuilder
      Returns:
      The title.
    • getTitleBytes

      public com.google.protobuf.ByteString getTitleBytes()
      string title = 9 [json_name = "title"];
      Specified by:
      getTitleBytes in interface SchemaOrBuilder
      Returns:
      The bytes for title.
    • getMultipleOf

      public double getMultipleOf()
      double multiple_of = 10 [json_name = "multipleOf"];
      Specified by:
      getMultipleOf in interface SchemaOrBuilder
      Returns:
      The multipleOf.
    • getMaximum

      public double getMaximum()
      double maximum = 11 [json_name = "maximum"];
      Specified by:
      getMaximum in interface SchemaOrBuilder
      Returns:
      The maximum.
    • getExclusiveMaximum

      public boolean getExclusiveMaximum()
      bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];
      Specified by:
      getExclusiveMaximum in interface SchemaOrBuilder
      Returns:
      The exclusiveMaximum.
    • getMinimum

      public double getMinimum()
      double minimum = 13 [json_name = "minimum"];
      Specified by:
      getMinimum in interface SchemaOrBuilder
      Returns:
      The minimum.
    • getExclusiveMinimum

      public boolean getExclusiveMinimum()
      bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];
      Specified by:
      getExclusiveMinimum in interface SchemaOrBuilder
      Returns:
      The exclusiveMinimum.
    • getMaxLength

      public long getMaxLength()
      int64 max_length = 15 [json_name = "maxLength"];
      Specified by:
      getMaxLength in interface SchemaOrBuilder
      Returns:
      The maxLength.
    • getMinLength

      public long getMinLength()
      int64 min_length = 16 [json_name = "minLength"];
      Specified by:
      getMinLength in interface SchemaOrBuilder
      Returns:
      The minLength.
    • getPattern

      public String getPattern()
      string pattern = 17 [json_name = "pattern"];
      Specified by:
      getPattern in interface SchemaOrBuilder
      Returns:
      The pattern.
    • getPatternBytes

      public com.google.protobuf.ByteString getPatternBytes()
      string pattern = 17 [json_name = "pattern"];
      Specified by:
      getPatternBytes in interface SchemaOrBuilder
      Returns:
      The bytes for pattern.
    • getMaxItems

      public long getMaxItems()
      int64 max_items = 18 [json_name = "maxItems"];
      Specified by:
      getMaxItems in interface SchemaOrBuilder
      Returns:
      The maxItems.
    • getMinItems

      public long getMinItems()
      int64 min_items = 19 [json_name = "minItems"];
      Specified by:
      getMinItems in interface SchemaOrBuilder
      Returns:
      The minItems.
    • getUniqueItems

      public boolean getUniqueItems()
      bool unique_items = 20 [json_name = "uniqueItems"];
      Specified by:
      getUniqueItems in interface SchemaOrBuilder
      Returns:
      The uniqueItems.
    • getMaxProperties

      public long getMaxProperties()
      int64 max_properties = 21 [json_name = "maxProperties"];
      Specified by:
      getMaxProperties in interface SchemaOrBuilder
      Returns:
      The maxProperties.
    • getMinProperties

      public long getMinProperties()
      int64 min_properties = 22 [json_name = "minProperties"];
      Specified by:
      getMinProperties in interface SchemaOrBuilder
      Returns:
      The minProperties.
    • getRequiredList

      public com.google.protobuf.ProtocolStringList getRequiredList()
      repeated string required = 23 [json_name = "required"];
      Specified by:
      getRequiredList in interface SchemaOrBuilder
      Returns:
      A list containing the required.
    • getRequiredCount

      public int getRequiredCount()
      repeated string required = 23 [json_name = "required"];
      Specified by:
      getRequiredCount in interface SchemaOrBuilder
      Returns:
      The count of required.
    • getRequired

      public String getRequired(int index)
      repeated string required = 23 [json_name = "required"];
      Specified by:
      getRequired in interface SchemaOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The required at the given index.
    • getRequiredBytes

      public com.google.protobuf.ByteString getRequiredBytes(int index)
      repeated string required = 23 [json_name = "required"];
      Specified by:
      getRequiredBytes in interface SchemaOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the required at the given index.
    • getEnumList

      public List<Any> getEnumList()
      repeated .openapi.v3.Any enum = 24 [json_name = "enum"];
      Specified by:
      getEnumList in interface SchemaOrBuilder
    • getEnumOrBuilderList

      public List<? extends AnyOrBuilder> getEnumOrBuilderList()
      repeated .openapi.v3.Any enum = 24 [json_name = "enum"];
      Specified by:
      getEnumOrBuilderList in interface SchemaOrBuilder
    • getEnumCount

      public int getEnumCount()
      repeated .openapi.v3.Any enum = 24 [json_name = "enum"];
      Specified by:
      getEnumCount in interface SchemaOrBuilder
    • getEnum

      public Any getEnum(int index)
      repeated .openapi.v3.Any enum = 24 [json_name = "enum"];
      Specified by:
      getEnum in interface SchemaOrBuilder
    • getEnumOrBuilder

      public AnyOrBuilder getEnumOrBuilder(int index)
      repeated .openapi.v3.Any enum = 24 [json_name = "enum"];
      Specified by:
      getEnumOrBuilder in interface SchemaOrBuilder
    • getType

      public String getType()
      string type = 25 [json_name = "type"];
      Specified by:
      getType in interface SchemaOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
      string type = 25 [json_name = "type"];
      Specified by:
      getTypeBytes in interface SchemaOrBuilder
      Returns:
      The bytes for type.
    • getAllOfList

      public List<SchemaOrReference> getAllOfList()
      repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];
      Specified by:
      getAllOfList in interface SchemaOrBuilder
    • getAllOfOrBuilderList

      public List<? extends SchemaOrReferenceOrBuilder> getAllOfOrBuilderList()
      repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];
      Specified by:
      getAllOfOrBuilderList in interface SchemaOrBuilder
    • getAllOfCount

      public int getAllOfCount()
      repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];
      Specified by:
      getAllOfCount in interface SchemaOrBuilder
    • getAllOf

      public SchemaOrReference getAllOf(int index)
      repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];
      Specified by:
      getAllOf in interface SchemaOrBuilder
    • getAllOfOrBuilder

      public SchemaOrReferenceOrBuilder getAllOfOrBuilder(int index)
      repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];
      Specified by:
      getAllOfOrBuilder in interface SchemaOrBuilder
    • getOneOfList

      public List<SchemaOrReference> getOneOfList()
      repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];
      Specified by:
      getOneOfList in interface SchemaOrBuilder
    • getOneOfOrBuilderList

      public List<? extends SchemaOrReferenceOrBuilder> getOneOfOrBuilderList()
      repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];
      Specified by:
      getOneOfOrBuilderList in interface SchemaOrBuilder
    • getOneOfCount

      public int getOneOfCount()
      repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];
      Specified by:
      getOneOfCount in interface SchemaOrBuilder
    • getOneOf

      public SchemaOrReference getOneOf(int index)
      repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];
      Specified by:
      getOneOf in interface SchemaOrBuilder
    • getOneOfOrBuilder

      public SchemaOrReferenceOrBuilder getOneOfOrBuilder(int index)
      repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];
      Specified by:
      getOneOfOrBuilder in interface SchemaOrBuilder
    • getAnyOfList

      public List<SchemaOrReference> getAnyOfList()
      repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];
      Specified by:
      getAnyOfList in interface SchemaOrBuilder
    • getAnyOfOrBuilderList

      public List<? extends SchemaOrReferenceOrBuilder> getAnyOfOrBuilderList()
      repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];
      Specified by:
      getAnyOfOrBuilderList in interface SchemaOrBuilder
    • getAnyOfCount

      public int getAnyOfCount()
      repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];
      Specified by:
      getAnyOfCount in interface SchemaOrBuilder
    • getAnyOf

      public SchemaOrReference getAnyOf(int index)
      repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];
      Specified by:
      getAnyOf in interface SchemaOrBuilder
    • getAnyOfOrBuilder

      public SchemaOrReferenceOrBuilder getAnyOfOrBuilder(int index)
      repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];
      Specified by:
      getAnyOfOrBuilder in interface SchemaOrBuilder
    • hasNot

      public boolean hasNot()
      .openapi.v3.Schema not = 29 [json_name = "not"];
      Specified by:
      hasNot in interface SchemaOrBuilder
      Returns:
      Whether the not field is set.
    • getNot

      public Schema getNot()
      .openapi.v3.Schema not = 29 [json_name = "not"];
      Specified by:
      getNot in interface SchemaOrBuilder
      Returns:
      The not.
    • getNotOrBuilder

      public SchemaOrBuilder getNotOrBuilder()
      .openapi.v3.Schema not = 29 [json_name = "not"];
      Specified by:
      getNotOrBuilder in interface SchemaOrBuilder
    • hasItems

      public boolean hasItems()
      .openapi.v3.ItemsItem items = 30 [json_name = "items"];
      Specified by:
      hasItems in interface SchemaOrBuilder
      Returns:
      Whether the items field is set.
    • getItems

      public ItemsItem getItems()
      .openapi.v3.ItemsItem items = 30 [json_name = "items"];
      Specified by:
      getItems in interface SchemaOrBuilder
      Returns:
      The items.
    • getItemsOrBuilder

      public ItemsItemOrBuilder getItemsOrBuilder()
      .openapi.v3.ItemsItem items = 30 [json_name = "items"];
      Specified by:
      getItemsOrBuilder in interface SchemaOrBuilder
    • hasProperties

      public boolean hasProperties()
      .openapi.v3.Properties properties = 31 [json_name = "properties"];
      Specified by:
      hasProperties in interface SchemaOrBuilder
      Returns:
      Whether the properties field is set.
    • getProperties

      public Properties getProperties()
      .openapi.v3.Properties properties = 31 [json_name = "properties"];
      Specified by:
      getProperties in interface SchemaOrBuilder
      Returns:
      The properties.
    • getPropertiesOrBuilder

      public PropertiesOrBuilder getPropertiesOrBuilder()
      .openapi.v3.Properties properties = 31 [json_name = "properties"];
      Specified by:
      getPropertiesOrBuilder in interface SchemaOrBuilder
    • hasAdditionalProperties

      public boolean hasAdditionalProperties()
      .openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];
      Specified by:
      hasAdditionalProperties in interface SchemaOrBuilder
      Returns:
      Whether the additionalProperties field is set.
    • getAdditionalProperties

      public AdditionalPropertiesItem getAdditionalProperties()
      .openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];
      Specified by:
      getAdditionalProperties in interface SchemaOrBuilder
      Returns:
      The additionalProperties.
    • getAdditionalPropertiesOrBuilder

      public AdditionalPropertiesItemOrBuilder getAdditionalPropertiesOrBuilder()
      .openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];
      Specified by:
      getAdditionalPropertiesOrBuilder in interface SchemaOrBuilder
    • hasDefault

      public boolean hasDefault()
      .openapi.v3.DefaultType default = 33 [json_name = "default"];
      Specified by:
      hasDefault in interface SchemaOrBuilder
      Returns:
      Whether the default field is set.
    • getDefault

      public DefaultType getDefault()
      .openapi.v3.DefaultType default = 33 [json_name = "default"];
      Specified by:
      getDefault in interface SchemaOrBuilder
      Returns:
      The default.
    • getDefaultOrBuilder

      public DefaultTypeOrBuilder getDefaultOrBuilder()
      .openapi.v3.DefaultType default = 33 [json_name = "default"];
      Specified by:
      getDefaultOrBuilder in interface SchemaOrBuilder
    • getDescription

      public String getDescription()
      string description = 34 [json_name = "description"];
      Specified by:
      getDescription in interface SchemaOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
      string description = 34 [json_name = "description"];
      Specified by:
      getDescriptionBytes in interface SchemaOrBuilder
      Returns:
      The bytes for description.
    • getFormat

      public String getFormat()
      string format = 35 [json_name = "format"];
      Specified by:
      getFormat in interface SchemaOrBuilder
      Returns:
      The format.
    • getFormatBytes

      public com.google.protobuf.ByteString getFormatBytes()
      string format = 35 [json_name = "format"];
      Specified by:
      getFormatBytes in interface SchemaOrBuilder
      Returns:
      The bytes for format.
    • getSpecificationExtensionList

      public List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];
      Specified by:
      getSpecificationExtensionList in interface SchemaOrBuilder
    • getSpecificationExtensionOrBuilderList

      public List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()
      repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];
      Specified by:
      getSpecificationExtensionOrBuilderList in interface SchemaOrBuilder
    • getSpecificationExtensionCount

      public int getSpecificationExtensionCount()
      repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];
      Specified by:
      getSpecificationExtensionCount in interface SchemaOrBuilder
    • getSpecificationExtension

      public NamedAny getSpecificationExtension(int index)
      repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];
      Specified by:
      getSpecificationExtension in interface SchemaOrBuilder
    • getSpecificationExtensionOrBuilder

      public NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];
      Specified by:
      getSpecificationExtensionOrBuilder in interface SchemaOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Schema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Schema parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Schema parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Schema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Schema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Schema.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Schema.Builder newBuilder()
    • newBuilder

      public static Schema.Builder newBuilder(Schema prototype)
    • toBuilder

      public Schema.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Schema.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Schema getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Schema> parser()
    • getParserForType

      public com.google.protobuf.Parser<Schema> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Schema getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder