Class: Google::Apis::BigtableadminV1::FailureTrace

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigtableadmin_v1/classes.rb,
lib/google/apis/bigtableadmin_v1/representations.rb,
lib/google/apis/bigtableadmin_v1/representations.rb

Overview

Added to the error payload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FailureTrace

Returns a new instance of FailureTrace.



458
459
460
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 458

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

Instance Attribute Details

#framesArray<Google::Apis::BigtableadminV1::Frame>

Corresponds to the JSON property frames



456
457
458
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 456

def frames
  @frames
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



463
464
465
# File 'lib/google/apis/bigtableadmin_v1/classes.rb', line 463

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