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