Class: Google::Apis::BigtableadminV2::StandardIsolation

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandardIsolation

Returns a new instance of StandardIsolation.

[View source]

3308
3309
3310
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3308

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#priorityString

The priority of requests sent using this app profile. Corresponds to the JSON property priority

Returns:

  • (String)

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

[View source]

3313
3314
3315
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3313

def update!(**args)
  @priority = args[:priority] if args.key?(:priority)
end