Interface ResourcesConsumedOrBuilder (3.33.0)

public interface ResourcesConsumedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReplicaHours()

public abstract double getReplicaHours()

Output only. The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.

double replica_hours = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
double

The replicaHours.