public enum Billing extends Enum<Billing> implements com.google.protobuf.ProtocolMessageEnum
Billing identifies which billing structure the customer is using.Protobuf enum
google.cloud.gkehub.multiclusteringress.v1alpha.Billing| Enum Constant and Description |
|---|
ANTHOS_LICENSE
User is paying for Anthos as a whole.
|
BILLING_UNSPECIFIED
Unknown
|
PAY_AS_YOU_GO
User pays a fee per-endpoint.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ANTHOS_LICENSE_VALUE
User is paying for Anthos as a whole.
|
static int |
BILLING_UNSPECIFIED_VALUE
Unknown
|
static int |
PAY_AS_YOU_GO_VALUE
User pays a fee per-endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Billing |
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<Billing> |
internalGetValueMap() |
static Billing |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Billing |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Billing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Billing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Billing BILLING_UNSPECIFIED
Unknown
BILLING_UNSPECIFIED = 0;public static final Billing PAY_AS_YOU_GO
User pays a fee per-endpoint.
PAY_AS_YOU_GO = 1;public static final Billing ANTHOS_LICENSE
User is paying for Anthos as a whole.
ANTHOS_LICENSE = 2;public static final Billing UNRECOGNIZED
public static final int BILLING_UNSPECIFIED_VALUE
Unknown
BILLING_UNSPECIFIED = 0;public static final int PAY_AS_YOU_GO_VALUE
User pays a fee per-endpoint.
PAY_AS_YOU_GO = 1;public static final int ANTHOS_LICENSE_VALUE
User is paying for Anthos as a whole.
ANTHOS_LICENSE = 2;public static Billing[] values()
for (Billing c : Billing.values()) System.out.println(c);
public static Billing 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 Billing valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Billing forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Billing> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Billing valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.