Uses of Class
com.google.webrisk.v1.ThreatInfo
-
Packages that use ThreatInfo Package Description com.google.webrisk.v1 -
-
Uses of ThreatInfo in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return ThreatInfo Modifier and Type Method Description ThreatInfo
ThreatInfo.Builder. build()
ThreatInfo
ThreatInfo.Builder. buildPartial()
static ThreatInfo
ThreatInfo. getDefaultInstance()
ThreatInfo
ThreatInfo.Builder. getDefaultInstanceForType()
ThreatInfo
ThreatInfo. getDefaultInstanceForType()
ThreatInfo
SubmitUriRequest.Builder. getThreatInfo()
Provides additional information about the submission.ThreatInfo
SubmitUriRequest. getThreatInfo()
Provides additional information about the submission.ThreatInfo
SubmitUriRequestOrBuilder. getThreatInfo()
Provides additional information about the submission.static ThreatInfo
ThreatInfo. parseDelimitedFrom(InputStream input)
static ThreatInfo
ThreatInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThreatInfo
ThreatInfo. parseFrom(byte[] data)
static ThreatInfo
ThreatInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThreatInfo
ThreatInfo. parseFrom(com.google.protobuf.ByteString data)
static ThreatInfo
ThreatInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThreatInfo
ThreatInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ThreatInfo
ThreatInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThreatInfo
ThreatInfo. parseFrom(InputStream input)
static ThreatInfo
ThreatInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ThreatInfo
ThreatInfo. parseFrom(ByteBuffer data)
static ThreatInfo
ThreatInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.webrisk.v1 that return types with arguments of type ThreatInfo Modifier and Type Method Description com.google.protobuf.Parser<ThreatInfo>
ThreatInfo. getParserForType()
static com.google.protobuf.Parser<ThreatInfo>
ThreatInfo. parser()
Methods in com.google.webrisk.v1 with parameters of type ThreatInfo Modifier and Type Method Description ThreatInfo.Builder
ThreatInfo.Builder. mergeFrom(ThreatInfo other)
SubmitUriRequest.Builder
SubmitUriRequest.Builder. mergeThreatInfo(ThreatInfo value)
Provides additional information about the submission.static ThreatInfo.Builder
ThreatInfo. newBuilder(ThreatInfo prototype)
SubmitUriRequest.Builder
SubmitUriRequest.Builder. setThreatInfo(ThreatInfo value)
Provides additional information about the submission.
-