Uses of Class
com.google.webrisk.v1beta1.RawIndices
-
Packages that use RawIndices Package Description com.google.webrisk.v1beta1 -
-
Uses of RawIndices in com.google.webrisk.v1beta1
Methods in com.google.webrisk.v1beta1 that return RawIndices Modifier and Type Method Description RawIndices
RawIndices.Builder. build()
RawIndices
RawIndices.Builder. buildPartial()
static RawIndices
RawIndices. getDefaultInstance()
RawIndices
RawIndices.Builder. getDefaultInstanceForType()
RawIndices
RawIndices. getDefaultInstanceForType()
RawIndices
ThreatEntryRemovals.Builder. getRawIndices()
The raw removal indices for a local list.RawIndices
ThreatEntryRemovals. getRawIndices()
The raw removal indices for a local list.RawIndices
ThreatEntryRemovalsOrBuilder. getRawIndices()
The raw removal indices for a local list.static RawIndices
RawIndices. parseDelimitedFrom(InputStream input)
static RawIndices
RawIndices. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawIndices
RawIndices. parseFrom(byte[] data)
static RawIndices
RawIndices. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawIndices
RawIndices. parseFrom(com.google.protobuf.ByteString data)
static RawIndices
RawIndices. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawIndices
RawIndices. parseFrom(com.google.protobuf.CodedInputStream input)
static RawIndices
RawIndices. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawIndices
RawIndices. parseFrom(InputStream input)
static RawIndices
RawIndices. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawIndices
RawIndices. parseFrom(ByteBuffer data)
static RawIndices
RawIndices. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.webrisk.v1beta1 that return types with arguments of type RawIndices Modifier and Type Method Description com.google.protobuf.Parser<RawIndices>
RawIndices. getParserForType()
static com.google.protobuf.Parser<RawIndices>
RawIndices. parser()
Methods in com.google.webrisk.v1beta1 with parameters of type RawIndices Modifier and Type Method Description RawIndices.Builder
RawIndices.Builder. mergeFrom(RawIndices other)
ThreatEntryRemovals.Builder
ThreatEntryRemovals.Builder. mergeRawIndices(RawIndices value)
The raw removal indices for a local list.static RawIndices.Builder
RawIndices. newBuilder(RawIndices prototype)
ThreatEntryRemovals.Builder
ThreatEntryRemovals.Builder. setRawIndices(RawIndices value)
The raw removal indices for a local list.
-