public static final class Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder extends GeneratedMessage.Builder<Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder> implements Indicator.ProcessSignature.MemoryHashSignature.DetectionOrBuilderMemory hash detection contributing to the binary family match.
Protobuf type
google.cloud.securitycenter.v2.Indicator.ProcessSignature.MemoryHashSignature.Detection
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Indicator.ProcessSignature.MemoryHashSignature.Detection.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Indicator.ProcessSignature.MemoryHashSignature.Detection build()| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection |
|
buildPartial()
public Indicator.ProcessSignature.MemoryHashSignature.Detection buildPartial()| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection |
|
clear()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clear()| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
|
clearBinary()
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder clearBinary()The name of the binary associated with the memory hash signature detection.
string binary = 2;
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
This builder for chaining. |
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()| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Indicator.ProcessSignature.MemoryHashSignature.Detection other)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(Indicator.ProcessSignature.MemoryHashSignature.Detection other)| Parameter | |
|---|---|
| Name | Description |
other |
Indicator.ProcessSignature.MemoryHashSignature.Detection |
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
|
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 |
StringThe binary to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for binary to set. |
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
This builder for chaining. |
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 |
doubleThe percentPagesMatched to set. |
| Returns | |
|---|---|
| Type | Description |
Indicator.ProcessSignature.MemoryHashSignature.Detection.Builder |
This builder for chaining. |