Class: Google::Apis::BigtableadminV2::StandardIsolation
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::StandardIsolation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb more...
Overview
Standard options for isolating this app profile's traffic from other use cases.
Instance Attribute Summary collapse
-
#priority ⇒ String
The priority of requests sent using this app profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StandardIsolation
constructor
A new instance of StandardIsolation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StandardIsolation
Returns a new instance of StandardIsolation.
3308 3309 3310 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3308 def initialize(**args) update!(**args) end |
Instance Attribute Details
#priority ⇒ String
The priority of requests sent using this app profile.
Corresponds to the JSON property priority
3306 3307 3308 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3306 def priority @priority end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3313 3314 3315 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3313 def update!(**args) @priority = args[:priority] if args.key?(:priority) end |