Capacity Planner V1BETA API - Class Google::Cloud::CapacityPlanner::V1beta::Point (v0.2.0)

Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::Point.

A single data point in a time series.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#event_time

def event_time() -> ::Google::Protobuf::Timestamp
Returns

#event_time=

def event_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#value

def value() -> ::Float
Returns
  • (::Float) — The value of the data point.

#value=

def value=(value) -> ::Float
Parameter
  • value (::Float) — The value of the data point.
Returns
  • (::Float) — The value of the data point.