Package com.openapi.v3
Interface MediaTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MediaType,MediaType.Builder
public interface MediaTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.openapi.v3.Encodings encoding = 4 [json_name = "encoding"];.openapi.v3.Encodings encoding = 4 [json_name = "encoding"];.openapi.v3.Any example = 2 [json_name = "example"];.openapi.v3.Any example = 2 [json_name = "example"];.openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"];.openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"];.openapi.v3.SchemaOrReference schema = 1 [json_name = "schema"];.openapi.v3.SchemaOrReference schema = 1 [json_name = "schema"];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.Encodings encoding = 4 [json_name = "encoding"];boolean.openapi.v3.Any example = 2 [json_name = "example"];boolean.openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"];boolean.openapi.v3.SchemaOrReference schema = 1 [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
-
hasSchema
boolean hasSchema().openapi.v3.SchemaOrReference schema = 1 [json_name = "schema"];- Returns:
- Whether the schema field is set.
-
getSchema
SchemaOrReference getSchema().openapi.v3.SchemaOrReference schema = 1 [json_name = "schema"];- Returns:
- The schema.
-
getSchemaOrBuilder
SchemaOrReferenceOrBuilder getSchemaOrBuilder().openapi.v3.SchemaOrReference schema = 1 [json_name = "schema"]; -
hasExample
boolean hasExample().openapi.v3.Any example = 2 [json_name = "example"];- Returns:
- Whether the example field is set.
-
getExample
Any getExample().openapi.v3.Any example = 2 [json_name = "example"];- Returns:
- The example.
-
getExampleOrBuilder
AnyOrBuilder getExampleOrBuilder().openapi.v3.Any example = 2 [json_name = "example"]; -
hasExamples
boolean hasExamples().openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"];- Returns:
- Whether the examples field is set.
-
getExamples
ExamplesOrReferences getExamples().openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"];- Returns:
- The examples.
-
getExamplesOrBuilder
ExamplesOrReferencesOrBuilder getExamplesOrBuilder().openapi.v3.ExamplesOrReferences examples = 3 [json_name = "examples"]; -
hasEncoding
boolean hasEncoding().openapi.v3.Encodings encoding = 4 [json_name = "encoding"];- Returns:
- Whether the encoding field is set.
-
getEncoding
Encodings getEncoding().openapi.v3.Encodings encoding = 4 [json_name = "encoding"];- Returns:
- The encoding.
-
getEncodingOrBuilder
EncodingsOrBuilder getEncodingOrBuilder().openapi.v3.Encodings encoding = 4 [json_name = "encoding"]; -
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"];
-