Class: Google::Cloud::Bigquery::Job::ReservationUsage

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/job.rb

Overview

Represents Job resource usage breakdown by reservation.

Lifecycle collapse

Instance Attribute Details

#nameString (readonly)

The reservation name or "unreserved" for on-demand resources usage.

Returns:

  • (String)

    the current value of name



550
551
552
# File 'lib/google/cloud/bigquery/job.rb', line 550

def name
  @name
end

#slot_msFixnum (readonly)

The slot-milliseconds the job spent in the given reservation.

Returns:

  • (Fixnum)

    the current value of slot_ms



550
551
552
# File 'lib/google/cloud/bigquery/job.rb', line 550

def slot_ms
  @slot_ms
end