Interface ResourcesConsumedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResourcesConsumed, ResourcesConsumed.Builder

@Generated public interface ResourcesConsumedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getReplicaHours

      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:
      The replicaHours.