public static final class Indicator.ProcessSignature.MemoryHashSignature.Builder extends com.google.protobuf.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.MemoryHashSignaturegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Indicator.ProcessSignature.MemoryHashSignature build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Indicator.ProcessSignature.MemoryHashSignature buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Indicator.ProcessSignature.MemoryHashSignature.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(Indicator.ProcessSignature.MemoryHashSignature other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public Indicator.ProcessSignature.MemoryHashSignature.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>IOExceptionpublic String getBinaryFamily()
The binary family.
string binary_family = 1;getBinaryFamily in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic com.google.protobuf.ByteString getBinaryFamilyBytes()
The binary family.
string binary_family = 1;getBinaryFamilyBytes in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic Indicator.ProcessSignature.MemoryHashSignature.Builder setBinaryFamily(String value)
The binary family.
string binary_family = 1;value - The binaryFamily to set.public Indicator.ProcessSignature.MemoryHashSignature.Builder clearBinaryFamily()
The binary family.
string binary_family = 1;public Indicator.ProcessSignature.MemoryHashSignature.Builder setBinaryFamilyBytes(com.google.protobuf.ByteString value)
The binary family.
string binary_family = 1;value - The bytes for binaryFamily to set.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;
getDetectionsList in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic 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;
getDetectionsCount in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic 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;
getDetections in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic 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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getDetectionsOrBuilder in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic 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;
getDetectionsOrBuilderList in interface Indicator.ProcessSignature.MemoryHashSignatureOrBuilderpublic 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;
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;
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;
public final Indicator.ProcessSignature.MemoryHashSignature.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>public final Indicator.ProcessSignature.MemoryHashSignature.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Indicator.ProcessSignature.MemoryHashSignature.Builder>Copyright © 2023 Google LLC. All rights reserved.