| Package | Description |
|---|---|
| org.apache.flink.formats.protobuf.testproto |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTest.Corpus |
SimpleTest.Corpus.forNumber(int value) |
SimpleTest.Corpus |
SimpleTestOrBuilder.getH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
SimpleTest.Corpus |
SimpleTest.getH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
SimpleTest.Corpus |
SimpleTest.Builder.getH()
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
static SimpleTest.Corpus |
SimpleTest.Corpus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SimpleTest.Corpus |
SimpleTest.Corpus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SimpleTest.Corpus |
SimpleTest.Corpus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleTest.Corpus[] |
SimpleTest.Corpus.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<SimpleTest.Corpus> |
SimpleTest.Corpus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SimpleTest.Builder |
SimpleTest.Builder.setH(SimpleTest.Corpus value)
optional .org.apache.flink.formats.protobuf.testproto.SimpleTest.Corpus h = 8; |
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.