public interface UsageMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceleratorType()
Optional.
|
com.google.protobuf.ByteString |
getAcceleratorTypeBytes()
Optional.
|
long |
getMilliAcceleratorSeconds()
Optional.
|
long |
getMilliDcuSeconds()
Optional.
|
long |
getShuffleStorageGbSeconds()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getMilliDcuSeconds()
Optional. DCU (Dataproc Compute Units) usage in (`milliDCU` x `seconds`) (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];long getShuffleStorageGbSeconds()
Optional. Shuffle storage usage in (`GB` x `seconds`) (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];long getMilliAcceleratorSeconds()
Optional. Accelerator usage in (`milliAccelerator` x `seconds`) (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];String getAcceleratorType()
Optional. Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAcceleratorTypeBytes()
Optional. Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.