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
Identifier.
-
#preferred_tables ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::TableReference>
Optional.
-
#size ⇒ ::Integer
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. The resource name of the singleton BI reservation.
Reservation names have the form
projects/{project_id}/locations/{location_id}/biReservation.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 1142 class BiReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preferred_tables ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::TableReference>
Returns Optional. Preferred tables to use BI capacity for.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 1142 class BiReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#size ⇒ ::Integer
Returns Optional. Size of a reservation, in bytes.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 1142 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.
1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 1142 class BiReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |