Class: Google::Cloud::WebRisk::V1beta1::RawIndices
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1beta1::RawIndices
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb
Overview
A set of raw indices to remove from a local list.
Instance Attribute Summary collapse
-
#indices ⇒ ::Array<::Integer>
The indices to remove from a lexicographically-sorted local list.
Instance Attribute Details
#indices ⇒ ::Array<::Integer>
Returns The indices to remove from a lexicographically-sorted local list.
226 227 228 229 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 226 class RawIndices include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |