Class: Google::Cloud::WebRisk::V1beta1::RiceDeltaEncoding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb

Overview

The Rice-Golomb encoded data. Used for sending compressed 4-byte hashes or compressed removal indices.

Instance Attribute Summary collapse

Instance Attribute Details

#encoded_data::String



272
273
274
275
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 272

class RiceDeltaEncoding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#entry_count::Integer



272
273
274
275
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 272

class RiceDeltaEncoding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#first_value::Integer



272
273
274
275
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 272

class RiceDeltaEncoding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rice_parameter::Integer



272
273
274
275
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 272

class RiceDeltaEncoding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end