Class: Google::Apis::CloudsearchV1::DebugOptions
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DebugOptions
- 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
Shared request debug options for all cloudsearch RPC methods.
Instance Attribute Summary collapse
-
#enable_debugging ⇒ Boolean
(also: #enable_debugging?)
If you are asked by Google to help with debugging, set this field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DebugOptions
constructor
A new instance of DebugOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DebugOptions
Returns a new instance of DebugOptions.
848 849 850 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_debugging ⇒ Boolean Also known as: enable_debugging?
If you are asked by Google to help with debugging, set this field. Otherwise,
ignore this field.
Corresponds to the JSON property enableDebugging
845 846 847 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 845 def enable_debugging @enable_debugging end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
853 854 855 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 853 def update!(**args) @enable_debugging = args[:enable_debugging] if args.key?(:enable_debugging) end |