yandex.cloud.api.monitoring.v3.UnitFormatOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: yandex/cloud/monitoring/v3/unit_format.proto
package yandex.cloud.api.monitoring.v3;
public final class UnitFormatOuterClass {
private UnitFormatOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code yandex.cloud.monitoring.v3.UnitFormat}
*/
public enum UnitFormat
implements com.google.protobuf.ProtocolMessageEnum {
/**
* UNIT_FORMAT_UNSPECIFIED = 0;
*/
UNIT_FORMAT_UNSPECIFIED(0),
/**
*
* None (show tick values as-is).
*
*
* UNIT_NONE = 1;
*/
UNIT_NONE(1),
/**
*
* Count.
*
*
* UNIT_COUNT = 2;
*/
UNIT_COUNT(2),
/**
*
* Percent (0-100).
*
*
* UNIT_PERCENT = 3;
*/
UNIT_PERCENT(3),
/**
*
* Percent (0-1).
*
*
* UNIT_PERCENT_UNIT = 4;
*/
UNIT_PERCENT_UNIT(4),
/**
*
* Nanoseconds (ns).
*
*
* UNIT_NANOSECONDS = 5;
*/
UNIT_NANOSECONDS(5),
/**
*
* Microseconds (µs).
*
*
* UNIT_MICROSECONDS = 6;
*/
UNIT_MICROSECONDS(6),
/**
*
* Milliseconds (ms).
*
*
* UNIT_MILLISECONDS = 7;
*/
UNIT_MILLISECONDS(7),
/**
*
* Seconds (s).
*
*
* UNIT_SECONDS = 8;
*/
UNIT_SECONDS(8),
/**
*
* Minutes (m).
*
*
* UNIT_MINUTES = 9;
*/
UNIT_MINUTES(9),
/**
*
* Hours (h).
*
*
* UNIT_HOURS = 10;
*/
UNIT_HOURS(10),
/**
*
* Days (d).
*
*
* UNIT_DAYS = 11;
*/
UNIT_DAYS(11),
/**
*
* Bits (SI).
*
*
* UNIT_BITS_SI = 12;
*/
UNIT_BITS_SI(12),
/**
*
* Bytes (SI).
*
*
* UNIT_BYTES_SI = 13;
*/
UNIT_BYTES_SI(13),
/**
*
* Kilobytes (KB).
*
*
* UNIT_KILOBYTES = 14;
*/
UNIT_KILOBYTES(14),
/**
*
* Megabytes (MB).
*
*
* UNIT_MEGABYTES = 15;
*/
UNIT_MEGABYTES(15),
/**
*
* Gigabytes (GB).
*
*
* UNIT_GIGABYTES = 16;
*/
UNIT_GIGABYTES(16),
/**
*
* Terabytes (TB)
*
*
* UNIT_TERABYTES = 17;
*/
UNIT_TERABYTES(17),
/**
*
* Petabytes (PB).
*
*
* UNIT_PETABYTES = 18;
*/
UNIT_PETABYTES(18),
/**
*
* Exabytes (EB).
*
*
* UNIT_EXABYTES = 19;
*/
UNIT_EXABYTES(19),
/**
*
* Bits (IEC).
*
*
* UNIT_BITS_IEC = 20;
*/
UNIT_BITS_IEC(20),
/**
*
* Bytes (IEC).
*
*
* UNIT_BYTES_IEC = 21;
*/
UNIT_BYTES_IEC(21),
/**
*
* Kibibytes (KiB).
*
*
* UNIT_KIBIBYTES = 22;
*/
UNIT_KIBIBYTES(22),
/**
*
* Mebibytes (MiB).
*
*
* UNIT_MEBIBYTES = 23;
*/
UNIT_MEBIBYTES(23),
/**
*
* Gigibytes (GiB).
*
*
* UNIT_GIBIBYTES = 24;
*/
UNIT_GIBIBYTES(24),
/**
*
* Tebibytes (TiB).
*
*
* UNIT_TEBIBYTES = 25;
*/
UNIT_TEBIBYTES(25),
/**
*
* Pebibytes (PiB).
*
*
* UNIT_PEBIBYTES = 26;
*/
UNIT_PEBIBYTES(26),
/**
*
* Exbibytes (EiB).
*
*
* UNIT_EXBIBYTES = 27;
*/
UNIT_EXBIBYTES(27),
/**
*
* Requests per second (reqps).
*
*
* UNIT_REQUESTS_PER_SECOND = 28;
*/
UNIT_REQUESTS_PER_SECOND(28),
/**
*
* Operations per second (ops).
*
*
* UNIT_OPERATIONS_PER_SECOND = 29;
*/
UNIT_OPERATIONS_PER_SECOND(29),
/**
*
* Writes per second (wps).
*
*
* UNIT_WRITES_PER_SECOND = 30;
*/
UNIT_WRITES_PER_SECOND(30),
/**
*
* Reads per second (rps).
*
*
* UNIT_READS_PER_SECOND = 31;
*/
UNIT_READS_PER_SECOND(31),
/**
*
* Packets per second (pps).
*
*
* UNIT_PACKETS_PER_SECOND = 32;
*/
UNIT_PACKETS_PER_SECOND(32),
/**
*
* IO operations per second (iops).
*
*
* UNIT_IO_OPERATIONS_PER_SECOND = 33;
*/
UNIT_IO_OPERATIONS_PER_SECOND(33),
/**
*
* Counts per second (counts/sec).
*
*
* UNIT_COUNTS_PER_SECOND = 34;
*/
UNIT_COUNTS_PER_SECOND(34),
/**
*
* Bits (SI) per second (bits/sec).
*
*
* UNIT_BITS_SI_PER_SECOND = 35;
*/
UNIT_BITS_SI_PER_SECOND(35),
/**
*
* Bytes (SI) per second (bytes/sec).
*
*
* UNIT_BYTES_SI_PER_SECOND = 36;
*/
UNIT_BYTES_SI_PER_SECOND(36),
/**
*
* Kilobits per second (KBits/sec).
*
*
* UNIT_KILOBITS_PER_SECOND = 37;
*/
UNIT_KILOBITS_PER_SECOND(37),
/**
*
* Kilobytes per second (KB/sec).
*
*
* UNIT_KILOBYTES_PER_SECOND = 38;
*/
UNIT_KILOBYTES_PER_SECOND(38),
/**
*
* Megabits per second (MBits/sec).
*
*
* UNIT_MEGABITS_PER_SECOND = 39;
*/
UNIT_MEGABITS_PER_SECOND(39),
/**
*
* Megabytes per second (MB/sec).
*
*
* UNIT_MEGABYTES_PER_SECOND = 40;
*/
UNIT_MEGABYTES_PER_SECOND(40),
/**
*
* Gigabits per second (GBits/sec).
*
*
* UNIT_GIGABITS_PER_SECOND = 41;
*/
UNIT_GIGABITS_PER_SECOND(41),
/**
*
* Gigabytes per second (GB/sec).
*
*
* UNIT_GIGABYTES_PER_SECOND = 42;
*/
UNIT_GIGABYTES_PER_SECOND(42),
/**
*
* Terabits per second (TBits/sec).
*
*
* UNIT_TERABITS_PER_SECOND = 43;
*/
UNIT_TERABITS_PER_SECOND(43),
/**
*
* Terabytes per second (TB/sec).
*
*
* UNIT_TERABYTES_PER_SECOND = 44;
*/
UNIT_TERABYTES_PER_SECOND(44),
/**
*
* Petabits per second (Pbits/sec).
*
*
* UNIT_PETABITS_PER_SECOND = 45;
*/
UNIT_PETABITS_PER_SECOND(45),
/**
*
* Petabytes per second (PB/sec).
*
*
* UNIT_PETABYTES_PER_SECOND = 46;
*/
UNIT_PETABYTES_PER_SECOND(46),
/**
*
* Bits (IEC) per second (bits/sec).
*
*
* UNIT_BITS_IEC_PER_SECOND = 47;
*/
UNIT_BITS_IEC_PER_SECOND(47),
/**
*
* Bytes (IEC) per second (bytes/sec).
*
*
* UNIT_BYTES_IEC_PER_SECOND = 48;
*/
UNIT_BYTES_IEC_PER_SECOND(48),
/**
*
* Kibibits per second (KiBits/sec).
*
*
* UNIT_KIBIBITS_PER_SECOND = 49;
*/
UNIT_KIBIBITS_PER_SECOND(49),
/**
*
* Kibibytes per second (KiB/sec).
*
*
* UNIT_KIBIBYTES_PER_SECOND = 50;
*/
UNIT_KIBIBYTES_PER_SECOND(50),
/**
*
* Mebibits per second (MiBits/sec).
*
*
* UNIT_MEBIBITS_PER_SECOND = 51;
*/
UNIT_MEBIBITS_PER_SECOND(51),
/**
*
* Mebibytes per second (MiB/sec).
*
*
* UNIT_MEBIBYTES_PER_SECOND = 52;
*/
UNIT_MEBIBYTES_PER_SECOND(52),
/**
*
* Gibibits per second (GiBits/sec).
*
*
* UNIT_GIBIBITS_PER_SECOND = 53;
*/
UNIT_GIBIBITS_PER_SECOND(53),
/**
*
* Gibibytes per second (GiB/sec).
*
*
* UNIT_GIBIBYTES_PER_SECOND = 54;
*/
UNIT_GIBIBYTES_PER_SECOND(54),
/**
*
* Tebibits per second (TiBits/sec).
*
*
* UNIT_TEBIBITS_PER_SECOND = 55;
*/
UNIT_TEBIBITS_PER_SECOND(55),
/**
*
* Tebibytes per second (TiB/sec).
*
*
* UNIT_TEBIBYTES_PER_SECOND = 56;
*/
UNIT_TEBIBYTES_PER_SECOND(56),
/**
*
* Pebibits per second (PiBits/sec).
*
*
* UNIT_PEBIBITS_PER_SECOND = 57;
*/
UNIT_PEBIBITS_PER_SECOND(57),
/**
*
* Pebibytes per second (PiB/sec).
*
*
* UNIT_PEBIBYTES_PER_SECOND = 58;
*/
UNIT_PEBIBYTES_PER_SECOND(58),
/**
*
* Datetime (UTC).
*
*
* UNIT_DATETIME_UTC = 59;
*/
UNIT_DATETIME_UTC(59),
/**
*
* Datetime (local).
*
*
* UNIT_DATETIME_LOCAL = 60;
*/
UNIT_DATETIME_LOCAL(60),
/**
*
* Hertz (Hz).
*
*
* UNIT_HERTZ = 61;
*/
UNIT_HERTZ(61),
/**
*
* Kilohertz (KHz).
*
*
* UNIT_KILOHERTZ = 62;
*/
UNIT_KILOHERTZ(62),
/**
*
* Megahertz (MHz).
*
*
* UNIT_MEGAHERTZ = 63;
*/
UNIT_MEGAHERTZ(63),
/**
*
* Gigahertz (GHz).
*
*
* UNIT_GIGAHERTZ = 64;
*/
UNIT_GIGAHERTZ(64),
/**
*
* Dollar.
*
*
* UNIT_DOLLAR = 65;
*/
UNIT_DOLLAR(65),
/**
*
* Euro.
*
*
* UNIT_EURO = 66;
*/
UNIT_EURO(66),
/**
*
* Rouble.
*
*
* UNIT_ROUBLE = 67;
*/
UNIT_ROUBLE(67),
/**
*
* Celsius (°C).
*
*
* UNIT_CELSIUS = 68;
*/
UNIT_CELSIUS(68),
/**
*
* Fahrenheit (°F).
*
*
* UNIT_FAHRENHEIT = 69;
*/
UNIT_FAHRENHEIT(69),
/**
*
* Kelvin (K).
*
*
* UNIT_KELVIN = 70;
*/
UNIT_KELVIN(70),
/**
*
* Flop per second (FLOP/sec).
*
*
* UNIT_FLOP_PER_SECOND = 71;
*/
UNIT_FLOP_PER_SECOND(71),
/**
*
* Kiloflop per second (KFLOP/sec).
*
*
* UNIT_KILOFLOP_PER_SECOND = 72;
*/
UNIT_KILOFLOP_PER_SECOND(72),
/**
*
* Megaflop per second (MFLOP/sec).
*
*
* UNIT_MEGAFLOP_PER_SECOND = 73;
*/
UNIT_MEGAFLOP_PER_SECOND(73),
/**
*
* Gigaflop per second (GFLOP/sec).
*
*
* UNIT_GIGAFLOP_PER_SECOND = 74;
*/
UNIT_GIGAFLOP_PER_SECOND(74),
/**
*
* Petaflop per second (PFLOP/sec).
*
*
* UNIT_PETAFLOP_PER_SECOND = 75;
*/
UNIT_PETAFLOP_PER_SECOND(75),
/**
*
* Exaflop per second (EFLOP/sec).
*
*
* UNIT_EXAFLOP_PER_SECOND = 76;
*/
UNIT_EXAFLOP_PER_SECOND(76),
/**
*
* Meters per second (m/sec).
*
*
* UNIT_METERS_PER_SECOND = 77;
*/
UNIT_METERS_PER_SECOND(77),
/**
*
* Kilometers per hour (km/h).
*
*
* UNIT_KILOMETERS_PER_HOUR = 78;
*/
UNIT_KILOMETERS_PER_HOUR(78),
/**
*
* Miles per hour (mi/h).
*
*
* UNIT_MILES_PER_HOUR = 79;
*/
UNIT_MILES_PER_HOUR(79),
/**
*
* Millimeter.
*
*
* UNIT_MILLIMETER = 80;
*/
UNIT_MILLIMETER(80),
/**
*
* Centimeter.
*
*
* UNIT_CENTIMETER = 81;
*/
UNIT_CENTIMETER(81),
/**
*
* Meter.
*
*
* UNIT_METER = 82;
*/
UNIT_METER(82),
/**
*
* Kilometer.
*
*
* UNIT_KILOMETER = 83;
*/
UNIT_KILOMETER(83),
/**
*
* Mile.
*
*
* UNIT_MILE = 84;
*/
UNIT_MILE(84),
/**
*
* Parts per million (ppm).
*
*
* UNIT_PPM = 85;
*/
UNIT_PPM(85),
/**
*
* Events per second
*
*
* UNIT_EVENTS_PER_SECOND = 86;
*/
UNIT_EVENTS_PER_SECOND(86),
/**
*
* Packets
*
*
* UNIT_PACKETS = 87;
*/
UNIT_PACKETS(87),
/**
*
* dBm (dbm)
*
*
* UNIT_DBM = 88;
*/
UNIT_DBM(88),
/**
*
* Virtual CPU cores based on CPU time (vcpu)
*
*
* UNIT_VIRTUAL_CPU = 89;
*/
UNIT_VIRTUAL_CPU(89),
/**
*
* Messages per second (mps)
*
*
* UNIT_MESSAGES_PER_SECOND = 90;
*/
UNIT_MESSAGES_PER_SECOND(90),
UNRECOGNIZED(-1),
;
/**
* UNIT_FORMAT_UNSPECIFIED = 0;
*/
public static final int UNIT_FORMAT_UNSPECIFIED_VALUE = 0;
/**
*
* None (show tick values as-is).
*
*
* UNIT_NONE = 1;
*/
public static final int UNIT_NONE_VALUE = 1;
/**
*
* Count.
*
*
* UNIT_COUNT = 2;
*/
public static final int UNIT_COUNT_VALUE = 2;
/**
*
* Percent (0-100).
*
*
* UNIT_PERCENT = 3;
*/
public static final int UNIT_PERCENT_VALUE = 3;
/**
*
* Percent (0-1).
*
*
* UNIT_PERCENT_UNIT = 4;
*/
public static final int UNIT_PERCENT_UNIT_VALUE = 4;
/**
*
* Nanoseconds (ns).
*
*
* UNIT_NANOSECONDS = 5;
*/
public static final int UNIT_NANOSECONDS_VALUE = 5;
/**
*
* Microseconds (µs).
*
*
* UNIT_MICROSECONDS = 6;
*/
public static final int UNIT_MICROSECONDS_VALUE = 6;
/**
*
* Milliseconds (ms).
*
*
* UNIT_MILLISECONDS = 7;
*/
public static final int UNIT_MILLISECONDS_VALUE = 7;
/**
*
* Seconds (s).
*
*
* UNIT_SECONDS = 8;
*/
public static final int UNIT_SECONDS_VALUE = 8;
/**
*
* Minutes (m).
*
*
* UNIT_MINUTES = 9;
*/
public static final int UNIT_MINUTES_VALUE = 9;
/**
*
* Hours (h).
*
*
* UNIT_HOURS = 10;
*/
public static final int UNIT_HOURS_VALUE = 10;
/**
*
* Days (d).
*
*
* UNIT_DAYS = 11;
*/
public static final int UNIT_DAYS_VALUE = 11;
/**
*
* Bits (SI).
*
*
* UNIT_BITS_SI = 12;
*/
public static final int UNIT_BITS_SI_VALUE = 12;
/**
*
* Bytes (SI).
*
*
* UNIT_BYTES_SI = 13;
*/
public static final int UNIT_BYTES_SI_VALUE = 13;
/**
*
* Kilobytes (KB).
*
*
* UNIT_KILOBYTES = 14;
*/
public static final int UNIT_KILOBYTES_VALUE = 14;
/**
*
* Megabytes (MB).
*
*
* UNIT_MEGABYTES = 15;
*/
public static final int UNIT_MEGABYTES_VALUE = 15;
/**
*
* Gigabytes (GB).
*
*
* UNIT_GIGABYTES = 16;
*/
public static final int UNIT_GIGABYTES_VALUE = 16;
/**
*
* Terabytes (TB)
*
*
* UNIT_TERABYTES = 17;
*/
public static final int UNIT_TERABYTES_VALUE = 17;
/**
*
* Petabytes (PB).
*
*
* UNIT_PETABYTES = 18;
*/
public static final int UNIT_PETABYTES_VALUE = 18;
/**
*
* Exabytes (EB).
*
*
* UNIT_EXABYTES = 19;
*/
public static final int UNIT_EXABYTES_VALUE = 19;
/**
*
* Bits (IEC).
*
*
* UNIT_BITS_IEC = 20;
*/
public static final int UNIT_BITS_IEC_VALUE = 20;
/**
*
* Bytes (IEC).
*
*
* UNIT_BYTES_IEC = 21;
*/
public static final int UNIT_BYTES_IEC_VALUE = 21;
/**
*
* Kibibytes (KiB).
*
*
* UNIT_KIBIBYTES = 22;
*/
public static final int UNIT_KIBIBYTES_VALUE = 22;
/**
*
* Mebibytes (MiB).
*
*
* UNIT_MEBIBYTES = 23;
*/
public static final int UNIT_MEBIBYTES_VALUE = 23;
/**
*
* Gigibytes (GiB).
*
*
* UNIT_GIBIBYTES = 24;
*/
public static final int UNIT_GIBIBYTES_VALUE = 24;
/**
*
* Tebibytes (TiB).
*
*
* UNIT_TEBIBYTES = 25;
*/
public static final int UNIT_TEBIBYTES_VALUE = 25;
/**
*
* Pebibytes (PiB).
*
*
* UNIT_PEBIBYTES = 26;
*/
public static final int UNIT_PEBIBYTES_VALUE = 26;
/**
*
* Exbibytes (EiB).
*
*
* UNIT_EXBIBYTES = 27;
*/
public static final int UNIT_EXBIBYTES_VALUE = 27;
/**
*
* Requests per second (reqps).
*
*
* UNIT_REQUESTS_PER_SECOND = 28;
*/
public static final int UNIT_REQUESTS_PER_SECOND_VALUE = 28;
/**
*
* Operations per second (ops).
*
*
* UNIT_OPERATIONS_PER_SECOND = 29;
*/
public static final int UNIT_OPERATIONS_PER_SECOND_VALUE = 29;
/**
*
* Writes per second (wps).
*
*
* UNIT_WRITES_PER_SECOND = 30;
*/
public static final int UNIT_WRITES_PER_SECOND_VALUE = 30;
/**
*
* Reads per second (rps).
*
*
* UNIT_READS_PER_SECOND = 31;
*/
public static final int UNIT_READS_PER_SECOND_VALUE = 31;
/**
*
* Packets per second (pps).
*
*
* UNIT_PACKETS_PER_SECOND = 32;
*/
public static final int UNIT_PACKETS_PER_SECOND_VALUE = 32;
/**
*
* IO operations per second (iops).
*
*
* UNIT_IO_OPERATIONS_PER_SECOND = 33;
*/
public static final int UNIT_IO_OPERATIONS_PER_SECOND_VALUE = 33;
/**
*
* Counts per second (counts/sec).
*
*
* UNIT_COUNTS_PER_SECOND = 34;
*/
public static final int UNIT_COUNTS_PER_SECOND_VALUE = 34;
/**
*
* Bits (SI) per second (bits/sec).
*
*
* UNIT_BITS_SI_PER_SECOND = 35;
*/
public static final int UNIT_BITS_SI_PER_SECOND_VALUE = 35;
/**
*
* Bytes (SI) per second (bytes/sec).
*
*
* UNIT_BYTES_SI_PER_SECOND = 36;
*/
public static final int UNIT_BYTES_SI_PER_SECOND_VALUE = 36;
/**
*
* Kilobits per second (KBits/sec).
*
*
* UNIT_KILOBITS_PER_SECOND = 37;
*/
public static final int UNIT_KILOBITS_PER_SECOND_VALUE = 37;
/**
*
* Kilobytes per second (KB/sec).
*
*
* UNIT_KILOBYTES_PER_SECOND = 38;
*/
public static final int UNIT_KILOBYTES_PER_SECOND_VALUE = 38;
/**
*
* Megabits per second (MBits/sec).
*
*
* UNIT_MEGABITS_PER_SECOND = 39;
*/
public static final int UNIT_MEGABITS_PER_SECOND_VALUE = 39;
/**
*
* Megabytes per second (MB/sec).
*
*
* UNIT_MEGABYTES_PER_SECOND = 40;
*/
public static final int UNIT_MEGABYTES_PER_SECOND_VALUE = 40;
/**
*
* Gigabits per second (GBits/sec).
*
*
* UNIT_GIGABITS_PER_SECOND = 41;
*/
public static final int UNIT_GIGABITS_PER_SECOND_VALUE = 41;
/**
*
* Gigabytes per second (GB/sec).
*
*
* UNIT_GIGABYTES_PER_SECOND = 42;
*/
public static final int UNIT_GIGABYTES_PER_SECOND_VALUE = 42;
/**
*
* Terabits per second (TBits/sec).
*
*
* UNIT_TERABITS_PER_SECOND = 43;
*/
public static final int UNIT_TERABITS_PER_SECOND_VALUE = 43;
/**
*
* Terabytes per second (TB/sec).
*
*
* UNIT_TERABYTES_PER_SECOND = 44;
*/
public static final int UNIT_TERABYTES_PER_SECOND_VALUE = 44;
/**
*
* Petabits per second (Pbits/sec).
*
*
* UNIT_PETABITS_PER_SECOND = 45;
*/
public static final int UNIT_PETABITS_PER_SECOND_VALUE = 45;
/**
*
* Petabytes per second (PB/sec).
*
*
* UNIT_PETABYTES_PER_SECOND = 46;
*/
public static final int UNIT_PETABYTES_PER_SECOND_VALUE = 46;
/**
*
* Bits (IEC) per second (bits/sec).
*
*
* UNIT_BITS_IEC_PER_SECOND = 47;
*/
public static final int UNIT_BITS_IEC_PER_SECOND_VALUE = 47;
/**
*
* Bytes (IEC) per second (bytes/sec).
*
*
* UNIT_BYTES_IEC_PER_SECOND = 48;
*/
public static final int UNIT_BYTES_IEC_PER_SECOND_VALUE = 48;
/**
*
* Kibibits per second (KiBits/sec).
*
*
* UNIT_KIBIBITS_PER_SECOND = 49;
*/
public static final int UNIT_KIBIBITS_PER_SECOND_VALUE = 49;
/**
*
* Kibibytes per second (KiB/sec).
*
*
* UNIT_KIBIBYTES_PER_SECOND = 50;
*/
public static final int UNIT_KIBIBYTES_PER_SECOND_VALUE = 50;
/**
*
* Mebibits per second (MiBits/sec).
*
*
* UNIT_MEBIBITS_PER_SECOND = 51;
*/
public static final int UNIT_MEBIBITS_PER_SECOND_VALUE = 51;
/**
*
* Mebibytes per second (MiB/sec).
*
*
* UNIT_MEBIBYTES_PER_SECOND = 52;
*/
public static final int UNIT_MEBIBYTES_PER_SECOND_VALUE = 52;
/**
*
* Gibibits per second (GiBits/sec).
*
*
* UNIT_GIBIBITS_PER_SECOND = 53;
*/
public static final int UNIT_GIBIBITS_PER_SECOND_VALUE = 53;
/**
*
* Gibibytes per second (GiB/sec).
*
*
* UNIT_GIBIBYTES_PER_SECOND = 54;
*/
public static final int UNIT_GIBIBYTES_PER_SECOND_VALUE = 54;
/**
*
* Tebibits per second (TiBits/sec).
*
*
* UNIT_TEBIBITS_PER_SECOND = 55;
*/
public static final int UNIT_TEBIBITS_PER_SECOND_VALUE = 55;
/**
*
* Tebibytes per second (TiB/sec).
*
*
* UNIT_TEBIBYTES_PER_SECOND = 56;
*/
public static final int UNIT_TEBIBYTES_PER_SECOND_VALUE = 56;
/**
*
* Pebibits per second (PiBits/sec).
*
*
* UNIT_PEBIBITS_PER_SECOND = 57;
*/
public static final int UNIT_PEBIBITS_PER_SECOND_VALUE = 57;
/**
*
* Pebibytes per second (PiB/sec).
*
*
* UNIT_PEBIBYTES_PER_SECOND = 58;
*/
public static final int UNIT_PEBIBYTES_PER_SECOND_VALUE = 58;
/**
*
* Datetime (UTC).
*
*
* UNIT_DATETIME_UTC = 59;
*/
public static final int UNIT_DATETIME_UTC_VALUE = 59;
/**
*
* Datetime (local).
*
*
* UNIT_DATETIME_LOCAL = 60;
*/
public static final int UNIT_DATETIME_LOCAL_VALUE = 60;
/**
*
* Hertz (Hz).
*
*
* UNIT_HERTZ = 61;
*/
public static final int UNIT_HERTZ_VALUE = 61;
/**
*
* Kilohertz (KHz).
*
*
* UNIT_KILOHERTZ = 62;
*/
public static final int UNIT_KILOHERTZ_VALUE = 62;
/**
*
* Megahertz (MHz).
*
*
* UNIT_MEGAHERTZ = 63;
*/
public static final int UNIT_MEGAHERTZ_VALUE = 63;
/**
*
* Gigahertz (GHz).
*
*
* UNIT_GIGAHERTZ = 64;
*/
public static final int UNIT_GIGAHERTZ_VALUE = 64;
/**
*
* Dollar.
*
*
* UNIT_DOLLAR = 65;
*/
public static final int UNIT_DOLLAR_VALUE = 65;
/**
*
* Euro.
*
*
* UNIT_EURO = 66;
*/
public static final int UNIT_EURO_VALUE = 66;
/**
*
* Rouble.
*
*
* UNIT_ROUBLE = 67;
*/
public static final int UNIT_ROUBLE_VALUE = 67;
/**
*
* Celsius (°C).
*
*
* UNIT_CELSIUS = 68;
*/
public static final int UNIT_CELSIUS_VALUE = 68;
/**
*
* Fahrenheit (°F).
*
*
* UNIT_FAHRENHEIT = 69;
*/
public static final int UNIT_FAHRENHEIT_VALUE = 69;
/**
*
* Kelvin (K).
*
*
* UNIT_KELVIN = 70;
*/
public static final int UNIT_KELVIN_VALUE = 70;
/**
*
* Flop per second (FLOP/sec).
*
*
* UNIT_FLOP_PER_SECOND = 71;
*/
public static final int UNIT_FLOP_PER_SECOND_VALUE = 71;
/**
*
* Kiloflop per second (KFLOP/sec).
*
*
* UNIT_KILOFLOP_PER_SECOND = 72;
*/
public static final int UNIT_KILOFLOP_PER_SECOND_VALUE = 72;
/**
*
* Megaflop per second (MFLOP/sec).
*
*
* UNIT_MEGAFLOP_PER_SECOND = 73;
*/
public static final int UNIT_MEGAFLOP_PER_SECOND_VALUE = 73;
/**
*
* Gigaflop per second (GFLOP/sec).
*
*
* UNIT_GIGAFLOP_PER_SECOND = 74;
*/
public static final int UNIT_GIGAFLOP_PER_SECOND_VALUE = 74;
/**
*
* Petaflop per second (PFLOP/sec).
*
*
* UNIT_PETAFLOP_PER_SECOND = 75;
*/
public static final int UNIT_PETAFLOP_PER_SECOND_VALUE = 75;
/**
*
* Exaflop per second (EFLOP/sec).
*
*
* UNIT_EXAFLOP_PER_SECOND = 76;
*/
public static final int UNIT_EXAFLOP_PER_SECOND_VALUE = 76;
/**
*
* Meters per second (m/sec).
*
*
* UNIT_METERS_PER_SECOND = 77;
*/
public static final int UNIT_METERS_PER_SECOND_VALUE = 77;
/**
*
* Kilometers per hour (km/h).
*
*
* UNIT_KILOMETERS_PER_HOUR = 78;
*/
public static final int UNIT_KILOMETERS_PER_HOUR_VALUE = 78;
/**
*
* Miles per hour (mi/h).
*
*
* UNIT_MILES_PER_HOUR = 79;
*/
public static final int UNIT_MILES_PER_HOUR_VALUE = 79;
/**
*
* Millimeter.
*
*
* UNIT_MILLIMETER = 80;
*/
public static final int UNIT_MILLIMETER_VALUE = 80;
/**
*
* Centimeter.
*
*
* UNIT_CENTIMETER = 81;
*/
public static final int UNIT_CENTIMETER_VALUE = 81;
/**
*
* Meter.
*
*
* UNIT_METER = 82;
*/
public static final int UNIT_METER_VALUE = 82;
/**
*
* Kilometer.
*
*
* UNIT_KILOMETER = 83;
*/
public static final int UNIT_KILOMETER_VALUE = 83;
/**
*
* Mile.
*
*
* UNIT_MILE = 84;
*/
public static final int UNIT_MILE_VALUE = 84;
/**
*
* Parts per million (ppm).
*
*
* UNIT_PPM = 85;
*/
public static final int UNIT_PPM_VALUE = 85;
/**
*
* Events per second
*
*
* UNIT_EVENTS_PER_SECOND = 86;
*/
public static final int UNIT_EVENTS_PER_SECOND_VALUE = 86;
/**
*
* Packets
*
*
* UNIT_PACKETS = 87;
*/
public static final int UNIT_PACKETS_VALUE = 87;
/**
*
* dBm (dbm)
*
*
* UNIT_DBM = 88;
*/
public static final int UNIT_DBM_VALUE = 88;
/**
*
* Virtual CPU cores based on CPU time (vcpu)
*
*
* UNIT_VIRTUAL_CPU = 89;
*/
public static final int UNIT_VIRTUAL_CPU_VALUE = 89;
/**
*
* Messages per second (mps)
*
*
* UNIT_MESSAGES_PER_SECOND = 90;
*/
public static final int UNIT_MESSAGES_PER_SECOND_VALUE = 90;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static UnitFormat valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static UnitFormat forNumber(int value) {
switch (value) {
case 0: return UNIT_FORMAT_UNSPECIFIED;
case 1: return UNIT_NONE;
case 2: return UNIT_COUNT;
case 3: return UNIT_PERCENT;
case 4: return UNIT_PERCENT_UNIT;
case 5: return UNIT_NANOSECONDS;
case 6: return UNIT_MICROSECONDS;
case 7: return UNIT_MILLISECONDS;
case 8: return UNIT_SECONDS;
case 9: return UNIT_MINUTES;
case 10: return UNIT_HOURS;
case 11: return UNIT_DAYS;
case 12: return UNIT_BITS_SI;
case 13: return UNIT_BYTES_SI;
case 14: return UNIT_KILOBYTES;
case 15: return UNIT_MEGABYTES;
case 16: return UNIT_GIGABYTES;
case 17: return UNIT_TERABYTES;
case 18: return UNIT_PETABYTES;
case 19: return UNIT_EXABYTES;
case 20: return UNIT_BITS_IEC;
case 21: return UNIT_BYTES_IEC;
case 22: return UNIT_KIBIBYTES;
case 23: return UNIT_MEBIBYTES;
case 24: return UNIT_GIBIBYTES;
case 25: return UNIT_TEBIBYTES;
case 26: return UNIT_PEBIBYTES;
case 27: return UNIT_EXBIBYTES;
case 28: return UNIT_REQUESTS_PER_SECOND;
case 29: return UNIT_OPERATIONS_PER_SECOND;
case 30: return UNIT_WRITES_PER_SECOND;
case 31: return UNIT_READS_PER_SECOND;
case 32: return UNIT_PACKETS_PER_SECOND;
case 33: return UNIT_IO_OPERATIONS_PER_SECOND;
case 34: return UNIT_COUNTS_PER_SECOND;
case 35: return UNIT_BITS_SI_PER_SECOND;
case 36: return UNIT_BYTES_SI_PER_SECOND;
case 37: return UNIT_KILOBITS_PER_SECOND;
case 38: return UNIT_KILOBYTES_PER_SECOND;
case 39: return UNIT_MEGABITS_PER_SECOND;
case 40: return UNIT_MEGABYTES_PER_SECOND;
case 41: return UNIT_GIGABITS_PER_SECOND;
case 42: return UNIT_GIGABYTES_PER_SECOND;
case 43: return UNIT_TERABITS_PER_SECOND;
case 44: return UNIT_TERABYTES_PER_SECOND;
case 45: return UNIT_PETABITS_PER_SECOND;
case 46: return UNIT_PETABYTES_PER_SECOND;
case 47: return UNIT_BITS_IEC_PER_SECOND;
case 48: return UNIT_BYTES_IEC_PER_SECOND;
case 49: return UNIT_KIBIBITS_PER_SECOND;
case 50: return UNIT_KIBIBYTES_PER_SECOND;
case 51: return UNIT_MEBIBITS_PER_SECOND;
case 52: return UNIT_MEBIBYTES_PER_SECOND;
case 53: return UNIT_GIBIBITS_PER_SECOND;
case 54: return UNIT_GIBIBYTES_PER_SECOND;
case 55: return UNIT_TEBIBITS_PER_SECOND;
case 56: return UNIT_TEBIBYTES_PER_SECOND;
case 57: return UNIT_PEBIBITS_PER_SECOND;
case 58: return UNIT_PEBIBYTES_PER_SECOND;
case 59: return UNIT_DATETIME_UTC;
case 60: return UNIT_DATETIME_LOCAL;
case 61: return UNIT_HERTZ;
case 62: return UNIT_KILOHERTZ;
case 63: return UNIT_MEGAHERTZ;
case 64: return UNIT_GIGAHERTZ;
case 65: return UNIT_DOLLAR;
case 66: return UNIT_EURO;
case 67: return UNIT_ROUBLE;
case 68: return UNIT_CELSIUS;
case 69: return UNIT_FAHRENHEIT;
case 70: return UNIT_KELVIN;
case 71: return UNIT_FLOP_PER_SECOND;
case 72: return UNIT_KILOFLOP_PER_SECOND;
case 73: return UNIT_MEGAFLOP_PER_SECOND;
case 74: return UNIT_GIGAFLOP_PER_SECOND;
case 75: return UNIT_PETAFLOP_PER_SECOND;
case 76: return UNIT_EXAFLOP_PER_SECOND;
case 77: return UNIT_METERS_PER_SECOND;
case 78: return UNIT_KILOMETERS_PER_HOUR;
case 79: return UNIT_MILES_PER_HOUR;
case 80: return UNIT_MILLIMETER;
case 81: return UNIT_CENTIMETER;
case 82: return UNIT_METER;
case 83: return UNIT_KILOMETER;
case 84: return UNIT_MILE;
case 85: return UNIT_PPM;
case 86: return UNIT_EVENTS_PER_SECOND;
case 87: return UNIT_PACKETS;
case 88: return UNIT_DBM;
case 89: return UNIT_VIRTUAL_CPU;
case 90: return UNIT_MESSAGES_PER_SECOND;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
UnitFormat> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public UnitFormat findValueByNumber(int number) {
return UnitFormat.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return yandex.cloud.api.monitoring.v3.UnitFormatOuterClass.getDescriptor().getEnumTypes().get(0);
}
private static final UnitFormat[] VALUES = values();
public static UnitFormat valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private UnitFormat(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:yandex.cloud.monitoring.v3.UnitFormat)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n,yandex/cloud/monitoring/v3/unit_format" +
".proto\022\032yandex.cloud.monitoring.v3*\240\021\n\nU" +
"nitFormat\022\033\n\027UNIT_FORMAT_UNSPECIFIED\020\000\022\r" +
"\n\tUNIT_NONE\020\001\022\016\n\nUNIT_COUNT\020\002\022\020\n\014UNIT_PE" +
"RCENT\020\003\022\025\n\021UNIT_PERCENT_UNIT\020\004\022\024\n\020UNIT_N" +
"ANOSECONDS\020\005\022\025\n\021UNIT_MICROSECONDS\020\006\022\025\n\021U" +
"NIT_MILLISECONDS\020\007\022\020\n\014UNIT_SECONDS\020\010\022\020\n\014" +
"UNIT_MINUTES\020\t\022\016\n\nUNIT_HOURS\020\n\022\r\n\tUNIT_D" +
"AYS\020\013\022\020\n\014UNIT_BITS_SI\020\014\022\021\n\rUNIT_BYTES_SI" +
"\020\r\022\022\n\016UNIT_KILOBYTES\020\016\022\022\n\016UNIT_MEGABYTES" +
"\020\017\022\022\n\016UNIT_GIGABYTES\020\020\022\022\n\016UNIT_TERABYTES" +
"\020\021\022\022\n\016UNIT_PETABYTES\020\022\022\021\n\rUNIT_EXABYTES\020" +
"\023\022\021\n\rUNIT_BITS_IEC\020\024\022\022\n\016UNIT_BYTES_IEC\020\025" +
"\022\022\n\016UNIT_KIBIBYTES\020\026\022\022\n\016UNIT_MEBIBYTES\020\027" +
"\022\022\n\016UNIT_GIBIBYTES\020\030\022\022\n\016UNIT_TEBIBYTES\020\031" +
"\022\022\n\016UNIT_PEBIBYTES\020\032\022\022\n\016UNIT_EXBIBYTES\020\033" +
"\022\034\n\030UNIT_REQUESTS_PER_SECOND\020\034\022\036\n\032UNIT_O" +
"PERATIONS_PER_SECOND\020\035\022\032\n\026UNIT_WRITES_PE" +
"R_SECOND\020\036\022\031\n\025UNIT_READS_PER_SECOND\020\037\022\033\n" +
"\027UNIT_PACKETS_PER_SECOND\020 \022!\n\035UNIT_IO_OP" +
"ERATIONS_PER_SECOND\020!\022\032\n\026UNIT_COUNTS_PER" +
"_SECOND\020\"\022\033\n\027UNIT_BITS_SI_PER_SECOND\020#\022\034" +
"\n\030UNIT_BYTES_SI_PER_SECOND\020$\022\034\n\030UNIT_KIL" +
"OBITS_PER_SECOND\020%\022\035\n\031UNIT_KILOBYTES_PER" +
"_SECOND\020&\022\034\n\030UNIT_MEGABITS_PER_SECOND\020\'\022" +
"\035\n\031UNIT_MEGABYTES_PER_SECOND\020(\022\034\n\030UNIT_G" +
"IGABITS_PER_SECOND\020)\022\035\n\031UNIT_GIGABYTES_P" +
"ER_SECOND\020*\022\034\n\030UNIT_TERABITS_PER_SECOND\020" +
"+\022\035\n\031UNIT_TERABYTES_PER_SECOND\020,\022\034\n\030UNIT" +
"_PETABITS_PER_SECOND\020-\022\035\n\031UNIT_PETABYTES" +
"_PER_SECOND\020.\022\034\n\030UNIT_BITS_IEC_PER_SECON" +
"D\020/\022\035\n\031UNIT_BYTES_IEC_PER_SECOND\0200\022\034\n\030UN" +
"IT_KIBIBITS_PER_SECOND\0201\022\035\n\031UNIT_KIBIBYT" +
"ES_PER_SECOND\0202\022\034\n\030UNIT_MEBIBITS_PER_SEC" +
"OND\0203\022\035\n\031UNIT_MEBIBYTES_PER_SECOND\0204\022\034\n\030" +
"UNIT_GIBIBITS_PER_SECOND\0205\022\035\n\031UNIT_GIBIB" +
"YTES_PER_SECOND\0206\022\034\n\030UNIT_TEBIBITS_PER_S" +
"ECOND\0207\022\035\n\031UNIT_TEBIBYTES_PER_SECOND\0208\022\034" +
"\n\030UNIT_PEBIBITS_PER_SECOND\0209\022\035\n\031UNIT_PEB" +
"IBYTES_PER_SECOND\020:\022\025\n\021UNIT_DATETIME_UTC" +
"\020;\022\027\n\023UNIT_DATETIME_LOCAL\020<\022\016\n\nUNIT_HERT" +
"Z\020=\022\022\n\016UNIT_KILOHERTZ\020>\022\022\n\016UNIT_MEGAHERT" +
"Z\020?\022\022\n\016UNIT_GIGAHERTZ\020@\022\017\n\013UNIT_DOLLAR\020A" +
"\022\r\n\tUNIT_EURO\020B\022\017\n\013UNIT_ROUBLE\020C\022\020\n\014UNIT" +
"_CELSIUS\020D\022\023\n\017UNIT_FAHRENHEIT\020E\022\017\n\013UNIT_" +
"KELVIN\020F\022\030\n\024UNIT_FLOP_PER_SECOND\020G\022\034\n\030UN" +
"IT_KILOFLOP_PER_SECOND\020H\022\034\n\030UNIT_MEGAFLO" +
"P_PER_SECOND\020I\022\034\n\030UNIT_GIGAFLOP_PER_SECO" +
"ND\020J\022\034\n\030UNIT_PETAFLOP_PER_SECOND\020K\022\033\n\027UN" +
"IT_EXAFLOP_PER_SECOND\020L\022\032\n\026UNIT_METERS_P" +
"ER_SECOND\020M\022\034\n\030UNIT_KILOMETERS_PER_HOUR\020" +
"N\022\027\n\023UNIT_MILES_PER_HOUR\020O\022\023\n\017UNIT_MILLI" +
"METER\020P\022\023\n\017UNIT_CENTIMETER\020Q\022\016\n\nUNIT_MET" +
"ER\020R\022\022\n\016UNIT_KILOMETER\020S\022\r\n\tUNIT_MILE\020T\022" +
"\014\n\010UNIT_PPM\020U\022\032\n\026UNIT_EVENTS_PER_SECOND\020" +
"V\022\020\n\014UNIT_PACKETS\020W\022\014\n\010UNIT_DBM\020X\022\024\n\020UNI" +
"T_VIRTUAL_CPU\020Y\022\034\n\030UNIT_MESSAGES_PER_SEC" +
"OND\020ZBk\n\036yandex.cloud.api.monitoring.v3Z" +
"Igithub.com/yandex-cloud/go-genproto/yan" +
"dex/cloud/monitoring/v3;monitoringb\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy