class Google::Apis::BigtableadminV1::FailureTrace

Added to the error payload.

Attributes

frames[RW]

Corresponds to the JSON property `frames` @return [Array<Google::Apis::BigtableadminV1::Frame>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigtableadmin_v1/classes.rb, line 458
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigtableadmin_v1/classes.rb, line 463
def update!(**args)
  @frames = args[:frames] if args.key?(:frames)
end