Class: Google::Apis::BigtableadminV2::FailureTrace
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::FailureTrace
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/representations.rb
Overview
Added to the error payload.
Instance Attribute Summary collapse
-
#frames ⇒ Array<Google::Apis::BigtableadminV2::Frame>
Corresponds to the JSON property
frames
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FailureTrace
constructor
A new instance of FailureTrace.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FailureTrace
Returns a new instance of FailureTrace.
798 799 800 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 798 def initialize(**args) update!(**args) end |
Instance Attribute Details
#frames ⇒ Array<Google::Apis::BigtableadminV2::Frame>
Corresponds to the JSON property frames
796 797 798 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 796 def frames @frames end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
803 804 805 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 803 def update!(**args) @frames = args[:frames] if args.key?(:frames) end |