Class: Google::Cloud::Notebooks::V1::DiagnoseRuntimeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/managed_service.rb

Overview

Request for creating a notebook instance diagnostic file.

Instance Attribute Summary collapse

Instance Attribute Details

#diagnostic_config::Google::Cloud::Notebooks::V1::DiagnosticConfig

Returns Required. Defines flags that are used to run the diagnostic tool.

Returns:



262
263
264
265
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 262

class DiagnoseRuntimeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtimes_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtimes_id}



262
263
264
265
# File 'proto_docs/google/cloud/notebooks/v1/managed_service.rb', line 262

class DiagnoseRuntimeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end