Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
static Finding.Mute |
Finding.Mute.forNumber(int value) |
Finding.Mute |
FindingOrBuilder.getMute()
Indicates the mute state of a finding (either muted, unmuted
or undefined).
|
Finding.Mute |
SetMuteRequest.getMute()
Required.
|
Finding.Mute |
SetMuteRequest.Builder.getMute()
Required.
|
Finding.Mute |
SetMuteRequestOrBuilder.getMute()
Required.
|
Finding.Mute |
Finding.getMute()
Indicates the mute state of a finding (either muted, unmuted
or undefined).
|
Finding.Mute |
Finding.Builder.getMute()
Indicates the mute state of a finding (either muted, unmuted
or undefined).
|
static Finding.Mute |
Finding.Mute.valueOf(Descriptors.EnumValueDescriptor desc) |
static Finding.Mute |
Finding.Mute.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Finding.Mute> |
Finding.Mute.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SetMuteRequest.Builder |
SetMuteRequest.Builder.setMute(Finding.Mute value)
Required.
|
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.
|
Copyright © 2022 Google LLC. All rights reserved.