class Google::Apis::CloudtraceV2beta1::OutputConfig
OutputConfig
contains a destination for writing trace data.
Attributes
destination[RW]
The destination for writing trace data. Currently only BigQuery is supported. E.g.: “bigquery.googleapis.com/projects//datasets/” Corresponds to the JSON property `destination` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudtrace_v2beta1/classes.rb, line 79 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudtrace_v2beta1/classes.rb, line 84 def update!(**args) @destination = args[:destination] if args.key?(:destination) end