Class: Google::Cloud::Bigtable::Admin::V2::AppProfile::DataBoostIsolationReadOnly
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::AppProfile::DataBoostIsolationReadOnly
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/instance.rb
Overview
Data Boost is a serverless compute capability that lets you run high-throughput read jobs and queries on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Data Boost supports read-only use cases with single-cluster routing.
Defined Under Namespace
Modules: ComputeBillingOwner
Instance Attribute Summary collapse
-
#compute_billing_owner ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile::DataBoostIsolationReadOnly::ComputeBillingOwner
The Compute Billing Owner for this Data Boost App Profile.
Instance Attribute Details
#compute_billing_owner ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile::DataBoostIsolationReadOnly::ComputeBillingOwner
Returns The Compute Billing Owner for this Data Boost App Profile.
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 402 class DataBoostIsolationReadOnly include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Compute Billing Owner specifies how usage should be accounted when using # Data Boost. Compute Billing Owner also configures which Cloud Project is # charged for relevant quota. module ComputeBillingOwner # Unspecified value. COMPUTE_BILLING_OWNER_UNSPECIFIED = 0 # The host Cloud Project containing the targeted Bigtable Instance / # Table pays for compute. HOST_PAYS = 1 end end |