Class: Google::Privacy::Dlp::V2::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

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

Defined Under Namespace

Classes: Row

Instance Attribute Summary collapse

Instance Attribute Details

#headersArray<Google::Privacy::Dlp::V2::FieldId>



192
193
194
195
196
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 192

class Table
  # @!attribute [rw] values
  #   @return [Array<Google::Privacy::Dlp::V2::Value>]
  class Row; end
end

#rowsArray<Google::Privacy::Dlp::V2::Table::Row>



192
193
194
195
196
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 192

class Table
  # @!attribute [rw] values
  #   @return [Array<Google::Privacy::Dlp::V2::Value>]
  class Row; end
end