Class: Google::Cloud::Dlp::V2::BigQueryField
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Message defining a field of a BigQuery table.
Instance Attribute Summary collapse
-
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Designated field in the BigQuery table.
-
#table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Source table of the field.
Instance Attribute Details
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Designated field in the BigQuery table.
855 856 857 858 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 855 class BigQueryField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Returns Source table of the field.
855 856 857 858 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 855 class BigQueryField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |