Interface Finding.MuteInfo.DynamicMuteRecordOrBuilder (2.57.0)

public static interface Finding.MuteInfo.DynamicMuteRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchTime()

public abstract Timestamp getMatchTime()

When the dynamic mute rule first matched the finding.

.google.protobuf.Timestamp match_time = 2;

Returns
Type Description
Timestamp

The matchTime.

getMatchTimeOrBuilder()

public abstract TimestampOrBuilder getMatchTimeOrBuilder()

When the dynamic mute rule first matched the finding.

.google.protobuf.Timestamp match_time = 2;

Returns
Type Description
TimestampOrBuilder

getMuteConfig()

public abstract String getMuteConfig()

The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.

string mute_config = 1;

Returns
Type Description
String

The muteConfig.

getMuteConfigBytes()

public abstract ByteString getMuteConfigBytes()

The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.

string mute_config = 1;

Returns
Type Description
ByteString

The bytes for muteConfig.

hasMatchTime()

public abstract boolean hasMatchTime()

When the dynamic mute rule first matched the finding.

.google.protobuf.Timestamp match_time = 2;

Returns
Type Description
boolean

Whether the matchTime field is set.