Class: Google::Cloud::Bigquery::Reservation::V1::BiReservation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Represents a BI Reservation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The resource name of the singleton BI reservation. Reservation names have the form projects/{project_id}/locations/{location_id}/biReservation.

Returns:

  • (::String)

    The resource name of the singleton BI reservation. Reservation names have the form projects/{project_id}/locations/{location_id}/biReservation.



755
756
757
758
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 755

class BiReservation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#preferred_tables::Array<::Google::Cloud::Bigquery::Reservation::V1::TableReference>

Returns Preferred tables to use BI capacity for.

Returns:



755
756
757
758
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 755

class BiReservation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#size::Integer

Returns Size of a reservation, in bytes.

Returns:

  • (::Integer)

    Size of a reservation, in bytes.



755
756
757
758
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 755

class BiReservation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last update timestamp of a reservation.

Returns:



755
756
757
758
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 755

class BiReservation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end