class Google::Apis::CloudsearchV1::DebugOptions

Shared request debug options for all cloudsearch RPC methods.

Attributes

enable_debugging[RW]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. Corresponds to the JSON property `enableDebugging` @return [Boolean]

enable_debugging?[RW]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. Corresponds to the JSON property `enableDebugging` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 625
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudsearch_v1/classes.rb, line 630
def update!(**args)
  @enable_debugging = args[:enable_debugging] if args.key?(:enable_debugging)
end