public interface SustainabilityProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getDuration()
Duration for which this sustainability applies.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Duration for which this sustainability applies.
|
double |
getKgCO2E()
Carbon Footprint generated in kg of CO2 equivalent.
|
boolean |
hasDuration()
Duration for which this sustainability applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getKgCO2E()
Carbon Footprint generated in kg of CO2 equivalent. Chose kg_c_o2e so that the name renders correctly in camelCase (kgCO2e).
double kg_c_o2e = 1;boolean hasDuration()
Duration for which this sustainability applies.
.google.protobuf.Duration duration = 2;com.google.protobuf.Duration getDuration()
Duration for which this sustainability applies.
.google.protobuf.Duration duration = 2;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration for which this sustainability applies.
.google.protobuf.Duration duration = 2;Copyright © 2024 Google LLC. All rights reserved.