Package com.openapi.v3
Interface ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response,Response.Builder
public interface ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.openapi.v3.MediaTypes content = 3 [json_name = "content"];.openapi.v3.MediaTypes content = 3 [json_name = "content"];string description = 1 [json_name = "description"];com.google.protobuf.ByteStringstring description = 1 [json_name = "description"];.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];getLinks().openapi.v3.LinksOrReferences links = 4 [json_name = "links"];.openapi.v3.LinksOrReferences links = 4 [json_name = "links"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];boolean.openapi.v3.MediaTypes content = 3 [json_name = "content"];boolean.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];booleanhasLinks().openapi.v3.LinksOrReferences links = 4 [json_name = "links"];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
-
getDescription
String getDescription()string description = 1 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 1 [json_name = "description"];- Returns:
- The bytes for description.
-
hasHeaders
boolean hasHeaders().openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];- Returns:
- Whether the headers field is set.
-
getHeaders
HeadersOrReferences getHeaders().openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];- Returns:
- The headers.
-
getHeadersOrBuilder
HeadersOrReferencesOrBuilder getHeadersOrBuilder().openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"]; -
hasContent
boolean hasContent().openapi.v3.MediaTypes content = 3 [json_name = "content"];- Returns:
- Whether the content field is set.
-
getContent
MediaTypes getContent().openapi.v3.MediaTypes content = 3 [json_name = "content"];- Returns:
- The content.
-
getContentOrBuilder
MediaTypesOrBuilder getContentOrBuilder().openapi.v3.MediaTypes content = 3 [json_name = "content"]; -
hasLinks
boolean hasLinks().openapi.v3.LinksOrReferences links = 4 [json_name = "links"];- Returns:
- Whether the links field is set.
-
getLinks
LinksOrReferences getLinks().openapi.v3.LinksOrReferences links = 4 [json_name = "links"];- Returns:
- The links.
-
getLinksOrBuilder
LinksOrReferencesOrBuilder getLinksOrBuilder().openapi.v3.LinksOrReferences links = 4 [json_name = "links"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
-