class Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4FindFullHashesRequest

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

Attributes

api_client[RW]

The client metadata associated with Safe Browsing API requests. Corresponds to the JSON property `apiClient` @return [Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ClientInfo]

client[RW]

The client metadata associated with Safe Browsing API requests. Corresponds to the JSON property `client` @return [Google::Apis::SafebrowsingV4::GoogleSecuritySafebrowsingV4ClientInfo]

client_states[RW]

The current client states for each of the client's local threat lists. Corresponds to the JSON property `clientStates` @return [Array<String>]

threat_info[RW]

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

new(**args) click to toggle source
# File lib/google/apis/safebrowsing_v4/classes.rb, line 335
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

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