Class Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder (2.49.0)

public static final class Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder extends GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder> implements Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder

Memory hash detection contributing to the binary family match.

Protobuf type google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection

Inheritance

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

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

buildPartial()

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

clear()

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

clearBinary()

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

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPercentPagesMatched()

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

The percentage of memory page hashes in the signature that were matched.

double percent_pages_matched = 3;

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

This builder for chaining.

clone()

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

getBinary()

public String getBinary()

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Returns
TypeDescription
String

The binary.

getBinaryBytes()

public ByteString getBinaryBytes()

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Returns
TypeDescription
ByteString

The bytes for binary.

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPercentPagesMatched()

public double getPercentPagesMatched()

The percentage of memory page hashes in the signature that were matched.

double percent_pages_matched = 3;

Returns
TypeDescription
double

The percentPagesMatched.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Indicator.ProcessSignature.MemoryHashSignature.Detection other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setBinary(String value)

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setBinary(String value)

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Parameter
NameDescription
valueString

The binary to set.

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

This builder for chaining.

setBinaryBytes(ByteString value)

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setBinaryBytes(ByteString value)

The name of the binary associated with the memory hash signature detection.

string binary = 2;

Parameter
NameDescription
valueByteString

The bytes for binary to set.

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setPercentPagesMatched(double value)

public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setPercentPagesMatched(double value)

The percentage of memory page hashes in the signature that were matched.

double percent_pages_matched = 3;

Parameter
NameDescription
valuedouble

The percentPagesMatched to set.

Returns
TypeDescription
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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