| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentCostEstimate |
SegmentCostEstimate.clone() |
SegmentCostEstimate |
SegmentCostEstimate.set(String fieldName,
Object value) |
SegmentCostEstimate |
SegmentCostEstimate.setCommitmentCostEstimates(List<CommitmentCostEstimate> commitmentCostEstimates)
Estimated costs for each commitment.
|
SegmentCostEstimate |
SegmentCostEstimate.setSegmentStartTime(EstimationTimePoint segmentStartTime)
Timestamp for the start of the segment.
|
SegmentCostEstimate |
SegmentCostEstimate.setSegmentTotalCostEstimate(CostEstimate segmentTotalCostEstimate)
Total estimated costs for the time segment.
|
SegmentCostEstimate |
SegmentCostEstimate.setWorkloadCostEstimates(List<WorkloadCostEstimate> workloadCostEstimates)
Estimated costs for each workload.
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentCostEstimate> |
CostEstimationResult.getSegmentCostEstimates()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
CostEstimationResult |
CostEstimationResult.setSegmentCostEstimates(List<SegmentCostEstimate> segmentCostEstimates)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.