| Modifier and Type | Method and Description |
|---|---|
static VehicleEmissionType |
VehicleEmissionType.forNumber(int value) |
VehicleEmissionType |
VehicleInfo.getEmissionType()
Describes the vehicle's emission type.
|
VehicleEmissionType |
VehicleInfo.Builder.getEmissionType()
Describes the vehicle's emission type.
|
VehicleEmissionType |
VehicleInfoOrBuilder.getEmissionType()
Describes the vehicle's emission type.
|
static VehicleEmissionType |
VehicleEmissionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VehicleEmissionType |
VehicleEmissionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VehicleEmissionType |
VehicleEmissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleEmissionType[] |
VehicleEmissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<VehicleEmissionType> |
VehicleEmissionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VehicleInfo.Builder |
VehicleInfo.Builder.setEmissionType(VehicleEmissionType value)
Describes the vehicle's emission type.
|
Copyright © 2025 Google LLC. All rights reserved.