Class: Google::Apis::BigtableadminV1::FailureTrace
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV1::FailureTrace
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigtableadmin_v1/classes.rb,
generated/google/apis/bigtableadmin_v1/representations.rb,
generated/google/apis/bigtableadmin_v1/representations.rb
Overview
Added to the error payload.
Instance Attribute Summary collapse
-
#frames ⇒ Array<Google::Apis::BigtableadminV1::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.
379 380 381 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 379 def initialize(**args) update!(**args) end |
Instance Attribute Details
#frames ⇒ Array<Google::Apis::BigtableadminV1::Frame>
Corresponds to the JSON property frames
377 378 379 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 377 def frames @frames end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
384 385 386 |
# File 'generated/google/apis/bigtableadmin_v1/classes.rb', line 384 def update!(**args) @frames = args[:frames] if args.key?(:frames) end |