public static class AppProfile.DataBoostIsolationReadOnlyPolicy extends Object implements AppProfile.IsolationPolicy
AppProfile.IsolationPolicy for running high-throughput read traffic on your
Bigtable data without affecting application traffic. Data Boost App Profile needs to be created
with a ComputeBillingOwner which specifies how usage should be accounted when using Data Boost.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AppProfile.ComputeBillingOwner |
getComputeBillingOwner()
Gets the
AppProfile.ComputeBillingOwner on the current AppProfile.DataBoostIsolationReadOnlyPolicy
instance. |
int |
hashCode() |
static AppProfile.DataBoostIsolationReadOnlyPolicy |
of(AppProfile.ComputeBillingOwner billingOwner)
Creates a new instance of
AppProfile.DataBoostIsolationReadOnlyPolicy with specified AppProfile.ComputeBillingOwner. |
AppProfile.DataBoostIsolationReadOnly |
toProto()
Creates the request protobuf.
|
public static AppProfile.DataBoostIsolationReadOnlyPolicy of(AppProfile.ComputeBillingOwner billingOwner)
AppProfile.DataBoostIsolationReadOnlyPolicy with specified AppProfile.ComputeBillingOwner.public AppProfile.ComputeBillingOwner getComputeBillingOwner()
AppProfile.ComputeBillingOwner on the current AppProfile.DataBoostIsolationReadOnlyPolicy
instance.@InternalApi public AppProfile.DataBoostIsolationReadOnly toProto()
Copyright © 2026 Google LLC. All rights reserved.