class Google::Apis::BigqueryV2::BiEngineReason
Attributes
code[RW]
- Output-only
-
High-level BI Engine reason for partial or disabled acceleration.
Corresponds to the JSON property `code` @return [String]
message[RW]
- Output-only
-
Free form human-readable reason for partial or disabled
acceleration. Corresponds to the JSON property `message` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 577 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 582 def update!(**args) @code = args[:code] if args.key?(:code) @message = args[:message] if args.key?(:message) end