Class: Google::Cloud::Dlp::V2::BigQueryField

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#field::Google::Cloud::Dlp::V2::FieldId

Returns Designated field in the BigQuery table.

Returns:



829
830
831
832
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 829

class BigQueryField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table::Google::Cloud::Dlp::V2::BigQueryTable

Returns Source table of the field.

Returns:



829
830
831
832
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 829

class BigQueryField
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end