Class EnumDefinition.Builder
java.lang.Object
io.confluent.kafka.schemaregistry.protobuf.dynamic.EnumDefinition.Builder
- Enclosing class:
- EnumDefinition
EnumDefinition.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaddReservedName(String reservedName) addReservedRange(int start, int end) addValue(String name, int num, ProtobufSchema.ProtobufMeta meta, Boolean isDeprecated, Boolean isDebugRedact, com.google.protobuf.DescriptorProtos.FeatureSet features, com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport featureSupport) build()getName()
-
Method Details
-
getName
-
addValue
-
addValue
public EnumDefinition.Builder addValue(String name, int num, ProtobufSchema.ProtobufMeta meta, Boolean isDeprecated, Boolean isDebugRedact, com.google.protobuf.DescriptorProtos.FeatureSet features, com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport featureSupport) -
addReservedName
-
addReservedRange
-
setMeta
-
build
-