Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Finding.State |
Finding.State.forNumber(int value) |
Finding.State |
FindingOrBuilder.getState()
The state of the finding.
|
Finding.State |
SetFindingStateRequest.getState()
Required.
|
Finding.State |
SetFindingStateRequest.Builder.getState()
Required.
|
Finding.State |
Finding.getState()
The state of the finding.
|
Finding.State |
Finding.Builder.getState()
The state of the finding.
|
Finding.State |
SetFindingStateRequestOrBuilder.getState()
Required.
|
static Finding.State |
Finding.State.valueOf(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 Internal.EnumLiteMap<Finding.State> |
Finding.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Finding |
SecurityCenterClient.setFindingState(FindingName name,
Finding.State state,
Timestamp startTime)
Updates the state of a finding.
|
Finding |
SecurityCenterClient.setFindingState(String name,
Finding.State state,
Timestamp startTime)
Updates the state of a finding.
|
SetFindingStateRequest.Builder |
SetFindingStateRequest.Builder.setState(Finding.State value)
Required.
|
Finding.Builder |
Finding.Builder.setState(Finding.State value)
The state of the finding.
|
Copyright © 2022 Google LLC. All rights reserved.