Class: Google::Cloud::Bigquery::Reservation::V1::BiReservation
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::BiReservation
- 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
-
#name ⇒ ::String
The resource name of the singleton BI reservation.
-
#preferred_tables ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::TableReference>
Preferred tables to use BI capacity for.
-
#size ⇒ ::Integer
Size of a reservation, in bytes.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
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
.
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.
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.
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.
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 |