| Package | Description |
|---|---|
| org.apache.pulsar.broker.service.schema.proto |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.SchemaType.forNumber(int value) |
SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfoOrBuilder.getType()
required .pulsar.schema.SchemaInfo.SchemaType type = 3; |
SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.getType()
required .pulsar.schema.SchemaInfo.SchemaType type = 3; |
SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.Builder.getType()
required .pulsar.schema.SchemaInfo.SchemaType type = 3; |
static SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.SchemaType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.SchemaType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SchemaRegistryFormat.SchemaInfo.SchemaType |
SchemaRegistryFormat.SchemaInfo.SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRegistryFormat.SchemaInfo.SchemaType[] |
SchemaRegistryFormat.SchemaInfo.SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SchemaRegistryFormat.SchemaInfo.SchemaType> |
SchemaRegistryFormat.SchemaInfo.SchemaType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SchemaRegistryFormat.SchemaInfo.Builder |
SchemaRegistryFormat.SchemaInfo.Builder.setType(SchemaRegistryFormat.SchemaInfo.SchemaType value)
required .pulsar.schema.SchemaInfo.SchemaType type = 3; |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.