Class: Google::Apis::BigtableadminV2::FailureTrace

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

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.



887
888
889
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 887

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

Instance Attribute Details

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

Corresponds to the JSON property frames



885
886
887
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 885

def frames
  @frames
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



892
893
894
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 892

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