Capacity Planner V1BETA API - Class Google::Cloud::CapacityPlanner::V1beta::QueryCapacityPlansRequest (v0.1.0)

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

Request for querying capacity plans.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#location

def location() -> ::String
Returns
  • (::String) — Optional. The Google Cloud Platform location of capacity plans. If unspecified, all locations will be included.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — Optional. The Google Cloud Platform location of capacity plans. If unspecified, all locations will be included.
Returns
  • (::String) — Optional. The Google Cloud Platform location of capacity plans. If unspecified, all locations will be included.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of plans to return per page. The service may return fewer than this value. If unspecified, the server will use a sensible default. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of plans to return per page. The service may return fewer than this value. If unspecified, the server will use a sensible default. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
  • (::Integer) — Optional. The maximum number of plans to return per page. The service may return fewer than this value. If unspecified, the server will use a sensible default. The maximum value is 1000; values above 1000 will be coerced to 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous QueryCapacityPlans call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous QueryCapacityPlans call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — Optional. A page token, received from a previous QueryCapacityPlans call. Provide this to retrieve the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource container. Format: projects/{project} or folders/{folder} or organizations/{organization}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource container. Format: projects/{project} or folders/{folder} or organizations/{organization}
Returns
  • (::String) — Required. The parent resource container. Format: projects/{project} or folders/{folder} or organizations/{organization}