Interface TagOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string description = 2 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 2 [json_name = "description"];
    .openapi.v3.ExternalDocs external_docs = 3 [json_name = "externalDocs"];
    .openapi.v3.ExternalDocs external_docs = 3 [json_name = "externalDocs"];
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 1 [json_name = "name"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    boolean
    .openapi.v3.ExternalDocs external_docs = 3 [json_name = "externalDocs"];

    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

    • getName

      String getName()
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • 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.
    • hasExternalDocs

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

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

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

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

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

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

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

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