Class: Google::Apis::CloudsearchV1::ResponseDebugInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

Debugging information about the response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponseDebugInfo

Returns a new instance of ResponseDebugInfo.



14266
14267
14268
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14266

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enabled_experimentsArray<Fixnum>

Experiments enabled in QAPI. Corresponds to the JSON property enabledExperiments

Returns:

  • (Array<Fixnum>)


14259
14260
14261
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14259

def enabled_experiments
  @enabled_experiments
end

#formatted_debug_infoString

General debug info formatted for display. Corresponds to the JSON property formattedDebugInfo

Returns:

  • (String)


14264
14265
14266
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14264

def formatted_debug_info
  @formatted_debug_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14271
14272
14273
14274
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14271

def update!(**args)
  @enabled_experiments = args[:enabled_experiments] if args.key?(:enabled_experiments)
  @formatted_debug_info = args[:formatted_debug_info] if args.key?(:formatted_debug_info)
end