Class Indicator.ProcessSignature.MemoryHashSignature.Builder (2.91.0)

public static final class Indicator.ProcessSignature.MemoryHashSignature.Builder extends GeneratedMessage.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder> implements Indicator.ProcessSignature.MemoryHashSignatureOrBuilder

A signature corresponding to memory page hashes.

Protobuf type google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature

Static Methods

getDescriptor()

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

Methods

addAllDetections(Iterable<? extends Indicator.ProcessSignature.MemoryHashSignature.Detection> values)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addAllDetections(Iterable<? extends Indicator.ProcessSignature.MemoryHashSignature.Detection> values)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
values Iterable<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection>
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

addDetections(Indicator.ProcessSignature.MemoryHashSignature.Detection value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addDetections(Indicator.ProcessSignature.MemoryHashSignature.Detection value)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
value Indicator.ProcessSignature.MemoryHashSignature.Detection
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

addDetections(Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addDetections(Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
builderForValue Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

addDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection value)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameters
Name Description
index int
value Indicator.ProcessSignature.MemoryHashSignature.Detection
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

addDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameters
Name Description
index int
builderForValue Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

addDetectionsBuilder()

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder addDetectionsBuilder()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

addDetectionsBuilder(int index)

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder addDetectionsBuilder(int index)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
index int
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

build()

public Indicator.ProcessSignature.MemoryHashSignature build()
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature

buildPartial()

public Indicator.ProcessSignature.MemoryHashSignature buildPartial()
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature

clear()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clear()
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

clearBinaryFamily()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clearBinaryFamily()

The binary family.

string binary_family = 1;

Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

This builder for chaining.

clearDetections()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clearDetections()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

getBinaryFamily()

public String getBinaryFamily()

The binary family.

string binary_family = 1;

Returns
Type Description
String

The binaryFamily.

getBinaryFamilyBytes()

public ByteString getBinaryFamilyBytes()

The binary family.

string binary_family = 1;

Returns
Type Description
ByteString

The bytes for binaryFamily.

getDefaultInstanceForType()

public Indicator.ProcessSignature.MemoryHashSignature getDefaultInstanceForType()
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDetections(int index)

public Indicator.ProcessSignature.MemoryHashSignature.Detection getDetections(int index)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
index int
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Detection

getDetectionsBuilder(int index)

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder getDetectionsBuilder(int index)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
index int
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

getDetectionsBuilderList()

public List<Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder> getDetectionsBuilderList()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
List<Builder>

getDetectionsCount()

public int getDetectionsCount()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
int

getDetectionsList()

public List<Indicator.ProcessSignature.MemoryHashSignature.Detection> getDetectionsList()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
List<Detection>

getDetectionsOrBuilder(int index)

public Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder getDetectionsOrBuilder(int index)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
index int
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder

getDetectionsOrBuilderList()

public List<? extends Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder> getDetectionsOrBuilderList()

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Indicator.ProcessSignature.MemoryHashSignature other)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(Indicator.ProcessSignature.MemoryHashSignature other)
Parameter
Name Description
other Indicator.ProcessSignature.MemoryHashSignature
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

removeDetections(int index)

public Indicator.ProcessSignature.MemoryHashSignature.Builder removeDetections(int index)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameter
Name Description
index int
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

setBinaryFamily(String value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setBinaryFamily(String value)

The binary family.

string binary_family = 1;

Parameter
Name Description
value String

The binaryFamily to set.

Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

This builder for chaining.

setBinaryFamilyBytes(ByteString value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setBinaryFamilyBytes(ByteString value)

The binary family.

string binary_family = 1;

Parameter
Name Description
value ByteString

The bytes for binaryFamily to set.

Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

This builder for chaining.

setDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection value)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameters
Name Description
index int
value Indicator.ProcessSignature.MemoryHashSignature.Detection
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder

setDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setDetections(int index, Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder builderForValue)

The list of memory hash detections contributing to the binary family match.

repeated .google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection detections = 4;

Parameters
Name Description
index int
builderForValue Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
Type Description
Indicator.ProcessSignature.MemoryHashSignature.Builder