public static final class Indicator.ProcessSignature.MemoryHashSignature.Detection extends GeneratedMessageV3 implements Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilder
Memory hash detection contributing to the binary family match.
Protobuf type
google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature.Detection
Static Fields
BINARY_FIELD_NUMBER
public static final int BINARY_FIELD_NUMBER
Field Value
PERCENT_PAGES_MATCHED_FIELD_NUMBER
public static final int PERCENT_PAGES_MATCHED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Indicator.ProcessSignature.MemoryHashSignature.Detection getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder newBuilder()
Returns
newBuilder(Indicator.ProcessSignature.MemoryHashSignature.Detection prototype)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder newBuilder(Indicator.ProcessSignature.MemoryHashSignature.Detection prototype)
Parameter
Returns
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Indicator.ProcessSignature.MemoryHashSignature.Detection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Indicator.ProcessSignature.MemoryHashSignature.Detection> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
getDefaultInstanceForType()
public Indicator.ProcessSignature.MemoryHashSignature.Detection getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Indicator.ProcessSignature.MemoryHashSignature.Detection> getParserForType()
Returns
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.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions