public interface UsageMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorType()
public abstract String getAcceleratorType()Optional. [DEPRECATED] Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The acceleratorType. |
getAcceleratorTypeBytes()
public abstract ByteString getAcceleratorTypeBytes()Optional. [DEPRECATED] Accelerator type being used, if any
string accelerator_type = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for acceleratorType. |
getMilliAcceleratorSeconds()
public abstract long getMilliAcceleratorSeconds() Optional. [DEPRECATED] Accelerator usage in (milliAccelerator x
seconds) (see Dataproc Serverless pricing).
int64 milli_accelerator_seconds = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The milliAcceleratorSeconds. |
getMilliDcuSeconds()
public abstract long getMilliDcuSeconds() Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds)
(see Dataproc Serverless pricing).
int64 milli_dcu_seconds = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The milliDcuSeconds. |
getShuffleStorageGbSeconds()
public abstract long getShuffleStorageGbSeconds() Optional. Shuffle storage usage in (GB x seconds) (see
Dataproc Serverless pricing).
int64 shuffle_storage_gb_seconds = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The shuffleStorageGbSeconds. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Optional. The timestamp of the usage metrics.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Optional. The timestamp of the usage metrics.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasUpdateTime()
public abstract boolean hasUpdateTime()Optional. The timestamp of the usage metrics.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |