| Modifier and Type | Method and Description |
|---|---|
static Example.PayloadCase |
Example.PayloadCase.forNumber(int value) |
Example.PayloadCase |
Example.getPayloadCase() |
Example.PayloadCase |
Example.Builder.getPayloadCase() |
Example.PayloadCase |
ExampleOrBuilder.getPayloadCase() |
static Example.PayloadCase |
Example.PayloadCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Example.PayloadCase |
Example.PayloadCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Example.PayloadCase[] |
Example.PayloadCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Google LLC. All rights reserved.