Class: Google::Apis::NotebooksV1::DiagnoseRuntimeRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb

Overview

Request for creating a notebook instance diagnostic file.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiagnoseRuntimeRequest

Returns a new instance of DiagnoseRuntimeRequest.



232
233
234
# File 'lib/google/apis/notebooks_v1/classes.rb', line 232

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

Instance Attribute Details

#diagnostic_configGoogle::Apis::NotebooksV1::DiagnosticConfig

Defines flags that are used to run the diagnostic tool Corresponds to the JSON property diagnosticConfig



230
231
232
# File 'lib/google/apis/notebooks_v1/classes.rb', line 230

def diagnostic_config
  @diagnostic_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



237
238
239
# File 'lib/google/apis/notebooks_v1/classes.rb', line 237

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