Package com.google.bigtable.admin.v2
Interface AppProfile.DataBoostIsolationReadOnlyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppProfile.DataBoostIsolationReadOnly,AppProfile.DataBoostIsolationReadOnly.Builder
- Enclosing class:
- AppProfile
public static interface AppProfile.DataBoostIsolationReadOnlyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Compute Billing Owner for this Data Boost App Profile.intThe Compute Billing Owner for this Data Boost App Profile.booleanThe Compute Billing Owner for this Data Boost App Profile.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasComputeBillingOwner
boolean hasComputeBillingOwner()The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;- Returns:
- Whether the computeBillingOwner field is set.
-
getComputeBillingOwnerValue
int getComputeBillingOwnerValue()The Compute Billing Owner for this Data Boost App Profile.
optional .google.bigtable.admin.v2.AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner compute_billing_owner = 1;- Returns:
- The enum numeric value on the wire for computeBillingOwner.
-
getComputeBillingOwner
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;- Returns:
- The computeBillingOwner.
-