Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::QueryCapacityPlansResponse.
Response of querying capacity plans.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_plans
def capacity_plans() -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlan>
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlan>) — List of capacity plans.
#capacity_plans=
def capacity_plans=(value) -> ::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlan>
Parameter
- value (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlan>) — List of capacity plans.
Returns
- (::Array<::Google::Cloud::CapacityPlanner::V1beta::CapacityPlan>) — List of capacity plans.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results. This will be empty if there are no more pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results. This will be empty if there are no more pages.
Returns
- (::String) — Token to retrieve the next page of results. This will be empty if there are no more pages.