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