Class: Google::Cloud::Bigquery::Storage::V1::ThrottleState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#throttle_percent::Integer

Returns How much this connection is being throttled. Zero means no throttling, 100 means fully throttled.

Returns:

  • (::Integer)

    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