class Google::Apis::WebriskV1::GoogleCloudWebriskV1ThreatEntryRemovals

Contains the set of entries to remove from a local database.

Attributes

raw_indices[RW]

A set of raw indices to remove from a local list. Corresponds to the JSON property `rawIndices` @return [Google::Apis::WebriskV1::GoogleCloudWebriskV1RawIndices]

rice_indices[RW]

The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or compressed removal indices. Corresponds to the JSON property `riceIndices` @return [Google::Apis::WebriskV1::GoogleCloudWebriskV1RiceDeltaEncoding]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/webrisk_v1/classes.rb, line 429
def update!(**args)
  @raw_indices = args[:raw_indices] if args.key?(:raw_indices)
  @rice_indices = args[:rice_indices] if args.key?(:rice_indices)
end