class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4FindFullHashesRequest
Request to return full hashes matched by the provided hash prefixes.
Attributes
The client metadata associated with Safe Browsing API requests. Corresponds to the JSON property `apiClient` @return [Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ClientInfo]
The client metadata associated with Safe Browsing API requests. Corresponds to the JSON property `client` @return [Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ClientInfo]
The current client states for each of the client's local threat lists. Corresponds to the JSON property `clientStates` @return [Array<String>]
The information regarding one or more threats that a client submits when checking for matches in threat lists. Corresponds to the JSON property `threatInfo` @return [Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ThreatInfo]
Public Class Methods
# File lib/google/apis/safebrowsing_v4/classes.rb, line 335 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/safebrowsing_v4/classes.rb, line 340 def update!(**args) @api_client = args[:api_client] if args.key?(:api_client) @client = args[:client] if args.key?(:client) @client_states = args[:client_states] if args.key?(:client_states) @threat_info = args[:threat_info] if args.key?(:threat_info) end