Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ExternalServiceCost |
ExternalServiceCost.clone() |
ExternalServiceCost |
ExternalServiceCost.set(String fieldName,
Object value) |
ExternalServiceCost |
ExternalServiceCost.setBillingMethod(String billingMethod)
The billing method used for the external job.
|
ExternalServiceCost |
ExternalServiceCost.setBytesBilled(Long bytesBilled)
External service cost in terms of bigquery bytes billed.
|
ExternalServiceCost |
ExternalServiceCost.setBytesProcessed(Long bytesProcessed)
External service cost in terms of bigquery bytes processed.
|
ExternalServiceCost |
ExternalServiceCost.setExternalService(String externalService)
External service name.
|
ExternalServiceCost |
ExternalServiceCost.setReservedSlotCount(Long reservedSlotCount)
Non-preemptable reserved slots used for external job.
|
ExternalServiceCost |
ExternalServiceCost.setSlotMs(Long slotMs)
External service cost in terms of bigquery slot milliseconds.
|
Modifier and Type | Method and Description |
---|---|
List<ExternalServiceCost> |
JobStatistics2.getExternalServiceCosts()
Output only.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.setExternalServiceCosts(List<ExternalServiceCost> externalServiceCosts)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.