Interface InfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .openapi.v3.Contact contact = 4 [json_name = "contact"];
    .openapi.v3.Contact contact = 4 [json_name = "contact"];
    string description = 2 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 2 [json_name = "description"];
    .openapi.v3.License license = 5 [json_name = "license"];
    .openapi.v3.License license = 5 [json_name = "license"];
    repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 7 [json_name = "specificationExtension"];
    string summary = 8 [json_name = "summary"];
    com.google.protobuf.ByteString
    string summary = 8 [json_name = "summary"];
    string terms_of_service = 3 [json_name = "termsOfService"];
    com.google.protobuf.ByteString
    string terms_of_service = 3 [json_name = "termsOfService"];
    string title = 1 [json_name = "title"];
    com.google.protobuf.ByteString
    string title = 1 [json_name = "title"];
    string version = 6 [json_name = "version"];
    com.google.protobuf.ByteString
    string version = 6 [json_name = "version"];
    boolean
    .openapi.v3.Contact contact = 4 [json_name = "contact"];
    boolean
    .openapi.v3.License license = 5 [json_name = "license"];

    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

    • getTitle

      String getTitle()
      string title = 1 [json_name = "title"];
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 1 [json_name = "title"];
      Returns:
      The bytes for title.
    • getDescription

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

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

      String getTermsOfService()
      string terms_of_service = 3 [json_name = "termsOfService"];
      Returns:
      The termsOfService.
    • getTermsOfServiceBytes

      com.google.protobuf.ByteString getTermsOfServiceBytes()
      string terms_of_service = 3 [json_name = "termsOfService"];
      Returns:
      The bytes for termsOfService.
    • hasContact

      boolean hasContact()
      .openapi.v3.Contact contact = 4 [json_name = "contact"];
      Returns:
      Whether the contact field is set.
    • getContact

      Contact getContact()
      .openapi.v3.Contact contact = 4 [json_name = "contact"];
      Returns:
      The contact.
    • getContactOrBuilder

      ContactOrBuilder getContactOrBuilder()
      .openapi.v3.Contact contact = 4 [json_name = "contact"];
    • hasLicense

      boolean hasLicense()
      .openapi.v3.License license = 5 [json_name = "license"];
      Returns:
      Whether the license field is set.
    • getLicense

      License getLicense()
      .openapi.v3.License license = 5 [json_name = "license"];
      Returns:
      The license.
    • getLicenseOrBuilder

      LicenseOrBuilder getLicenseOrBuilder()
      .openapi.v3.License license = 5 [json_name = "license"];
    • getVersion

      String getVersion()
      string version = 6 [json_name = "version"];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      string version = 6 [json_name = "version"];
      Returns:
      The bytes for version.
    • getSpecificationExtensionList

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

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

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

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

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

      String getSummary()
      string summary = 8 [json_name = "summary"];
      Returns:
      The summary.
    • getSummaryBytes

      com.google.protobuf.ByteString getSummaryBytes()
      string summary = 8 [json_name = "summary"];
      Returns:
      The bytes for summary.