Class: Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.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.
Instance Attribute Summary collapse
-
#compute_billing_owner ⇒ String
The Compute Billing Owner for this Data Boost App Profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataBoostIsolationReadOnly
constructor
A new instance of DataBoostIsolationReadOnly.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataBoostIsolationReadOnly
Returns a new instance of DataBoostIsolationReadOnly.
1251 1252 1253 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1251 def initialize(**args) update!(**args) end |
Instance Attribute Details
#compute_billing_owner ⇒ String
The Compute Billing Owner for this Data Boost App Profile.
Corresponds to the JSON property computeBillingOwner
1249 1250 1251 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1249 def compute_billing_owner @compute_billing_owner end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1256 1257 1258 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1256 def update!(**args) @compute_billing_owner = args[:compute_billing_owner] if args.key?(:compute_billing_owner) end |