Uses of Class
com.google.cloud.securitycenter.v1beta1.Finding.State
-
Packages that use Finding.State Package Description com.google.cloud.securitycenter.v1beta1 A client to Security Command Center API -
-
Uses of Finding.State in com.google.cloud.securitycenter.v1beta1
Methods in com.google.cloud.securitycenter.v1beta1 that return Finding.State Modifier and Type Method Description static Finding.State
Finding.State. forNumber(int value)
Finding.State
Finding.Builder. getState()
The state of the finding.Finding.State
Finding. getState()
The state of the finding.Finding.State
FindingOrBuilder. getState()
The state of the finding.Finding.State
SetFindingStateRequest.Builder. getState()
Required.Finding.State
SetFindingStateRequest. getState()
Required.Finding.State
SetFindingStateRequestOrBuilder. getState()
Required.static Finding.State
Finding.State. valueOf(int value)
Deprecated.static Finding.State
Finding.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.securitycenter.v1beta1 that return types with arguments of type Finding.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Finding.State>
Finding.State. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1beta1 with parameters of type Finding.State Modifier and Type Method Description Finding
SecurityCenterClient. setFindingState(FindingName name, Finding.State state, com.google.protobuf.Timestamp startTime)
Updates the state of a finding.Finding
SecurityCenterClient. setFindingState(String name, Finding.State state, com.google.protobuf.Timestamp startTime)
Updates the state of a finding.Finding.Builder
Finding.Builder. setState(Finding.State value)
The state of the finding.SetFindingStateRequest.Builder
SetFindingStateRequest.Builder. setState(Finding.State value)
Required.
-