Class: Google::Cloud::Bigquery::Storage::V1::ThrottleState
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ThrottleState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Information on if the current connection is being throttled.
Instance Attribute Summary collapse
-
#throttle_percent ⇒ ::Integer
How much this connection is being throttled.
Instance Attribute Details
#throttle_percent ⇒ ::Integer
Returns How much this connection is being throttled. Zero means no throttling, 100 means fully throttled.
79 80 81 82 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 79 class ThrottleState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |