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

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

Overview

Structured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table to learn more.

Defined Under Namespace

Classes: Row

Instance Attribute Summary collapse

Instance Attribute Details

#headers::Array<::Google::Cloud::Dlp::V2::FieldId>

Returns Headers of the table.

Returns:



344
345
346
347
348
349
350
351
352
353
354
355
356
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 344

class Table
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Values of the row.
  # @!attribute [rw] values
  #   @return [::Array<::Google::Cloud::Dlp::V2::Value>]
  #     Individual cells.
  class Row
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#rows::Array<::Google::Cloud::Dlp::V2::Table::Row>

Returns Rows of the table.

Returns:



344
345
346
347
348
349
350
351
352
353
354
355
356
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 344

class Table
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Values of the row.
  # @!attribute [rw] values
  #   @return [::Array<::Google::Cloud::Dlp::V2::Value>]
  #     Individual cells.
  class Row
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end