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.
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 382 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 |