Class BiReservation

BiReservation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a BI Reservation.

Attributes

NameDescription
name str
The resource name of the singleton BI reservation. Reservation names have the form ``projects/{project_id}/locations/{location_id}/biReservation``.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last update timestamp of a reservation.
size int
Size of a reservation, in bytes.

Inheritance

builtins.object > proto.message.Message > BiReservation