public static enum AppProfile.ComputeBillingOwner extends Enum<AppProfile.ComputeBillingOwner>
| Enum Constant and Description |
|---|
HOST_PAYS |
UNRECOGNIZED |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static AppProfile.ComputeBillingOwner |
fromProto(AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner proto)
Wraps the protobuf.
|
AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner |
toProto()
Creates the request protobuf.
|
static AppProfile.ComputeBillingOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppProfile.ComputeBillingOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppProfile.ComputeBillingOwner UNSPECIFIED
public static final AppProfile.ComputeBillingOwner HOST_PAYS
public static final AppProfile.ComputeBillingOwner UNRECOGNIZED
public static AppProfile.ComputeBillingOwner[] values()
for (AppProfile.ComputeBillingOwner c : AppProfile.ComputeBillingOwner.values()) System.out.println(c);
public static AppProfile.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 null@InternalApi public static AppProfile.ComputeBillingOwner fromProto(AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner proto)
@InternalApi public AppProfile.DataBoostIsolationReadOnly.ComputeBillingOwner toProto()
Copyright © 2026 Google LLC. All rights reserved.