public static enum AdvancedMachineFeatures.PerformanceMonitoringUnit extends Enum<AdvancedMachineFeatures.PerformanceMonitoringUnit> implements com.google.protobuf.ProtocolMessageEnum
Type of Performance Monitoring Unit requested on instance.Protobuf enum
google.cloud.compute.v1.AdvancedMachineFeatures.PerformanceMonitoringUnit| Enum Constant and Description |
|---|
ARCHITECTURAL
Architecturally defined non-LLC events.
|
ENHANCED
Most documented core/L2 and LLC events.
|
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692; |
STANDARD
Most documented core/L2 events.
|
UNDEFINED_PERFORMANCE_MONITORING_UNIT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARCHITECTURAL_VALUE
Architecturally defined non-LLC events.
|
static int |
ENHANCED_VALUE
Most documented core/L2 and LLC events.
|
static int |
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED_VALUE
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692; |
static int |
STANDARD_VALUE
Most documented core/L2 events.
|
static int |
UNDEFINED_PERFORMANCE_MONITORING_UNIT_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static AdvancedMachineFeatures.PerformanceMonitoringUnit |
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<AdvancedMachineFeatures.PerformanceMonitoringUnit> |
internalGetValueMap() |
static AdvancedMachineFeatures.PerformanceMonitoringUnit |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AdvancedMachineFeatures.PerformanceMonitoringUnit |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AdvancedMachineFeatures.PerformanceMonitoringUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedMachineFeatures.PerformanceMonitoringUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedMachineFeatures.PerformanceMonitoringUnit UNDEFINED_PERFORMANCE_MONITORING_UNIT
A value indicating that the enum field is not set.
UNDEFINED_PERFORMANCE_MONITORING_UNIT = 0;public static final AdvancedMachineFeatures.PerformanceMonitoringUnit ARCHITECTURAL
Architecturally defined non-LLC events.
ARCHITECTURAL = 155113693;public static final AdvancedMachineFeatures.PerformanceMonitoringUnit ENHANCED
Most documented core/L2 and LLC events.
ENHANCED = 476873590;public static final AdvancedMachineFeatures.PerformanceMonitoringUnit PERFORMANCE_MONITORING_UNIT_UNSPECIFIED
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692;public static final AdvancedMachineFeatures.PerformanceMonitoringUnit STANDARD
Most documented core/L2 events.
STANDARD = 484642493;public static final AdvancedMachineFeatures.PerformanceMonitoringUnit UNRECOGNIZED
public static final int UNDEFINED_PERFORMANCE_MONITORING_UNIT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_PERFORMANCE_MONITORING_UNIT = 0;public static final int ARCHITECTURAL_VALUE
Architecturally defined non-LLC events.
ARCHITECTURAL = 155113693;public static final int ENHANCED_VALUE
Most documented core/L2 and LLC events.
ENHANCED = 476873590;public static final int PERFORMANCE_MONITORING_UNIT_UNSPECIFIED_VALUE
PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692;public static final int STANDARD_VALUE
Most documented core/L2 events.
STANDARD = 484642493;public static AdvancedMachineFeatures.PerformanceMonitoringUnit[] values()
for (AdvancedMachineFeatures.PerformanceMonitoringUnit c : AdvancedMachineFeatures.PerformanceMonitoringUnit.values()) System.out.println(c);
public static AdvancedMachineFeatures.PerformanceMonitoringUnit 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 AdvancedMachineFeatures.PerformanceMonitoringUnit valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdvancedMachineFeatures.PerformanceMonitoringUnit forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdvancedMachineFeatures.PerformanceMonitoringUnit> 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 AdvancedMachineFeatures.PerformanceMonitoringUnit valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.