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