Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::RestrictedExportConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::RestrictedExportConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Restricted export config, used to configure restricted export on linked dataset.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
-
#restrict_direct_table_access ⇒ ::Boolean
readonly
Output only.
-
#restrict_query_result ⇒ ::Boolean
Optional.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. If true, enable restricted export.
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 325 class RestrictedExportConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restrict_direct_table_access ⇒ ::Boolean (readonly)
Returns Output only. If true, restrict direct table access(read api/tabledata.list) on linked table.
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 325 class RestrictedExportConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restrict_query_result ⇒ ::Boolean
Returns Optional. If true, restrict export of query result derived from restricted linked dataset table.
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 325 class RestrictedExportConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |