Class: Google::Apis::CloudsearchV1::DebugOptions
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::DebugOptions
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/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 set, the request will enable debugging features of Cloud Search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DebugOptions
constructor
A new instance of DebugOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ DebugOptions
Returns a new instance of DebugOptions
435 436 437 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 435 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_debugging ⇒ Boolean Also known as: enable_debugging?
If set, the request will enable debugging features of Cloud Search.
Only turn on this field, if asked by Google to help with debugging.
Corresponds to the JSON property enableDebugging
432 433 434 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 432 def enable_debugging @enable_debugging end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
440 441 442 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 440 def update!(**args) @enable_debugging = args[:enable_debugging] if args.key?(:enable_debugging) end |