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.MuteFinding.Mute. forNumber(int value)Finding.MuteFinding.Builder. getMute()Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.MuteFinding. getMute()Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.MuteFindingOrBuilder. getMute()Indicates the mute state of a finding (either muted, unmuted or undefined).Finding.MuteSetMuteRequest.Builder. getMute()Required.Finding.MuteSetMuteRequest. getMute()Required.Finding.MuteSetMuteRequestOrBuilder. getMute()Required.static Finding.MuteFinding.Mute. valueOf(int value)Deprecated.static Finding.MuteFinding.Mute. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Finding.MuteFinding.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.BuilderFinding.Builder. setMute(Finding.Mute value)Indicates the mute state of a finding (either muted, unmuted or undefined).FindingSecurityCenterClient. setMute(FindingName name, Finding.Mute mute)Updates the mute state of a finding.FindingSecurityCenterClient. setMute(String name, Finding.Mute mute)Updates the mute state of a finding.SetMuteRequest.BuilderSetMuteRequest.Builder. setMute(Finding.Mute value)Required.
-