Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Table.
Structured content to inspect. Up to 50,000 Value
s per request allowed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#headers
def
headers
()
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
FieldId
>
Returns
- (::Array< ::Google::Cloud::Dlp::V2::FieldId >) — Headers of the table.
#headers=
def
headers=
(
value
)
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
FieldId
>
Parameter
- value(::Array< ::Google::Cloud::Dlp::V2::FieldId >) — Headers of the table.
Returns
- (::Array< ::Google::Cloud::Dlp::V2::FieldId >) — Headers of the table.
#rows
def
rows
()
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
Table
::
Row
>
Returns
- (::Array< ::Google::Cloud::Dlp::V2::Table::Row >) — Rows of the table.
#rows=
def
rows=
(
value
)
-
>
::
Array
< ::
Google
::
Cloud
::
Dlp
::
V2
::
Table
::
Row
>
Parameter
- value(::Array< ::Google::Cloud::Dlp::V2::Table::Row >) — Rows of the table.
Returns
- (::Array< ::Google::Cloud::Dlp::V2::Table::Row >) — Rows of the table.