Class: Google::Cloud::CapacityPlanner::V1beta::Point

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb

Overview

A single data point in a time series.

Instance Attribute Summary collapse

Instance Attribute Details

#event_time::Google::Protobuf::Timestamp

Returns The time which the data point applies.

Returns:



311
312
313
314
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 311

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

#value::Float

Returns The value of the data point.

Returns:

  • (::Float)

    The value of the data point.



311
312
313
314
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 311

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