Class: Google::Apis::CloudsearchV1::ResetSearchApplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ResetSearchApplicationRequest
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResetSearchApplicationRequest
Returns a new instance of ResetSearchApplicationRequest.
3572 3573 3574 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3572 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
3570 3571 3572 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3570 def @debug_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3577 3578 3579 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3577 def update!(**args) @debug_options = args[:debug_options] if args.key?(:debug_options) end |