Enum Billing (1.2.1)

public enum Billing extends Enum<Billing> implements ProtocolMessageEnum

Billing identifies which billing structure the customer is using.

Protobuf enum google.cloud.gkehub.multiclusteringress.v1alpha.Billing

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANTHOS_LICENSE

User is paying for Anthos as a whole.

ANTHOS_LICENSE = 2;

ANTHOS_LICENSE_VALUE

User is paying for Anthos as a whole.

ANTHOS_LICENSE = 2;

BILLING_UNSPECIFIED

Unknown

BILLING_UNSPECIFIED = 0;

BILLING_UNSPECIFIED_VALUE

Unknown

BILLING_UNSPECIFIED = 0;

PAY_AS_YOU_GO

User pays a fee per-endpoint.

PAY_AS_YOU_GO = 1;

PAY_AS_YOU_GO_VALUE

User pays a fee per-endpoint.

PAY_AS_YOU_GO = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()