Package | Description |
---|---|
org.apache.flink.statefun.flink.common.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
static TestProtos.Letter |
TestProtos.Letter.forNumber(int value) |
TestProtos.Letter |
TestProtos.MessageWithEnumOrBuilder.getLetter()
.org.apache.flink.test.Letter letter = 1; |
TestProtos.Letter |
TestProtos.MessageWithEnum.getLetter()
.org.apache.flink.test.Letter letter = 1; |
TestProtos.Letter |
TestProtos.MessageWithEnum.Builder.getLetter()
.org.apache.flink.test.Letter letter = 1; |
static TestProtos.Letter |
TestProtos.Letter.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TestProtos.Letter |
TestProtos.Letter.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TestProtos.Letter |
TestProtos.Letter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestProtos.Letter[] |
TestProtos.Letter.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<TestProtos.Letter> |
TestProtos.Letter.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TestProtos.MessageWithEnum.Builder |
TestProtos.MessageWithEnum.Builder.setLetter(TestProtos.Letter value)
.org.apache.flink.test.Letter letter = 1; |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.