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 Type
    Method
    Description
    .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.ByteString
    string property_name = 1 [json_name = "propertyName"];
    repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
    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

    isInitialized

    Methods 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

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      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

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];