Class: Google::Cloud::Notebooks::V1::RuntimeMetrics

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

Overview

Contains runtime daemon metrics, such as OS and kernels and sessions stats.

Defined Under Namespace

Classes: SystemMetricsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#system_metrics::Google::Protobuf::Map{::String => ::String} (readonly)

Returns Output only. The system metrics.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Output only. The system metrics.



457
458
459
460
461
462
463
464
465
466
467
468
469
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 457

class RuntimeMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class SystemMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end