Class: Google::Cloud::Logging::V2::BigQueryOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::BigQueryOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
Options that change functionality of a sink exporting data to BigQuery.
Instance Attribute Summary collapse
-
#use_partitioned_tables ⇒ ::Boolean
Optional.
-
#uses_timestamp_column_partitioning ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#use_partitioned_tables ⇒ ::Boolean
354 355 356 357 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 354 class BigQueryOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uses_timestamp_column_partitioning ⇒ ::Boolean (readonly)
354 355 356 357 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 354 class BigQueryOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |