Class: Google::Apis::CloudsearchV1::ResetSearchApplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResetSearchApplicationRequest
- 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
Instance Attribute Summary collapse
-
#debug_options ⇒ Google::Apis::CloudsearchV1::DebugOptions
Shared request debug options for all cloudsearch RPC methods.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResetSearchApplicationRequest
constructor
A new instance of ResetSearchApplicationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResetSearchApplicationRequest
Returns a new instance of ResetSearchApplicationRequest.
17420 17421 17422 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17420 def initialize(**args) update!(**args) end |
Instance Attribute Details
#debug_options ⇒ Google::Apis::CloudsearchV1::DebugOptions
Shared request debug options for all cloudsearch RPC methods.
Corresponds to the JSON property debugOptions
17418 17419 17420 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17418 def @debug_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17425 17426 17427 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17425 def update!(**args) @debug_options = args[:debug_options] if args.key?(:debug_options) end |