Web Risk V1 API - Class Google::Cloud::WebRisk::V1::SearchHashesRequest (v0.5.0)

Reference documentation and code samples for the Web Risk V1 API class Google::Cloud::WebRisk::V1::SearchHashesRequest.

Request to return full hashes matched by the provided hash prefixes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#hash_prefix

def hash_prefix() -> ::String
Returns
  • (::String) — A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.

#hash_prefix=

def hash_prefix=(value) -> ::String
Parameter
  • value (::String) — A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.
Returns
  • (::String) — A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.

#threat_types

def threat_types() -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Returns

#threat_types=

def threat_types=(value) -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Parameter
Returns