Enum Unit (0.1.0)

public enum Unit extends Enum<Unit> implements ProtocolMessageEnum

Protobuf enum google.cloud.capacityplanner.v1beta.Unit

Implements

ProtocolMessageEnum

Static Fields

Name Description
GB

Gigabytes (10^9 bytes)

GB = 3;

GBPS_BITS

GBPS_BITS = 11;

GBPS_BITS_VALUE

GBPS_BITS = 11;

GB_VALUE

Gigabytes (10^9 bytes)

GB = 3;

GIB

Gibibytes (2^30 bytes)

GIB = 5;

GIB_BITS

GIB_BITS = 12;

GIB_BITS_VALUE

GIB_BITS = 12;

GIB_VALUE

Gibibytes (2^30 bytes)

GIB = 5;

KB

Kilobytes (10^3 bytes)

KB = 2;

KB_VALUE

Kilobytes (10^3 bytes)

KB = 2;

KOPS

KOPS = 18;

KOPS_VALUE

KOPS = 18;

MB

Megabytes (10^6 bytes)

MB = 8;

MBPS_BITS

MBPS_BITS = 13;

MBPS_BITS_VALUE

MBPS_BITS = 13;

MBPS_BYTES

MBPS_BYTES = 14;

MBPS_BYTES_VALUE

MBPS_BYTES = 14;

MB_VALUE

Megabytes (10^6 bytes)

MB = 8;

MIB

Mebibytes (2^20 bytes)

MIB = 17;

MIB_VALUE

Mebibytes (2^20 bytes)

MIB = 17;

PIB

Pebibytes (2^50 bytes)

PIB = 9;

PIB_VALUE

Pebibytes (2^50 bytes)

PIB = 9;

QPS

Queries per second

QPS = 7;

QPS_VALUE

Queries per second

QPS = 7;

TB

Terabytes (10^12 bytes)

TB = 4;

TBPS

Terabits (10^12 bits) per second

TBPS = 10 [deprecated = true];

TBPS_BITS

TBPS_BITS = 15;

TBPS_BITS_VALUE

TBPS_BITS = 15;

TBPS_BYTES

TBPS_BYTES = 16;

TBPS_BYTES_VALUE

TBPS_BYTES = 16;

TBPS_VALUE

Terabits (10^12 bits) per second

TBPS = 10 [deprecated = true];

TB_VALUE

Terabytes (10^12 bytes)

TB = 4;

TIB

Tebibytes (2^40 bytes)

TIB = 6;

TIB_VALUE

Tebibytes (2^40 bytes)

TIB = 6;

UNIT_COUNT

UNIT_COUNT = 1;

UNIT_COUNT_VALUE

UNIT_COUNT = 1;

UNIT_UNSPECIFIED

UNIT_UNSPECIFIED = 0;

UNIT_UNSPECIFIED_VALUE

UNIT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()