Package com.openapi.v3
Interface EncodingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Encoding,Encoding.Builder
public interface EncodingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool allow_reserved = 5 [json_name = "allowReserved"];string content_type = 1 [json_name = "contentType"];com.google.protobuf.ByteStringstring content_type = 1 [json_name = "contentType"];booleanbool explode = 4 [json_name = "explode"];.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];getStyle()string style = 3 [json_name = "style"];com.google.protobuf.ByteStringstring style = 3 [json_name = "style"];boolean.openapi.v3.HeadersOrReferences headers = 2 [json_name = "headers"];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
-
getContentType
String getContentType()string content_type = 1 [json_name = "contentType"];- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()string content_type = 1 [json_name = "contentType"];- Returns:
- The bytes for contentType.
-
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"]; -
getStyle
String getStyle()string style = 3 [json_name = "style"];- Returns:
- The style.
-
getStyleBytes
com.google.protobuf.ByteString getStyleBytes()string style = 3 [json_name = "style"];- Returns:
- The bytes for style.
-
getExplode
boolean getExplode()bool explode = 4 [json_name = "explode"];- Returns:
- The explode.
-
getAllowReserved
boolean getAllowReserved()bool allow_reserved = 5 [json_name = "allowReserved"];- Returns:
- The allowReserved.
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 6 [json_name = "specificationExtension"];
-