public interface UsageSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceleratorType()
Optional.
|
com.google.protobuf.ByteString |
getAcceleratorTypeBytes()
Optional.
|
long |
getMilliAccelerator()
Optional.
|
long |
getMilliDcu()
Optional.
|
long |
getMilliDcuPremium()
Optional.
|
long |
getShuffleStorageGb()
Optional.
|
long |
getShuffleStorageGbPremium()
Optional.
|
com.google.protobuf.Timestamp |
getSnapshotTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getSnapshotTimeOrBuilder()
Optional.
|
boolean |
hasSnapshotTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getMilliDcu()
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
int64 milli_dcu = 1 [(.google.api.field_behavior) = OPTIONAL];long getShuffleStorageGb()
Optional. Shuffle Storage in gigabytes (GB). (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing))
int64 shuffle_storage_gb = 2 [(.google.api.field_behavior) = OPTIONAL];long getMilliDcuPremium()
Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing)).
int64 milli_dcu_premium = 4 [(.google.api.field_behavior) = OPTIONAL];long getShuffleStorageGbPremium()
Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing))
int64 shuffle_storage_gb_premium = 5 [(.google.api.field_behavior) = OPTIONAL];long getMilliAccelerator()
Optional. Milli (one-thousandth) accelerator. (see [Dataproc Serverless pricing] (https://cloud.google.com/dataproc-serverless/pricing))
int64 milli_accelerator = 6 [(.google.api.field_behavior) = OPTIONAL];String getAcceleratorType()
Optional. Accelerator type being used, if any
string accelerator_type = 7 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAcceleratorTypeBytes()
Optional. Accelerator type being used, if any
string accelerator_type = 7 [(.google.api.field_behavior) = OPTIONAL];boolean hasSnapshotTime()
Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getSnapshotTime()
Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.