Class Finding.MuteInfo.DynamicMuteRecord (2.57.0)

public static final class Finding.MuteInfo.DynamicMuteRecord extends GeneratedMessageV3 implements Finding.MuteInfo.DynamicMuteRecordOrBuilder

The record of a dynamic mute rule that matches the finding.

Protobuf type google.cloud.securitycenter.v1.Finding.MuteInfo.DynamicMuteRecord

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Finding.MuteInfo.DynamicMuteRecord

Static Fields

MATCH_TIME_FIELD_NUMBER

public static final int MATCH_TIME_FIELD_NUMBER
Field Value
Type Description
int

MUTE_CONFIG_FIELD_NUMBER

public static final int MUTE_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Finding.MuteInfo.DynamicMuteRecord getDefaultInstance()
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Finding.MuteInfo.DynamicMuteRecord.Builder newBuilder()
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord.Builder

newBuilder(Finding.MuteInfo.DynamicMuteRecord prototype)

public static Finding.MuteInfo.DynamicMuteRecord.Builder newBuilder(Finding.MuteInfo.DynamicMuteRecord prototype)
Parameter
Name Description
prototype Finding.MuteInfo.DynamicMuteRecord
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord.Builder

parseDelimitedFrom(InputStream input)

public static Finding.MuteInfo.DynamicMuteRecord parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Finding.MuteInfo.DynamicMuteRecord parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Finding.MuteInfo.DynamicMuteRecord> parser()
Returns
Type Description
Parser<DynamicMuteRecord>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Finding.MuteInfo.DynamicMuteRecord getDefaultInstanceForType()
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord

getMatchTime()

public 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 TimestampOrBuilder getMatchTimeOrBuilder()

When the dynamic mute rule first matched the finding.

.google.protobuf.Timestamp match_time = 2;

Returns
Type Description
TimestampOrBuilder

getMuteConfig()

public 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 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.

getParserForType()

public Parser<Finding.MuteInfo.DynamicMuteRecord> getParserForType()
Returns
Type Description
Parser<DynamicMuteRecord>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasMatchTime()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Finding.MuteInfo.DynamicMuteRecord.Builder newBuilderForType()
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Finding.MuteInfo.DynamicMuteRecord.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Finding.MuteInfo.DynamicMuteRecord.Builder toBuilder()
Returns
Type Description
Finding.MuteInfo.DynamicMuteRecord.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException