| Modifier and Type | Method and Description |
|---|---|
static Report.State |
Report.State.forNumber(int value) |
Report.State |
Report.getState()
Report creation state.
|
Report.State |
Report.Builder.getState()
Report creation state.
|
Report.State |
ReportOrBuilder.getState()
Report creation state.
|
static Report.State |
Report.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Report.State |
Report.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Report.State |
Report.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.State[] |
Report.State.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<Report.State> |
Report.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Report.Builder |
Report.Builder.setState(Report.State value)
Report creation state.
|
Copyright © 2024 Google LLC. All rights reserved.