Class: Google::Cloud::GeminiDataAnalytics::V1beta::DatasourceOptions
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::DatasourceOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb
Overview
Options for datasources configurations.
Instance Attribute Summary collapse
Instance Attribute Details
#big_query_max_billed_bytes ⇒ ::Google::Protobuf::Int64Value
Returns Optional. This option applies to datasources that require BigQuery queries only. Limits the bytes billed for each BQ query job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, no limit will be applied.
227 228 229 230 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 227 class DatasourceOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |