Package com.openapi.v3
Class Schema.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
com.openapi.v3.Schema.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,SchemaOrBuilder,Cloneable
- Enclosing class:
Schema
public static final class Schema.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
implements SchemaOrBuilder
The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is an extended subset of the JSON Schema Specification Wright Draft 00. For more information about the properties, see JSON Schema Core and JSON Schema Validation. Unless stated otherwise, the property definitions follow the JSON Schema.Protobuf type
openapi.v3.Schema-
Method Summary
Modifier and TypeMethodDescriptionaddAllAllOf(Iterable<? extends SchemaOrReference> values) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllAnyOf(Iterable<? extends SchemaOrReference> values) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];addAllEnum(Iterable<? extends Any> values) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];addAllOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllOf(SchemaOrReference value) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllOf(SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllOfBuilder(int index) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];addAllOneOf(Iterable<? extends SchemaOrReference> values) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addAllRequired(Iterable<String> values) repeated string required = 23 [json_name = "required"];addAllSpecificationExtension(Iterable<? extends NamedAny> values) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];addAnyOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];addAnyOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];addAnyOf(SchemaOrReference value) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];addAnyOf(SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];addAnyOfBuilder(int index) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];addEnum(int index, Any.Builder builderForValue) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];addEnum(Any.Builder builderForValue) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];addEnumBuilder(int index) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];addOneOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addOneOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addOneOf(SchemaOrReference value) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addOneOf(SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addOneOfBuilder(int index) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) addRequired(String value) repeated string required = 23 [json_name = "required"];addRequiredBytes(com.google.protobuf.ByteString value) repeated string required = 23 [json_name = "required"];addSpecificationExtension(int index, NamedAny value) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];addSpecificationExtension(int index, NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];addSpecificationExtension(NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];addSpecificationExtensionBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];build()clear().openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];.openapi.v3.DefaultType default = 33 [json_name = "default"];bool deprecated = 8 [json_name = "deprecated"];string description = 34 [json_name = "description"];.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];.openapi.v3.Any example = 7 [json_name = "example"];bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];clearField(com.google.protobuf.Descriptors.FieldDescriptor field) string format = 35 [json_name = "format"];.openapi.v3.ItemsItem items = 30 [json_name = "items"];double maximum = 11 [json_name = "maximum"];int64 max_items = 18 [json_name = "maxItems"];int64 max_length = 15 [json_name = "maxLength"];int64 max_properties = 21 [json_name = "maxProperties"];double minimum = 13 [json_name = "minimum"];int64 min_items = 19 [json_name = "minItems"];int64 min_length = 16 [json_name = "minLength"];int64 min_properties = 22 [json_name = "minProperties"];double multiple_of = 10 [json_name = "multipleOf"];clearNot().openapi.v3.Schema not = 29 [json_name = "not"];bool nullable = 1 [json_name = "nullable"];clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];string pattern = 17 [json_name = "pattern"];.openapi.v3.Properties properties = 31 [json_name = "properties"];bool read_only = 3 [json_name = "readOnly"];repeated string required = 23 [json_name = "required"];repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];string title = 9 [json_name = "title"];string type = 25 [json_name = "type"];bool unique_items = 20 [json_name = "uniqueItems"];bool write_only = 4 [json_name = "writeOnly"];clearXml().openapi.v3.Xml xml = 5 [json_name = "xml"];clone().openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];getAllOf(int index) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];getAllOfBuilder(int index) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];intrepeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];getAllOfOrBuilder(int index) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];List<? extends SchemaOrReferenceOrBuilder>repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];getAnyOf(int index) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];getAnyOfBuilder(int index) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];intrepeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];getAnyOfOrBuilder(int index) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];List<? extends SchemaOrReferenceOrBuilder>repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];.openapi.v3.DefaultType default = 33 [json_name = "default"];.openapi.v3.DefaultType default = 33 [json_name = "default"];.openapi.v3.DefaultType default = 33 [json_name = "default"];booleanbool deprecated = 8 [json_name = "deprecated"];string description = 34 [json_name = "description"];com.google.protobuf.ByteStringstring description = 34 [json_name = "description"];static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptor.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];getEnum(int index) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];getEnumBuilder(int index) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];intrepeated .openapi.v3.Any enum = 24 [json_name = "enum"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];getEnumOrBuilder(int index) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];List<? extends AnyOrBuilder>repeated .openapi.v3.Any enum = 24 [json_name = "enum"];.openapi.v3.Any example = 7 [json_name = "example"];.openapi.v3.Any example = 7 [json_name = "example"];.openapi.v3.Any example = 7 [json_name = "example"];booleanbool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];booleanbool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];string format = 35 [json_name = "format"];com.google.protobuf.ByteStringstring format = 35 [json_name = "format"];getItems().openapi.v3.ItemsItem items = 30 [json_name = "items"];.openapi.v3.ItemsItem items = 30 [json_name = "items"];.openapi.v3.ItemsItem items = 30 [json_name = "items"];doubledouble maximum = 11 [json_name = "maximum"];longint64 max_items = 18 [json_name = "maxItems"];longint64 max_length = 15 [json_name = "maxLength"];longint64 max_properties = 21 [json_name = "maxProperties"];doubledouble minimum = 13 [json_name = "minimum"];longint64 min_items = 19 [json_name = "minItems"];longint64 min_length = 16 [json_name = "minLength"];longint64 min_properties = 22 [json_name = "minProperties"];doubledouble multiple_of = 10 [json_name = "multipleOf"];getNot().openapi.v3.Schema not = 29 [json_name = "not"];.openapi.v3.Schema not = 29 [json_name = "not"];.openapi.v3.Schema not = 29 [json_name = "not"];booleanbool nullable = 1 [json_name = "nullable"];getOneOf(int index) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];getOneOfBuilder(int index) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];intrepeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];getOneOfOrBuilder(int index) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];List<? extends SchemaOrReferenceOrBuilder>repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];string pattern = 17 [json_name = "pattern"];com.google.protobuf.ByteStringstring pattern = 17 [json_name = "pattern"];.openapi.v3.Properties properties = 31 [json_name = "properties"];.openapi.v3.Properties properties = 31 [json_name = "properties"];.openapi.v3.Properties properties = 31 [json_name = "properties"];booleanbool read_only = 3 [json_name = "readOnly"];getRequired(int index) repeated string required = 23 [json_name = "required"];com.google.protobuf.ByteStringgetRequiredBytes(int index) repeated string required = 23 [json_name = "required"];intrepeated string required = 23 [json_name = "required"];com.google.protobuf.ProtocolStringListrepeated string required = 23 [json_name = "required"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];getSpecificationExtensionBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];getTitle()string title = 9 [json_name = "title"];com.google.protobuf.ByteStringstring title = 9 [json_name = "title"];getType()string type = 25 [json_name = "type"];com.google.protobuf.ByteStringstring type = 25 [json_name = "type"];booleanbool unique_items = 20 [json_name = "uniqueItems"];booleanbool write_only = 4 [json_name = "writeOnly"];getXml().openapi.v3.Xml xml = 5 [json_name = "xml"];.openapi.v3.Xml xml = 5 [json_name = "xml"];.openapi.v3.Xml xml = 5 [json_name = "xml"];boolean.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];boolean.openapi.v3.DefaultType default = 33 [json_name = "default"];boolean.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];boolean.openapi.v3.Any example = 7 [json_name = "example"];boolean.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];booleanhasItems().openapi.v3.ItemsItem items = 30 [json_name = "items"];booleanhasNot().openapi.v3.Schema not = 29 [json_name = "not"];boolean.openapi.v3.Properties properties = 31 [json_name = "properties"];booleanhasXml().openapi.v3.Xml xml = 5 [json_name = "xml"];protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal boolean.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];mergeDefault(DefaultType value) .openapi.v3.DefaultType default = 33 [json_name = "default"];mergeDiscriminator(Discriminator value) .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];mergeExample(Any value) .openapi.v3.Any example = 7 [json_name = "example"];mergeExternalDocs(ExternalDocs value) .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeItems(ItemsItem value) .openapi.v3.ItemsItem items = 30 [json_name = "items"];.openapi.v3.Schema not = 29 [json_name = "not"];mergeProperties(Properties value) .openapi.v3.Properties properties = 31 [json_name = "properties"];final Schema.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) .openapi.v3.Xml xml = 5 [json_name = "xml"];removeAllOf(int index) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];removeAnyOf(int index) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];removeEnum(int index) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];removeOneOf(int index) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];removeSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];setAdditionalProperties(AdditionalPropertiesItem.Builder builderForValue) .openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];setAllOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];setAllOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];setAnyOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];setAnyOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];setDefault(DefaultType value) .openapi.v3.DefaultType default = 33 [json_name = "default"];setDefault(DefaultType.Builder builderForValue) .openapi.v3.DefaultType default = 33 [json_name = "default"];setDeprecated(boolean value) bool deprecated = 8 [json_name = "deprecated"];setDescription(String value) string description = 34 [json_name = "description"];setDescriptionBytes(com.google.protobuf.ByteString value) string description = 34 [json_name = "description"];setDiscriminator(Discriminator value) .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];setDiscriminator(Discriminator.Builder builderForValue) .openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];repeated .openapi.v3.Any enum = 24 [json_name = "enum"];setEnum(int index, Any.Builder builderForValue) repeated .openapi.v3.Any enum = 24 [json_name = "enum"];setExample(Any value) .openapi.v3.Any example = 7 [json_name = "example"];setExample(Any.Builder builderForValue) .openapi.v3.Any example = 7 [json_name = "example"];setExclusiveMaximum(boolean value) bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];setExclusiveMinimum(boolean value) bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];setExternalDocs(ExternalDocs value) .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];setExternalDocs(ExternalDocs.Builder builderForValue) .openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];string format = 35 [json_name = "format"];setFormatBytes(com.google.protobuf.ByteString value) string format = 35 [json_name = "format"];.openapi.v3.ItemsItem items = 30 [json_name = "items"];setItems(ItemsItem.Builder builderForValue) .openapi.v3.ItemsItem items = 30 [json_name = "items"];setMaximum(double value) double maximum = 11 [json_name = "maximum"];setMaxItems(long value) int64 max_items = 18 [json_name = "maxItems"];setMaxLength(long value) int64 max_length = 15 [json_name = "maxLength"];setMaxProperties(long value) int64 max_properties = 21 [json_name = "maxProperties"];setMinimum(double value) double minimum = 13 [json_name = "minimum"];setMinItems(long value) int64 min_items = 19 [json_name = "minItems"];setMinLength(long value) int64 min_length = 16 [json_name = "minLength"];setMinProperties(long value) int64 min_properties = 22 [json_name = "minProperties"];setMultipleOf(double value) double multiple_of = 10 [json_name = "multipleOf"];.openapi.v3.Schema not = 29 [json_name = "not"];setNot(Schema.Builder builderForValue) .openapi.v3.Schema not = 29 [json_name = "not"];setNullable(boolean value) bool nullable = 1 [json_name = "nullable"];setOneOf(int index, SchemaOrReference value) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];setOneOf(int index, SchemaOrReference.Builder builderForValue) repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];setPattern(String value) string pattern = 17 [json_name = "pattern"];setPatternBytes(com.google.protobuf.ByteString value) string pattern = 17 [json_name = "pattern"];setProperties(Properties value) .openapi.v3.Properties properties = 31 [json_name = "properties"];setProperties(Properties.Builder builderForValue) .openapi.v3.Properties properties = 31 [json_name = "properties"];setReadOnly(boolean value) bool read_only = 3 [json_name = "readOnly"];setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequired(int index, String value) repeated string required = 23 [json_name = "required"];setSpecificationExtension(int index, NamedAny value) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];setSpecificationExtension(int index, NamedAny.Builder builderForValue) repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];string title = 9 [json_name = "title"];setTitleBytes(com.google.protobuf.ByteString value) string title = 9 [json_name = "title"];string type = 25 [json_name = "type"];setTypeBytes(com.google.protobuf.ByteString value) string type = 25 [json_name = "type"];setUniqueItems(boolean value) bool unique_items = 20 [json_name = "uniqueItems"];final Schema.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setWriteOnly(boolean value) bool write_only = 4 [json_name = "writeOnly"];.openapi.v3.Xml xml = 5 [json_name = "xml"];setXml(Xml.Builder builderForValue) .openapi.v3.Xml xml = 5 [json_name = "xml"];Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
setField
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
setRepeatedField
public Schema.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
addRepeatedField
public Schema.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Schema.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
mergeFrom
public Schema.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Schema.Builder>- Throws:
IOException
-
getNullable
public boolean getNullable()bool nullable = 1 [json_name = "nullable"];- Specified by:
getNullablein interfaceSchemaOrBuilder- Returns:
- The nullable.
-
setNullable
bool nullable = 1 [json_name = "nullable"];- Parameters:
value- The nullable to set.- Returns:
- This builder for chaining.
-
clearNullable
bool nullable = 1 [json_name = "nullable"];- Returns:
- This builder for chaining.
-
hasDiscriminator
public boolean hasDiscriminator().openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];- Specified by:
hasDiscriminatorin interfaceSchemaOrBuilder- Returns:
- Whether the discriminator field is set.
-
getDiscriminator
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];- Specified by:
getDiscriminatorin interfaceSchemaOrBuilder- Returns:
- The discriminator.
-
setDiscriminator
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"]; -
setDiscriminator
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"]; -
mergeDiscriminator
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"]; -
clearDiscriminator
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"]; -
getDiscriminatorBuilder
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"]; -
getDiscriminatorOrBuilder
.openapi.v3.Discriminator discriminator = 2 [json_name = "discriminator"];- Specified by:
getDiscriminatorOrBuilderin interfaceSchemaOrBuilder
-
getReadOnly
public boolean getReadOnly()bool read_only = 3 [json_name = "readOnly"];- Specified by:
getReadOnlyin interfaceSchemaOrBuilder- Returns:
- The readOnly.
-
setReadOnly
bool read_only = 3 [json_name = "readOnly"];- Parameters:
value- The readOnly to set.- Returns:
- This builder for chaining.
-
clearReadOnly
bool read_only = 3 [json_name = "readOnly"];- Returns:
- This builder for chaining.
-
getWriteOnly
public boolean getWriteOnly()bool write_only = 4 [json_name = "writeOnly"];- Specified by:
getWriteOnlyin interfaceSchemaOrBuilder- Returns:
- The writeOnly.
-
setWriteOnly
bool write_only = 4 [json_name = "writeOnly"];- Parameters:
value- The writeOnly to set.- Returns:
- This builder for chaining.
-
clearWriteOnly
bool write_only = 4 [json_name = "writeOnly"];- Returns:
- This builder for chaining.
-
hasXml
public boolean hasXml().openapi.v3.Xml xml = 5 [json_name = "xml"];- Specified by:
hasXmlin interfaceSchemaOrBuilder- Returns:
- Whether the xml field is set.
-
getXml
.openapi.v3.Xml xml = 5 [json_name = "xml"];- Specified by:
getXmlin interfaceSchemaOrBuilder- Returns:
- The xml.
-
setXml
.openapi.v3.Xml xml = 5 [json_name = "xml"]; -
setXml
.openapi.v3.Xml xml = 5 [json_name = "xml"]; -
mergeXml
.openapi.v3.Xml xml = 5 [json_name = "xml"]; -
clearXml
.openapi.v3.Xml xml = 5 [json_name = "xml"]; -
getXmlBuilder
.openapi.v3.Xml xml = 5 [json_name = "xml"]; -
getXmlOrBuilder
.openapi.v3.Xml xml = 5 [json_name = "xml"];- Specified by:
getXmlOrBuilderin interfaceSchemaOrBuilder
-
hasExternalDocs
public boolean hasExternalDocs().openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];- Specified by:
hasExternalDocsin interfaceSchemaOrBuilder- Returns:
- Whether the externalDocs field is set.
-
getExternalDocs
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];- Specified by:
getExternalDocsin interfaceSchemaOrBuilder- Returns:
- The externalDocs.
-
setExternalDocs
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"]; -
setExternalDocs
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"]; -
mergeExternalDocs
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"]; -
clearExternalDocs
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"]; -
getExternalDocsBuilder
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"]; -
getExternalDocsOrBuilder
.openapi.v3.ExternalDocs external_docs = 6 [json_name = "externalDocs"];- Specified by:
getExternalDocsOrBuilderin interfaceSchemaOrBuilder
-
hasExample
public boolean hasExample().openapi.v3.Any example = 7 [json_name = "example"];- Specified by:
hasExamplein interfaceSchemaOrBuilder- Returns:
- Whether the example field is set.
-
getExample
.openapi.v3.Any example = 7 [json_name = "example"];- Specified by:
getExamplein interfaceSchemaOrBuilder- Returns:
- The example.
-
setExample
.openapi.v3.Any example = 7 [json_name = "example"]; -
setExample
.openapi.v3.Any example = 7 [json_name = "example"]; -
mergeExample
.openapi.v3.Any example = 7 [json_name = "example"]; -
clearExample
.openapi.v3.Any example = 7 [json_name = "example"]; -
getExampleBuilder
.openapi.v3.Any example = 7 [json_name = "example"]; -
getExampleOrBuilder
.openapi.v3.Any example = 7 [json_name = "example"];- Specified by:
getExampleOrBuilderin interfaceSchemaOrBuilder
-
getDeprecated
public boolean getDeprecated()bool deprecated = 8 [json_name = "deprecated"];- Specified by:
getDeprecatedin interfaceSchemaOrBuilder- Returns:
- The deprecated.
-
setDeprecated
bool deprecated = 8 [json_name = "deprecated"];- Parameters:
value- The deprecated to set.- Returns:
- This builder for chaining.
-
clearDeprecated
bool deprecated = 8 [json_name = "deprecated"];- Returns:
- This builder for chaining.
-
getTitle
string title = 9 [json_name = "title"];- Specified by:
getTitlein interfaceSchemaOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()string title = 9 [json_name = "title"];- Specified by:
getTitleBytesin interfaceSchemaOrBuilder- Returns:
- The bytes for title.
-
setTitle
string title = 9 [json_name = "title"];- Parameters:
value- The title to set.- Returns:
- This builder for chaining.
-
clearTitle
string title = 9 [json_name = "title"];- Returns:
- This builder for chaining.
-
setTitleBytes
string title = 9 [json_name = "title"];- Parameters:
value- The bytes for title to set.- Returns:
- This builder for chaining.
-
getMultipleOf
public double getMultipleOf()double multiple_of = 10 [json_name = "multipleOf"];- Specified by:
getMultipleOfin interfaceSchemaOrBuilder- Returns:
- The multipleOf.
-
setMultipleOf
double multiple_of = 10 [json_name = "multipleOf"];- Parameters:
value- The multipleOf to set.- Returns:
- This builder for chaining.
-
clearMultipleOf
double multiple_of = 10 [json_name = "multipleOf"];- Returns:
- This builder for chaining.
-
getMaximum
public double getMaximum()double maximum = 11 [json_name = "maximum"];- Specified by:
getMaximumin interfaceSchemaOrBuilder- Returns:
- The maximum.
-
setMaximum
double maximum = 11 [json_name = "maximum"];- Parameters:
value- The maximum to set.- Returns:
- This builder for chaining.
-
clearMaximum
double maximum = 11 [json_name = "maximum"];- Returns:
- This builder for chaining.
-
getExclusiveMaximum
public boolean getExclusiveMaximum()bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];- Specified by:
getExclusiveMaximumin interfaceSchemaOrBuilder- Returns:
- The exclusiveMaximum.
-
setExclusiveMaximum
bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];- Parameters:
value- The exclusiveMaximum to set.- Returns:
- This builder for chaining.
-
clearExclusiveMaximum
bool exclusive_maximum = 12 [json_name = "exclusiveMaximum"];- Returns:
- This builder for chaining.
-
getMinimum
public double getMinimum()double minimum = 13 [json_name = "minimum"];- Specified by:
getMinimumin interfaceSchemaOrBuilder- Returns:
- The minimum.
-
setMinimum
double minimum = 13 [json_name = "minimum"];- Parameters:
value- The minimum to set.- Returns:
- This builder for chaining.
-
clearMinimum
double minimum = 13 [json_name = "minimum"];- Returns:
- This builder for chaining.
-
getExclusiveMinimum
public boolean getExclusiveMinimum()bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];- Specified by:
getExclusiveMinimumin interfaceSchemaOrBuilder- Returns:
- The exclusiveMinimum.
-
setExclusiveMinimum
bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];- Parameters:
value- The exclusiveMinimum to set.- Returns:
- This builder for chaining.
-
clearExclusiveMinimum
bool exclusive_minimum = 14 [json_name = "exclusiveMinimum"];- Returns:
- This builder for chaining.
-
getMaxLength
public long getMaxLength()int64 max_length = 15 [json_name = "maxLength"];- Specified by:
getMaxLengthin interfaceSchemaOrBuilder- Returns:
- The maxLength.
-
setMaxLength
int64 max_length = 15 [json_name = "maxLength"];- Parameters:
value- The maxLength to set.- Returns:
- This builder for chaining.
-
clearMaxLength
int64 max_length = 15 [json_name = "maxLength"];- Returns:
- This builder for chaining.
-
getMinLength
public long getMinLength()int64 min_length = 16 [json_name = "minLength"];- Specified by:
getMinLengthin interfaceSchemaOrBuilder- Returns:
- The minLength.
-
setMinLength
int64 min_length = 16 [json_name = "minLength"];- Parameters:
value- The minLength to set.- Returns:
- This builder for chaining.
-
clearMinLength
int64 min_length = 16 [json_name = "minLength"];- Returns:
- This builder for chaining.
-
getPattern
string pattern = 17 [json_name = "pattern"];- Specified by:
getPatternin interfaceSchemaOrBuilder- Returns:
- The pattern.
-
getPatternBytes
public com.google.protobuf.ByteString getPatternBytes()string pattern = 17 [json_name = "pattern"];- Specified by:
getPatternBytesin interfaceSchemaOrBuilder- Returns:
- The bytes for pattern.
-
setPattern
string pattern = 17 [json_name = "pattern"];- Parameters:
value- The pattern to set.- Returns:
- This builder for chaining.
-
clearPattern
string pattern = 17 [json_name = "pattern"];- Returns:
- This builder for chaining.
-
setPatternBytes
string pattern = 17 [json_name = "pattern"];- Parameters:
value- The bytes for pattern to set.- Returns:
- This builder for chaining.
-
getMaxItems
public long getMaxItems()int64 max_items = 18 [json_name = "maxItems"];- Specified by:
getMaxItemsin interfaceSchemaOrBuilder- Returns:
- The maxItems.
-
setMaxItems
int64 max_items = 18 [json_name = "maxItems"];- Parameters:
value- The maxItems to set.- Returns:
- This builder for chaining.
-
clearMaxItems
int64 max_items = 18 [json_name = "maxItems"];- Returns:
- This builder for chaining.
-
getMinItems
public long getMinItems()int64 min_items = 19 [json_name = "minItems"];- Specified by:
getMinItemsin interfaceSchemaOrBuilder- Returns:
- The minItems.
-
setMinItems
int64 min_items = 19 [json_name = "minItems"];- Parameters:
value- The minItems to set.- Returns:
- This builder for chaining.
-
clearMinItems
int64 min_items = 19 [json_name = "minItems"];- Returns:
- This builder for chaining.
-
getUniqueItems
public boolean getUniqueItems()bool unique_items = 20 [json_name = "uniqueItems"];- Specified by:
getUniqueItemsin interfaceSchemaOrBuilder- Returns:
- The uniqueItems.
-
setUniqueItems
bool unique_items = 20 [json_name = "uniqueItems"];- Parameters:
value- The uniqueItems to set.- Returns:
- This builder for chaining.
-
clearUniqueItems
bool unique_items = 20 [json_name = "uniqueItems"];- Returns:
- This builder for chaining.
-
getMaxProperties
public long getMaxProperties()int64 max_properties = 21 [json_name = "maxProperties"];- Specified by:
getMaxPropertiesin interfaceSchemaOrBuilder- Returns:
- The maxProperties.
-
setMaxProperties
int64 max_properties = 21 [json_name = "maxProperties"];- Parameters:
value- The maxProperties to set.- Returns:
- This builder for chaining.
-
clearMaxProperties
int64 max_properties = 21 [json_name = "maxProperties"];- Returns:
- This builder for chaining.
-
getMinProperties
public long getMinProperties()int64 min_properties = 22 [json_name = "minProperties"];- Specified by:
getMinPropertiesin interfaceSchemaOrBuilder- Returns:
- The minProperties.
-
setMinProperties
int64 min_properties = 22 [json_name = "minProperties"];- Parameters:
value- The minProperties to set.- Returns:
- This builder for chaining.
-
clearMinProperties
int64 min_properties = 22 [json_name = "minProperties"];- Returns:
- This builder for chaining.
-
getRequiredList
public com.google.protobuf.ProtocolStringList getRequiredList()repeated string required = 23 [json_name = "required"];- Specified by:
getRequiredListin interfaceSchemaOrBuilder- Returns:
- A list containing the required.
-
getRequiredCount
public int getRequiredCount()repeated string required = 23 [json_name = "required"];- Specified by:
getRequiredCountin interfaceSchemaOrBuilder- Returns:
- The count of required.
-
getRequired
repeated string required = 23 [json_name = "required"];- Specified by:
getRequiredin interfaceSchemaOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The required at the given index.
-
getRequiredBytes
public com.google.protobuf.ByteString getRequiredBytes(int index) repeated string required = 23 [json_name = "required"];- Specified by:
getRequiredBytesin interfaceSchemaOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the required at the given index.
-
setRequired
repeated string required = 23 [json_name = "required"];- Parameters:
index- The index to set the value at.value- The required to set.- Returns:
- This builder for chaining.
-
addRequired
repeated string required = 23 [json_name = "required"];- Parameters:
value- The required to add.- Returns:
- This builder for chaining.
-
addAllRequired
repeated string required = 23 [json_name = "required"];- Parameters:
values- The required to add.- Returns:
- This builder for chaining.
-
clearRequired
repeated string required = 23 [json_name = "required"];- Returns:
- This builder for chaining.
-
addRequiredBytes
repeated string required = 23 [json_name = "required"];- Parameters:
value- The bytes of the required to add.- Returns:
- This builder for chaining.
-
getEnumList
repeated .openapi.v3.Any enum = 24 [json_name = "enum"];- Specified by:
getEnumListin interfaceSchemaOrBuilder
-
getEnumCount
public int getEnumCount()repeated .openapi.v3.Any enum = 24 [json_name = "enum"];- Specified by:
getEnumCountin interfaceSchemaOrBuilder
-
getEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"];- Specified by:
getEnumin interfaceSchemaOrBuilder
-
setEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
setEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addAllEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
clearEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
removeEnum
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
getEnumBuilder
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
getEnumOrBuilder
repeated .openapi.v3.Any enum = 24 [json_name = "enum"];- Specified by:
getEnumOrBuilderin interfaceSchemaOrBuilder
-
getEnumOrBuilderList
repeated .openapi.v3.Any enum = 24 [json_name = "enum"];- Specified by:
getEnumOrBuilderListin interfaceSchemaOrBuilder
-
addEnumBuilder
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
addEnumBuilder
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
getEnumBuilderList
repeated .openapi.v3.Any enum = 24 [json_name = "enum"]; -
getType
string type = 25 [json_name = "type"];- Specified by:
getTypein interfaceSchemaOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()string type = 25 [json_name = "type"];- Specified by:
getTypeBytesin interfaceSchemaOrBuilder- Returns:
- The bytes for type.
-
setType
string type = 25 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
string type = 25 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
string type = 25 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
getAllOfList
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];- Specified by:
getAllOfListin interfaceSchemaOrBuilder
-
getAllOfCount
public int getAllOfCount()repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];- Specified by:
getAllOfCountin interfaceSchemaOrBuilder
-
getAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];- Specified by:
getAllOfin interfaceSchemaOrBuilder
-
setAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
setAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
clearAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
removeAllOf
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
getAllOfBuilder
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
getAllOfOrBuilder
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];- Specified by:
getAllOfOrBuilderin interfaceSchemaOrBuilder
-
getAllOfOrBuilderList
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"];- Specified by:
getAllOfOrBuilderListin interfaceSchemaOrBuilder
-
addAllOfBuilder
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
addAllOfBuilder
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
getAllOfBuilderList
repeated .openapi.v3.SchemaOrReference all_of = 26 [json_name = "allOf"]; -
getOneOfList
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];- Specified by:
getOneOfListin interfaceSchemaOrBuilder
-
getOneOfCount
public int getOneOfCount()repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];- Specified by:
getOneOfCountin interfaceSchemaOrBuilder
-
getOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];- Specified by:
getOneOfin interfaceSchemaOrBuilder
-
setOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
setOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addAllOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
clearOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
removeOneOf
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
getOneOfBuilder
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
getOneOfOrBuilder
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];- Specified by:
getOneOfOrBuilderin interfaceSchemaOrBuilder
-
getOneOfOrBuilderList
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"];- Specified by:
getOneOfOrBuilderListin interfaceSchemaOrBuilder
-
addOneOfBuilder
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
addOneOfBuilder
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
getOneOfBuilderList
repeated .openapi.v3.SchemaOrReference one_of = 27 [json_name = "oneOf"]; -
getAnyOfList
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];- Specified by:
getAnyOfListin interfaceSchemaOrBuilder
-
getAnyOfCount
public int getAnyOfCount()repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];- Specified by:
getAnyOfCountin interfaceSchemaOrBuilder
-
getAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];- Specified by:
getAnyOfin interfaceSchemaOrBuilder
-
setAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
setAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAllAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
clearAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
removeAnyOf
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
getAnyOfBuilder
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
getAnyOfOrBuilder
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];- Specified by:
getAnyOfOrBuilderin interfaceSchemaOrBuilder
-
getAnyOfOrBuilderList
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"];- Specified by:
getAnyOfOrBuilderListin interfaceSchemaOrBuilder
-
addAnyOfBuilder
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
addAnyOfBuilder
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
getAnyOfBuilderList
repeated .openapi.v3.SchemaOrReference any_of = 28 [json_name = "anyOf"]; -
hasNot
public boolean hasNot().openapi.v3.Schema not = 29 [json_name = "not"];- Specified by:
hasNotin interfaceSchemaOrBuilder- Returns:
- Whether the not field is set.
-
getNot
.openapi.v3.Schema not = 29 [json_name = "not"];- Specified by:
getNotin interfaceSchemaOrBuilder- Returns:
- The not.
-
setNot
.openapi.v3.Schema not = 29 [json_name = "not"]; -
setNot
.openapi.v3.Schema not = 29 [json_name = "not"]; -
mergeNot
.openapi.v3.Schema not = 29 [json_name = "not"]; -
clearNot
.openapi.v3.Schema not = 29 [json_name = "not"]; -
getNotBuilder
.openapi.v3.Schema not = 29 [json_name = "not"]; -
getNotOrBuilder
.openapi.v3.Schema not = 29 [json_name = "not"];- Specified by:
getNotOrBuilderin interfaceSchemaOrBuilder
-
hasItems
public boolean hasItems().openapi.v3.ItemsItem items = 30 [json_name = "items"];- Specified by:
hasItemsin interfaceSchemaOrBuilder- Returns:
- Whether the items field is set.
-
getItems
.openapi.v3.ItemsItem items = 30 [json_name = "items"];- Specified by:
getItemsin interfaceSchemaOrBuilder- Returns:
- The items.
-
setItems
.openapi.v3.ItemsItem items = 30 [json_name = "items"]; -
setItems
.openapi.v3.ItemsItem items = 30 [json_name = "items"]; -
mergeItems
.openapi.v3.ItemsItem items = 30 [json_name = "items"]; -
clearItems
.openapi.v3.ItemsItem items = 30 [json_name = "items"]; -
getItemsBuilder
.openapi.v3.ItemsItem items = 30 [json_name = "items"]; -
getItemsOrBuilder
.openapi.v3.ItemsItem items = 30 [json_name = "items"];- Specified by:
getItemsOrBuilderin interfaceSchemaOrBuilder
-
hasProperties
public boolean hasProperties().openapi.v3.Properties properties = 31 [json_name = "properties"];- Specified by:
hasPropertiesin interfaceSchemaOrBuilder- Returns:
- Whether the properties field is set.
-
getProperties
.openapi.v3.Properties properties = 31 [json_name = "properties"];- Specified by:
getPropertiesin interfaceSchemaOrBuilder- Returns:
- The properties.
-
setProperties
.openapi.v3.Properties properties = 31 [json_name = "properties"]; -
setProperties
.openapi.v3.Properties properties = 31 [json_name = "properties"]; -
mergeProperties
.openapi.v3.Properties properties = 31 [json_name = "properties"]; -
clearProperties
.openapi.v3.Properties properties = 31 [json_name = "properties"]; -
getPropertiesBuilder
.openapi.v3.Properties properties = 31 [json_name = "properties"]; -
getPropertiesOrBuilder
.openapi.v3.Properties properties = 31 [json_name = "properties"];- Specified by:
getPropertiesOrBuilderin interfaceSchemaOrBuilder
-
hasAdditionalProperties
public boolean hasAdditionalProperties().openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];- Specified by:
hasAdditionalPropertiesin interfaceSchemaOrBuilder- Returns:
- Whether the additionalProperties field is set.
-
getAdditionalProperties
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];- Specified by:
getAdditionalPropertiesin interfaceSchemaOrBuilder- Returns:
- The additionalProperties.
-
setAdditionalProperties
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"]; -
setAdditionalProperties
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"]; -
mergeAdditionalProperties
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"]; -
clearAdditionalProperties
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"]; -
getAdditionalPropertiesBuilder
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"]; -
getAdditionalPropertiesOrBuilder
.openapi.v3.AdditionalPropertiesItem additional_properties = 32 [json_name = "additionalProperties"];- Specified by:
getAdditionalPropertiesOrBuilderin interfaceSchemaOrBuilder
-
hasDefault
public boolean hasDefault().openapi.v3.DefaultType default = 33 [json_name = "default"];- Specified by:
hasDefaultin interfaceSchemaOrBuilder- Returns:
- Whether the default field is set.
-
getDefault
.openapi.v3.DefaultType default = 33 [json_name = "default"];- Specified by:
getDefaultin interfaceSchemaOrBuilder- Returns:
- The default.
-
setDefault
.openapi.v3.DefaultType default = 33 [json_name = "default"]; -
setDefault
.openapi.v3.DefaultType default = 33 [json_name = "default"]; -
mergeDefault
.openapi.v3.DefaultType default = 33 [json_name = "default"]; -
clearDefault
.openapi.v3.DefaultType default = 33 [json_name = "default"]; -
getDefaultBuilder
.openapi.v3.DefaultType default = 33 [json_name = "default"]; -
getDefaultOrBuilder
.openapi.v3.DefaultType default = 33 [json_name = "default"];- Specified by:
getDefaultOrBuilderin interfaceSchemaOrBuilder
-
getDescription
string description = 34 [json_name = "description"];- Specified by:
getDescriptionin interfaceSchemaOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()string description = 34 [json_name = "description"];- Specified by:
getDescriptionBytesin interfaceSchemaOrBuilder- Returns:
- The bytes for description.
-
setDescription
string description = 34 [json_name = "description"];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
string description = 34 [json_name = "description"];- Returns:
- This builder for chaining.
-
setDescriptionBytes
string description = 34 [json_name = "description"];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getFormat
string format = 35 [json_name = "format"];- Specified by:
getFormatin interfaceSchemaOrBuilder- Returns:
- The format.
-
getFormatBytes
public com.google.protobuf.ByteString getFormatBytes()string format = 35 [json_name = "format"];- Specified by:
getFormatBytesin interfaceSchemaOrBuilder- Returns:
- The bytes for format.
-
setFormat
string format = 35 [json_name = "format"];- Parameters:
value- The format to set.- Returns:
- This builder for chaining.
-
clearFormat
string format = 35 [json_name = "format"];- Returns:
- This builder for chaining.
-
setFormatBytes
string format = 35 [json_name = "format"];- Parameters:
value- The bytes for format to set.- Returns:
- This builder for chaining.
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionListin interfaceSchemaOrBuilder
-
getSpecificationExtensionCount
public int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionCountin interfaceSchemaOrBuilder
-
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionin interfaceSchemaOrBuilder
-
setSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
setSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addAllSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
clearSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
removeSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
getSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionOrBuilderin interfaceSchemaOrBuilder
-
getSpecificationExtensionOrBuilderList
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"];- Specified by:
getSpecificationExtensionOrBuilderListin interfaceSchemaOrBuilder
-
addSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
addSpecificationExtensionBuilder
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
getSpecificationExtensionBuilderList
repeated .openapi.v3.NamedAny specification_extension = 36 [json_name = "specificationExtension"]; -
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Schema.Builder>
-