Package com.openapi.v3
Interface CallbackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Callback,Callback.Builder
public interface CallbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath(int index) repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];intrepeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];getPathOrBuilder(int index) repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];List<? extends NamedPathItemOrBuilder>repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPathList
List<NamedPathItem> getPathList()repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"]; -
getPath
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
repeated .openapi.v3.NamedPathItem path = 1 [json_name = "path"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"]; -
getSpecificationExtension
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
repeated .openapi.v3.NamedAny specification_extension = 2 [json_name = "specificationExtension"];
-