Package com.openapi.v3
Interface ParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Parameter,Parameter.Builder
public interface ParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool allow_empty_value = 6 [json_name = "allowEmptyValue"];booleanbool allow_reserved = 9 [json_name = "allowReserved"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];.openapi.v3.MediaTypes content = 13 [json_name = "content"];booleanbool deprecated = 5 [json_name = "deprecated"];string description = 3 [json_name = "description"];com.google.protobuf.ByteStringstring description = 3 [json_name = "description"];.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.Any example = 11 [json_name = "example"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];booleanbool explode = 8 [json_name = "explode"];getIn()string in = 2 [json_name = "in"];com.google.protobuf.ByteStringstring in = 2 [json_name = "in"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];booleanbool required = 4 [json_name = "required"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];getStyle()string style = 7 [json_name = "style"];com.google.protobuf.ByteStringstring style = 7 [json_name = "style"];boolean.openapi.v3.MediaTypes content = 13 [json_name = "content"];boolean.openapi.v3.Any example = 11 [json_name = "example"];boolean.openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];boolean.openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];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
-
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.
-
getIn
String getIn()string in = 2 [json_name = "in"];- Returns:
- The in.
-
getInBytes
com.google.protobuf.ByteString getInBytes()string in = 2 [json_name = "in"];- Returns:
- The bytes for in.
-
getDescription
String getDescription()string description = 3 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3 [json_name = "description"];- Returns:
- The bytes for description.
-
getRequired
boolean getRequired()bool required = 4 [json_name = "required"];- Returns:
- The required.
-
getDeprecated
boolean getDeprecated()bool deprecated = 5 [json_name = "deprecated"];- Returns:
- The deprecated.
-
getAllowEmptyValue
boolean getAllowEmptyValue()bool allow_empty_value = 6 [json_name = "allowEmptyValue"];- Returns:
- The allowEmptyValue.
-
getStyle
String getStyle()string style = 7 [json_name = "style"];- Returns:
- The style.
-
getStyleBytes
com.google.protobuf.ByteString getStyleBytes()string style = 7 [json_name = "style"];- Returns:
- The bytes for style.
-
getExplode
boolean getExplode()bool explode = 8 [json_name = "explode"];- Returns:
- The explode.
-
getAllowReserved
boolean getAllowReserved()bool allow_reserved = 9 [json_name = "allowReserved"];- Returns:
- The allowReserved.
-
hasSchema
boolean hasSchema().openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];- Returns:
- Whether the schema field is set.
-
getSchema
SchemaOrReference getSchema().openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"];- Returns:
- The schema.
-
getSchemaOrBuilder
SchemaOrReferenceOrBuilder getSchemaOrBuilder().openapi.v3.SchemaOrReference schema = 10 [json_name = "schema"]; -
hasExample
boolean hasExample().openapi.v3.Any example = 11 [json_name = "example"];- Returns:
- Whether the example field is set.
-
getExample
Any getExample().openapi.v3.Any example = 11 [json_name = "example"];- Returns:
- The example.
-
getExampleOrBuilder
AnyOrBuilder getExampleOrBuilder().openapi.v3.Any example = 11 [json_name = "example"]; -
hasExamples
boolean hasExamples().openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];- Returns:
- Whether the examples field is set.
-
getExamples
ExamplesOrReferences getExamples().openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"];- Returns:
- The examples.
-
getExamplesOrBuilder
ExamplesOrReferencesOrBuilder getExamplesOrBuilder().openapi.v3.ExamplesOrReferences examples = 12 [json_name = "examples"]; -
hasContent
boolean hasContent().openapi.v3.MediaTypes content = 13 [json_name = "content"];- Returns:
- Whether the content field is set.
-
getContent
MediaTypes getContent().openapi.v3.MediaTypes content = 13 [json_name = "content"];- Returns:
- The content.
-
getContentOrBuilder
MediaTypesOrBuilder getContentOrBuilder().openapi.v3.MediaTypes content = 13 [json_name = "content"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 14 [json_name = "specificationExtension"];
-