| Modifier and Type | Method and Description |
|---|---|
static Finding.Mute |
Finding.Mute.forNumber(int value) |
Finding.Mute |
SetMuteRequestOrBuilder.getMute()
Required.
|
Finding.Mute |
SetMuteRequest.getMute()
Required.
|
Finding.Mute |
SetMuteRequest.Builder.getMute()
Required.
|
Finding.Mute |
FindingOrBuilder.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 |
Finding.Builder.getMute()
Indicates the mute state of a finding (either muted, unmuted
or undefined).
|
static Finding.Mute |
Finding.Mute.valueOf(com.google.protobuf.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 com.google.protobuf.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).
|
Copyright © 2024 Google LLC. All rights reserved.