Web Risk V1beta1 API - Class Google::Cloud::WebRisk::V1beta1::SearchHashesResponse::ThreatHash (v0.10.0)

Reference documentation and code samples for the Web Risk V1beta1 API class Google::Cloud::WebRisk::V1beta1::SearchHashesResponse::ThreatHash.

Contains threat information on a matching hash.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#expire_time

def expire_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.

#expire_time=

def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
Returns
  • (::Google::Protobuf::Timestamp) — The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.

#hash

def hash() -> ::String
Returns
  • (::String) — A 32 byte SHA256 hash. This field is in binary format. For JSON requests, hashes are base64-encoded.

#hash=

def hash=(value) -> ::String
Parameter
  • value (::String) — A 32 byte SHA256 hash. This field is in binary format. For JSON requests, hashes are base64-encoded.
Returns
  • (::String) — A 32 byte SHA256 hash. This field is in binary format. For JSON requests, hashes are base64-encoded.

#threat_types

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

#threat_types=

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