| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
CostEstimate |
CostEstimate.clone() |
CostEstimate |
CommitmentCostEstimate.getCommitmentTotalCostEstimate()
Total estimated costs for the commitment.
|
CostEstimate |
SkuCostEstimate.getCostEstimate()
The estimated cost for the usage on this SKU.
|
CostEstimate |
SegmentCostEstimate.getSegmentTotalCostEstimate()
Total estimated costs for the time segment.
|
CostEstimate |
WorkloadCostEstimate.getWorkloadTotalCostEstimate()
Total estimated costs for the workload.
|
CostEstimate |
CostEstimate.set(String fieldName,
Object value) |
CostEstimate |
CostEstimate.setCreditEstimates(List<CreditEstimate> creditEstimates)
The estimated credits applied.
|
CostEstimate |
CostEstimate.setNetCostEstimate(Money netCostEstimate)
The estimated net cost after applying credits.
|
CostEstimate |
CostEstimate.setPreCreditCostEstimate(Money preCreditCostEstimate)
The estimated cost prior to applying credits.
|
| Modifier and Type | Method and Description |
|---|---|
CommitmentCostEstimate |
CommitmentCostEstimate.setCommitmentTotalCostEstimate(CostEstimate commitmentTotalCostEstimate)
Total estimated costs for the commitment.
|
SkuCostEstimate |
SkuCostEstimate.setCostEstimate(CostEstimate costEstimate)
The estimated cost for the usage on this SKU.
|
SegmentCostEstimate |
SegmentCostEstimate.setSegmentTotalCostEstimate(CostEstimate segmentTotalCostEstimate)
Total estimated costs for the time segment.
|
WorkloadCostEstimate |
WorkloadCostEstimate.setWorkloadTotalCostEstimate(CostEstimate workloadTotalCostEstimate)
Total estimated costs for the workload.
|
Copyright © 2011–2024 Google. All rights reserved.