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 Type
    Method
    Description
    The Compute Billing Owner for this Data Boost App Profile.
    int
    The Compute Billing Owner for this Data Boost App Profile.
    boolean
    The Compute Billing Owner for this Data Boost App Profile.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.