public static interface Finding.MuteInfo.StaticMuteOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplyTime()
public abstract Timestamp getApplyTime()When the static mute was applied.
.google.protobuf.Timestamp apply_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The applyTime. |
getApplyTimeOrBuilder()
public abstract TimestampOrBuilder getApplyTimeOrBuilder()When the static mute was applied.
.google.protobuf.Timestamp apply_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState()
public abstract Finding.Mute getState() The static mute state. If the value is MUTED or UNMUTED, then the
finding's overall mute state will have the same value.
.google.cloud.securitycenter.v1.Finding.Mute state = 1;
| Returns | |
|---|---|
| Type | Description |
Finding.Mute |
The state. |
getStateValue()
public abstract int getStateValue() The static mute state. If the value is MUTED or UNMUTED, then the
finding's overall mute state will have the same value.
.google.cloud.securitycenter.v1.Finding.Mute state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasApplyTime()
public abstract boolean hasApplyTime()When the static mute was applied.
.google.protobuf.Timestamp apply_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the applyTime field is set. |