public static interface Finding.MuteInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDynamicMuteRecords(int index)
public abstract Finding.MuteInfo.DynamicMuteRecord getDynamicMuteRecords(int index)
The list of dynamic mute rules that currently match the finding.
repeated .google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord dynamic_mute_records = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Finding.MuteInfo.DynamicMuteRecord |
getDynamicMuteRecordsCount()
public abstract int getDynamicMuteRecordsCount()
The list of dynamic mute rules that currently match the finding.
repeated .google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord dynamic_mute_records = 2;
Returns | |
---|---|
Type | Description |
int |
getDynamicMuteRecordsList()
public abstract List<Finding.MuteInfo.DynamicMuteRecord> getDynamicMuteRecordsList()
The list of dynamic mute rules that currently match the finding.
repeated .google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord dynamic_mute_records = 2;
Returns | |
---|---|
Type | Description |
List<DynamicMuteRecord> |
getDynamicMuteRecordsOrBuilder(int index)
public abstract Finding.MuteInfo.DynamicMuteRecordOrBuilder getDynamicMuteRecordsOrBuilder(int index)
The list of dynamic mute rules that currently match the finding.
repeated .google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord dynamic_mute_records = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Finding.MuteInfo.DynamicMuteRecordOrBuilder |
getDynamicMuteRecordsOrBuilderList()
public abstract List<? extends Finding.MuteInfo.DynamicMuteRecordOrBuilder> getDynamicMuteRecordsOrBuilderList()
The list of dynamic mute rules that currently match the finding.
repeated .google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord dynamic_mute_records = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecordOrBuilder> |
getStaticMute()
public abstract Finding.MuteInfo.StaticMute getStaticMute()
If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
.google.cloud.securitycenter.v2.Finding.MuteInfo.StaticMute static_mute = 1;
Returns | |
---|---|
Type | Description |
Finding.MuteInfo.StaticMute |
The staticMute. |
getStaticMuteOrBuilder()
public abstract Finding.MuteInfo.StaticMuteOrBuilder getStaticMuteOrBuilder()
If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
.google.cloud.securitycenter.v2.Finding.MuteInfo.StaticMute static_mute = 1;
Returns | |
---|---|
Type | Description |
Finding.MuteInfo.StaticMuteOrBuilder |
hasStaticMute()
public abstract boolean hasStaticMute()
If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
.google.cloud.securitycenter.v2.Finding.MuteInfo.StaticMute static_mute = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the staticMute field is set. |