Uses of Class
com.google.cloud.securitycenter.v1.Finding.Mute
-
Packages that use Finding.Mute Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Finding.Mute in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Finding.Mute Modifier and Type Method Description static Finding.Mute
Finding.Mute. forNumber(int value)
Finding.Mute
Finding.Builder. getMute()
Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.Mute
Finding. getMute()
Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.Mute
FindingOrBuilder. getMute()
Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.Mute
SetMuteRequest.Builder. getMute()
Required.Finding.Mute
SetMuteRequest. getMute()
Required.Finding.Mute
SetMuteRequestOrBuilder. getMute()
Required.static Finding.Mute
Finding.Mute. valueOf(int value)
Deprecated.static Finding.Mute
Finding.Mute. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Finding.Mute
Finding.Mute. valueOf(String name)
Returns the enum constant of this type with the specified name.static Finding.Mute[]
Finding.Mute. 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.Mute Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Finding.Mute>
Finding.Mute. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Finding.Mute Modifier and Type Method Description Finding.Builder
Finding.Builder. setMute(Finding.Mute value)
Indicates the mute state of a finding (either muted, unmuted or undefined).Finding
SecurityCenterClient. setMute(FindingName name, Finding.Mute mute)
Updates the mute state of a finding.Finding
SecurityCenterClient. setMute(String name, Finding.Mute mute)
Updates the mute state of a finding.SetMuteRequest.Builder
SetMuteRequest.Builder. setMute(Finding.Mute value)
Required.
-