public interface CostProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Money |
getCost()
An approximate projection on amount saved or amount incurred.
|
com.google.type.MoneyOrBuilder |
getCostOrBuilder()
An approximate projection on amount saved or amount incurred.
|
com.google.protobuf.Duration |
getDuration()
Duration for which this cost applies.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Duration for which this cost applies.
|
boolean |
hasCost()
An approximate projection on amount saved or amount incurred.
|
boolean |
hasDuration()
Duration for which this cost applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCost()
An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units.
.google.type.Money cost = 1;com.google.type.Money getCost()
An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units.
.google.type.Money cost = 1;com.google.type.MoneyOrBuilder getCostOrBuilder()
An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units.
.google.type.Money cost = 1;boolean hasDuration()
Duration for which this cost applies.
.google.protobuf.Duration duration = 2;com.google.protobuf.Duration getDuration()
Duration for which this cost applies.
.google.protobuf.Duration duration = 2;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration for which this cost applies.
.google.protobuf.Duration duration = 2;Copyright © 2020 Google LLC. All rights reserved.