Namespace Google.Apis.WebRisk.v1.Data
Classes
GoogleCloudWebriskV1ComputeThreatListDiffResponse
GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum
The expected state of a client's local database.
GoogleCloudWebriskV1RawHashes
The uncompressed threat entries in hash format. Hashes can be anywhere from 4 to 32 bytes in size. A large majority are 4 bytes, but some hashes are lengthened if they collide with the hash of a popular URI. Used for sending ThreatEntryAdditons to clients that do not support compression, or when sending non-4-byte hashes to clients that do support compression.
GoogleCloudWebriskV1RawIndices
A set of raw indices to remove from a local list.
GoogleCloudWebriskV1RiceDeltaEncoding
The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or compressed removal indices.
GoogleCloudWebriskV1SearchHashesResponse
GoogleCloudWebriskV1SearchHashesResponseThreatHash
Contains threat information on a matching hash.
GoogleCloudWebriskV1SearchUrisResponse
GoogleCloudWebriskV1SearchUrisResponseThreatUri
Contains threat information on a matching uri.
GoogleCloudWebriskV1Submission
Wraps a URI that might be displaying malicious content.
GoogleCloudWebriskV1ThreatEntryAdditions
Contains the set of entries to add to a local database. May contain a combination of compressed and raw data in a single response.
GoogleCloudWebriskV1ThreatEntryRemovals
Contains the set of entries to remove from a local database.
GoogleLongrunningCancelOperationRequest
The request message for Operations.CancelOperation.
GoogleLongrunningListOperationsResponse
The response message for Operations.ListOperations.
GoogleLongrunningOperation
This resource represents a long-running operation that is the result of a network API call.
GoogleProtobufEmpty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GoogleRpcStatus
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.