Class: Google::Cloud::Dlp::V2::Table::Row

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Values of the row.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::Dlp::V2::Value>

Returns Individual cells.

Returns:



349
350
351
352
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 349

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