Class Indicator.ProcessSignature.MemoryHashSignature.Builder (2.8.0)

public static final class Indicator.ProcessSignature.MemoryHashSignature.Builder extends GeneratedMessageV3.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

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Indicator.ProcessSignature.MemoryHashSignature.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection>
Returns
TypeDescription
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
NameDescription
valueIndicator.ProcessSignature.MemoryHashSignature.Detection
Returns
TypeDescription
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
NameDescription
builderForValueIndicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueIndicator.ProcessSignature.MemoryHashSignature.Detection
Returns
TypeDescription
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
NameDescription
indexint
builderForValueIndicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

build()

public Indicator.ProcessSignature.MemoryHashSignature build()
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature

buildPartial()

public Indicator.ProcessSignature.MemoryHashSignature buildPartial()
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature

clear()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clear()
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

clearBinaryFamily()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clearBinaryFamily()

The binary family.

string binary_family = 1;

Returns
TypeDescription
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
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder

clearField(Descriptors.FieldDescriptor field)

public Indicator.ProcessSignature.MemoryHashSignature.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Indicator.ProcessSignature.MemoryHashSignature.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

clone()

public Indicator.ProcessSignature.MemoryHashSignature.Builder clone()
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

getBinaryFamily()

public String getBinaryFamily()

The binary family.

string binary_family = 1;

Returns
TypeDescription
String

The binaryFamily.

getBinaryFamilyBytes()

public ByteString getBinaryFamilyBytes()

The binary family.

string binary_family = 1;

Returns
TypeDescription
ByteString

The bytes for binaryFamily.

getDefaultInstanceForType()

public Indicator.ProcessSignature.MemoryHashSignature getDefaultInstanceForType()
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Indicator.ProcessSignature.MemoryHashSignature other)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(Indicator.ProcessSignature.MemoryHashSignature other)
Parameter
NameDescription
otherIndicator.ProcessSignature.MemoryHashSignature
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Indicator.ProcessSignature.MemoryHashSignature.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder

setBinaryFamily(String value)

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

The binary family.

string binary_family = 1;

Parameter
NameDescription
valueString

The binaryFamily to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for binaryFamily to set.

Returns
TypeDescription
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
NameDescription
indexint
valueIndicator.ProcessSignature.MemoryHashSignature.Detection
Returns
TypeDescription
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
NameDescription
indexint
builderForValueIndicator.ProcessSignature.MemoryHashSignature.Detection.Builder
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Indicator.ProcessSignature.MemoryHashSignature.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Indicator.ProcessSignature.MemoryHashSignature.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Builder
Overrides