Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::TimeSeriesView.
TimeSeriesView contains capacity_value which has the timeseries for a given type. Each type as a single timeseries associated with it.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_value
def capacity_value() -> ::Google::Cloud::CapacityPlanner::V1beta::DemandValue
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandValue) — Required. The capacity value associated with the time series view.
#capacity_value=
def capacity_value=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::DemandValue
Parameter
- value (::Google::Cloud::CapacityPlanner::V1beta::DemandValue) — Required. The capacity value associated with the time series view.
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::DemandValue) — Required. The capacity value associated with the time series view.
#type
def type() -> ::Google::Cloud::CapacityPlanner::V1beta::CapacityType
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::CapacityType) — Required. The capacity type associated with the time series view.
#type=
def type=(value) -> ::Google::Cloud::CapacityPlanner::V1beta::CapacityType
Parameter
- value (::Google::Cloud::CapacityPlanner::V1beta::CapacityType) — Required. The capacity type associated with the time series view.
Returns
- (::Google::Cloud::CapacityPlanner::V1beta::CapacityType) — Required. The capacity type associated with the time series view.