Class: Google::Cloud::Dlp::V2::TableReference
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TableReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Message defining the location of a BigQuery table with the projectId inferred from the parent project.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Dataset ID of the table.
-
#project_id ⇒ ::String
The Google Cloud project ID of the project containing the table.
-
#table_id ⇒ ::String
Name of the table.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns Dataset ID of the table.
880 881 882 883 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 880 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.
880 881 882 883 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 880 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Name of the table.
880 881 882 883 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 880 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |