public static enum AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner extends Enum<AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner> implements com.google.protobuf.ProtocolMessageEnum
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.Protobuf enum
google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner| Enum Constant and Description |
|---|
COMPUTE_BILLING_OWNER_UNSPECIFIED
Unspecified value.
|
HOST_PAYS
The host Cloud Project containing the targeted Bigtable Instance /
Table pays for compute.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPUTE_BILLING_OWNER_UNSPECIFIED_VALUE
Unspecified value.
|
static int |
HOST_PAYS_VALUE
The host Cloud Project containing the targeted Bigtable Instance /
Table pays for compute.
|
| Modifier and Type | Method and Description |
|---|---|
static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner> |
internalGetValueMap() |
static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner COMPUTE_BILLING_OWNER_UNSPECIFIED
Unspecified value.
COMPUTE_BILLING_OWNER_UNSPECIFIED = 0;public static final AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner HOST_PAYS
The host Cloud Project containing the targeted Bigtable Instance / Table pays for compute.
HOST_PAYS = 1;public static final AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner UNRECOGNIZED
public static final int COMPUTE_BILLING_OWNER_UNSPECIFIED_VALUE
Unspecified value.
COMPUTE_BILLING_OWNER_UNSPECIFIED = 0;public static final int HOST_PAYS_VALUE
The host Cloud Project containing the targeted Bigtable Instance / Table pays for compute.
HOST_PAYS = 1;public static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner[] values()
for (AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner c : AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner.values()) System.out.println(c);
public static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2026 Google LLC. All rights reserved.