google_api_safe_browsing v0.2.0 GoogleApi.SafeBrowsing.V4.Model.Constraints View Source
The constraints for this update.
Attributes
- deviceLocation (String.t): A client's physical location, expressed as a ISO 31166-1 alpha-2
region code. Defaults to
nil. - language (String.t): Requests the lists for a specific language. Expects ISO 639 alpha-2
format. Defaults to
nil. - maxDatabaseEntries (integer()): Sets the maximum number of entries that the client is willing to have
in the local database. This should be a power of 2 between 210 and
220. If zero, no database size limit is set. Defaults to
nil. - maxUpdateEntries (integer()): The maximum size in number of entries. The update will not contain more
entries than this value. This should be a power of 2 between 210 and
220. If zero, no update size limit is set. Defaults to
nil. - region (String.t): Requests the list for a specific geographic location. If not set the
server may pick that value based on the user's IP address. Expects ISO
3166-1 alpha-2 format. Defaults to
nil. - supportedCompressions (list(String.t)): The compression types supported by the client. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.