Class: Google::Apis::CloudsearchV1::ResetSearchApplicationRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ResetSearchApplicationRequest

Returns a new instance of ResetSearchApplicationRequest



3268
3269
3270
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3268

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

Instance Attribute Details

#debug_optionsGoogle::Apis::CloudsearchV1::DebugOptions

Shared request debug options for all cloudsearch RPC methods. Corresponds to the JSON property debugOptions



3266
3267
3268
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3266

def debug_options
  @debug_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3273
3274
3275
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 3273

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