Package com.openapi.v3
Interface DiscriminatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Discriminator,Discriminator.Builder
public interface DiscriminatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.openapi.v3.Strings mapping = 2 [json_name = "mapping"];.openapi.v3.Strings mapping = 2 [json_name = "mapping"];string property_name = 1 [json_name = "propertyName"];com.google.protobuf.ByteStringstring property_name = 1 [json_name = "propertyName"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];boolean.openapi.v3.Strings mapping = 2 [json_name = "mapping"];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
-
getPropertyName
String getPropertyName()string property_name = 1 [json_name = "propertyName"];- Returns:
- The propertyName.
-
getPropertyNameBytes
com.google.protobuf.ByteString getPropertyNameBytes()string property_name = 1 [json_name = "propertyName"];- Returns:
- The bytes for propertyName.
-
hasMapping
boolean hasMapping().openapi.v3.Strings mapping = 2 [json_name = "mapping"];- Returns:
- Whether the mapping field is set.
-
getMapping
Strings getMapping().openapi.v3.Strings mapping = 2 [json_name = "mapping"];- Returns:
- The mapping.
-
getMappingOrBuilder
StringsOrBuilder getMappingOrBuilder().openapi.v3.Strings mapping = 2 [json_name = "mapping"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
-