public static final class AppProfile.DataBoostIsolationReadOnly.Builder extends com.google.protobuf.GeneratedMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder> implements AppProfile.DataBoostIsolationReadOnlyOrBuilder
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.Protobuf type
google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnlyaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>public AppProfile.DataBoostIsolationReadOnly.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>public AppProfile.DataBoostIsolationReadOnly getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AppProfile.DataBoostIsolationReadOnly build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.DataBoostIsolationReadOnly buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.DataBoostIsolationReadOnly.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>public AppProfile.DataBoostIsolationReadOnly.Builder mergeFrom(AppProfile.DataBoostIsolationReadOnly other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>public AppProfile.DataBoostIsolationReadOnly.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.DataBoostIsolationReadOnly.Builder>IOExceptionpublic boolean hasComputeBillingOwner()
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
hasComputeBillingOwner in interface AppProfile.DataBoostIsolationReadOnlyOrBuilderpublic int getComputeBillingOwnerValue()
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
getComputeBillingOwnerValue in interface AppProfile.DataBoostIsolationReadOnlyOrBuilderpublic AppProfile.DataBoostIsolationReadOnly.Builder setComputeBillingOwnerValue(int value)
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
value - The enum numeric value on the wire for computeBillingOwner to set.public AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner getComputeBillingOwner()
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
getComputeBillingOwner in interface AppProfile.DataBoostIsolationReadOnlyOrBuilderpublic AppProfile.DataBoostIsolationReadOnly.Builder setComputeBillingOwner(AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner value)
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
value - The computeBillingOwner to set.public AppProfile.DataBoostIsolationReadOnly.Builder clearComputeBillingOwner()
The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;
Copyright © 2026 Google LLC. All rights reserved.