Class: Google::Cloud::Notebooks::V2::DiagnoseInstanceRequest

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

Overview

Request for creating a notebook instance diagnostic file.

Instance Attribute Summary collapse

Instance Attribute Details

#diagnostic_config::Google::Cloud::Notebooks::V2::DiagnosticConfig

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

Returns:



256
257
258
259
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 256

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

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



256
257
258
259
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 256

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

#timeout_minutes::Integer

Returns Optional. Maxmium amount of time in minutes before the operation times out.

Returns:

  • (::Integer)

    Optional. Maxmium amount of time in minutes before the operation times out.



256
257
258
259
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 256

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