Interface PathsOrBuilder

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

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

    • getPathList

      List<NamedPathItem> getPathList()
      repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];
    • getPath

      NamedPathItem getPath(int index)
      repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];
    • getPathCount

      int getPathCount()
      repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];
    • getPathOrBuilderList

      List<? extends NamedPathItemOrBuilder> getPathOrBuilderList()
      repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];
    • getPathOrBuilder

      NamedPathItemOrBuilder getPathOrBuilder(int index)
      repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];
    • getSpecificationExtensionList

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

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

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

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

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