public interface UsageSnapshotOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMilliDcu()
public abstract long getMilliDcu()Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing).
int64 milli_dcu = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The milliDcu. |
getShuffleStorageGb()
public abstract long getShuffleStorageGb()Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing)
int64 shuffle_storage_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The shuffleStorageGb. |
getSnapshotTime()
public abstract Timestamp getSnapshotTime()Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The snapshotTime. |
getSnapshotTimeOrBuilder()
public abstract TimestampOrBuilder getSnapshotTimeOrBuilder()Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasSnapshotTime()
public abstract boolean hasSnapshotTime()Optional. The timestamp of the usage snapshot.
.google.protobuf.Timestamp snapshot_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the snapshotTime field is set. |