Class: Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DataBoostIsolationReadOnly

Returns a new instance of DataBoostIsolationReadOnly.



1248
1249
1250
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1248

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compute_billing_ownerString

The Compute Billing Owner for this Data Boost App Profile. Corresponds to the JSON property computeBillingOwner

Returns:

  • (String)


1246
1247
1248
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1246

def compute_billing_owner
  @compute_billing_owner
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1253
1254
1255
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1253

def update!(**args)
  @compute_billing_owner = args[:compute_billing_owner] if args.key?(:compute_billing_owner)
end