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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Indicator.ProcessSignature.MemoryHashSignature.Detection build()
buildPartial()
public Indicator.ProcessSignature.MemoryHashSignature.Detection buildPartial()
clear()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clear()
Overrides
clearBinary()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clearBinary()
The name of the binary associated with the memory hash
signature detection.
string binary = 2;
clearField(Descriptors.FieldDescriptor field)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clone()
Overrides
getBinary()
public String getBinary()
The name of the binary associated with the memory hash
signature detection.
string binary = 2;
Returns |
---|
Type | Description |
String | The binary.
|
getBinaryBytes()
public ByteString getBinaryBytes()
The name of the binary associated with the memory hash
signature detection.
string binary = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for binary.
|
getDefaultInstanceForType()
public Indicator.ProcessSignature.MemoryHashSignature.Detection getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getPercentPagesMatched()
public double getPercentPagesMatched()
The percentage of memory page hashes in the signature
that were matched.
double percent_pages_matched = 3;
Returns |
---|
Type | Description |
double | The percentPagesMatched.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Indicator.ProcessSignature.MemoryHashSignature.Detection other)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(Indicator.ProcessSignature.MemoryHashSignature.Detection other)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
value | String
The binary to set.
|
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 |
---|
Name | Description |
value | ByteString
The bytes for binary to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setField(Descriptors.FieldDescriptor field, Object value)
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 |
---|
Name | Description |
value | double
The percentPagesMatched to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides