google-cloud-webrisk - Class Google::Cloud::Webrisk::V1beta1::SearchHashesResponse::ThreatHash (v0.6.1)

Reference documentation and code samples for the google-cloud-webrisk class Google::Cloud::Webrisk::V1beta1::SearchHashesResponse::ThreatHash.

Contains threat information on a matching hash.

Inherits

  • Object

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