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
- (::Google::Protobuf::Timestamp) — The time which the data point applies.
#event_time=
def event_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time which the data point applies.
Returns
- (::Google::Protobuf::Timestamp) — The time which the data point applies.
#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.