Class: Google::Cloud::Dlp::V2::BigQueryTableTypes
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryTableTypes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The types of BigQuery tables supported by Cloud DLP.
Instance Attribute Summary collapse
-
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryTableType>
A set of BigQuery table types.
Instance Attribute Details
#types ⇒ ::Array<::Google::Cloud::Dlp::V2::BigQueryTableType>
Returns A set of BigQuery table types.
4303 4304 4305 4306 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4303 class BigQueryTableTypes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |