Class: Google::Privacy::Dlp::V2beta1::Table

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

Overview

Structured content to inspect. Up to 50,000 +Value+s per request allowed.

Defined Under Namespace

Classes: Row

Instance Attribute Summary collapse

Instance Attribute Details

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



100
101
102
103
104
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 100

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

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



100
101
102
103
104
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 100

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