Uses of Class
com.google.webrisk.v1.RawHashes
-
Packages that use RawHashes Package Description com.google.webrisk.v1 -
-
Uses of RawHashes in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return RawHashes Modifier and Type Method Description RawHashesRawHashes.Builder. build()RawHashesRawHashes.Builder. buildPartial()static RawHashesRawHashes. getDefaultInstance()RawHashesRawHashes.Builder. getDefaultInstanceForType()RawHashesRawHashes. getDefaultInstanceForType()RawHashesThreatEntryAdditions.Builder. getRawHashes(int index)The raw SHA256-formatted entries.RawHashesThreatEntryAdditions. getRawHashes(int index)The raw SHA256-formatted entries.RawHashesThreatEntryAdditionsOrBuilder. getRawHashes(int index)The raw SHA256-formatted entries.static RawHashesRawHashes. parseDelimitedFrom(InputStream input)static RawHashesRawHashes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawHashesRawHashes. parseFrom(byte[] data)static RawHashesRawHashes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawHashesRawHashes. parseFrom(com.google.protobuf.ByteString data)static RawHashesRawHashes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawHashesRawHashes. parseFrom(com.google.protobuf.CodedInputStream input)static RawHashesRawHashes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawHashesRawHashes. parseFrom(InputStream input)static RawHashesRawHashes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawHashesRawHashes. parseFrom(ByteBuffer data)static RawHashesRawHashes. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.webrisk.v1 that return types with arguments of type RawHashes Modifier and Type Method Description com.google.protobuf.Parser<RawHashes>RawHashes. getParserForType()List<RawHashes>ThreatEntryAdditions.Builder. getRawHashesList()The raw SHA256-formatted entries.List<RawHashes>ThreatEntryAdditions. getRawHashesList()The raw SHA256-formatted entries.List<RawHashes>ThreatEntryAdditionsOrBuilder. getRawHashesList()The raw SHA256-formatted entries.static com.google.protobuf.Parser<RawHashes>RawHashes. parser()Methods in com.google.webrisk.v1 with parameters of type RawHashes Modifier and Type Method Description ThreatEntryAdditions.BuilderThreatEntryAdditions.Builder. addRawHashes(int index, RawHashes value)The raw SHA256-formatted entries.ThreatEntryAdditions.BuilderThreatEntryAdditions.Builder. addRawHashes(RawHashes value)The raw SHA256-formatted entries.RawHashes.BuilderRawHashes.Builder. mergeFrom(RawHashes other)static RawHashes.BuilderRawHashes. newBuilder(RawHashes prototype)ThreatEntryAdditions.BuilderThreatEntryAdditions.Builder. setRawHashes(int index, RawHashes value)The raw SHA256-formatted entries.Method parameters in com.google.webrisk.v1 with type arguments of type RawHashes Modifier and Type Method Description ThreatEntryAdditions.BuilderThreatEntryAdditions.Builder. addAllRawHashes(Iterable<? extends RawHashes> values)The raw SHA256-formatted entries.
-