public static enum ProtobufSchema.Format extends Enum<ProtobufSchema.Format>
| Enum Constant and Description |
|---|
DEFAULT |
IGNORE_EXTENSIONS |
SERIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static ProtobufSchema.Format |
get(String symbol) |
String |
symbol() |
static Set<String> |
symbols() |
String |
toString() |
static ProtobufSchema.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtobufSchema.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtobufSchema.Format DEFAULT
public static final ProtobufSchema.Format IGNORE_EXTENSIONS
public static final ProtobufSchema.Format SERIALIZED
public static ProtobufSchema.Format[] values()
for (ProtobufSchema.Format c : ProtobufSchema.Format.values()) System.out.println(c);
public static ProtobufSchema.Format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String symbol()
public static ProtobufSchema.Format get(String symbol)
public String toString()
toString in class Enum<ProtobufSchema.Format>Copyright © 2026 Confluent, Inc.. All rights reserved.