Class: Google::Cloud::WebRisk::V1::RawIndices

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

Overview

A set of raw indices to remove from a local list.

Instance Attribute Summary collapse

Instance Attribute Details

#indices::Array<::Integer>

Returns The indices to remove from a lexicographically-sorted local list.

Returns:

  • (::Array<::Integer>)

    The indices to remove from a lexicographically-sorted local list.



237
238
239
240
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 237

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