Reference documentation and code samples for the Cloud Quotas V1BETA API class Google::Cloud::CloudQuotas::V1beta::ListQuotaInfosRequest.
Message for requesting list of QuotaInfos
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#page_size
defpage_size()->::Integer
Returns
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. If unspecified, server will pick an appropriate default.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — Optional. Requested page size. Server may return fewer items than
requested. If unspecified, server will pick an appropriate default.
Returns
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. If unspecified, server will pick an appropriate default.
#page_token
defpage_token()->::String
Returns
(::String) — Optional. A token identifying a page of results the server should return.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — Optional. A token identifying a page of results the server should return.
Returns
(::String) — Optional. A token identifying a page of results the server should return.
#parent
defparent()->::String
Returns
(::String) — Required. Parent value of QuotaInfo resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
Example names:
projects/123/locations/global/services/compute.googleapis.comfolders/234/locations/global/services/compute.googleapis.comorganizations/345/locations/global/services/compute.googleapis.com
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. Parent value of QuotaInfo resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
Example names:
projects/123/locations/global/services/compute.googleapis.comfolders/234/locations/global/services/compute.googleapis.comorganizations/345/locations/global/services/compute.googleapis.com
Returns
(::String) — Required. Parent value of QuotaInfo resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
Example names:
projects/123/locations/global/services/compute.googleapis.comfolders/234/locations/global/services/compute.googleapis.comorganizations/345/locations/global/services/compute.googleapis.com
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Cloud Quotas V1BETA API - Class Google::Cloud::CloudQuotas::V1beta::ListQuotaInfosRequest (v0.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.5.0 (latest)](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/latest/Google-Cloud-CloudQuotas-V1beta-ListQuotaInfosRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.4.0/Google-Cloud-CloudQuotas-V1beta-ListQuotaInfosRequest)\n- [0.3.2](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.3.2/Google-Cloud-CloudQuotas-V1beta-ListQuotaInfosRequest)\n- [0.2.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.2.0/Google-Cloud-CloudQuotas-V1beta-ListQuotaInfosRequest)\n- [0.1.0](/ruby/docs/reference/google-cloud-cloud_quotas-v1beta/0.1.0/Google-Cloud-CloudQuotas-V1beta-ListQuotaInfosRequest) \nReference documentation and code samples for the Cloud Quotas V1BETA API class Google::Cloud::CloudQuotas::V1beta::ListQuotaInfosRequest.\n\nMessage for requesting list of QuotaInfos \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. \n**Returns**\n\n- (::Integer) --- Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. A token identifying a page of results the server should return.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. A token identifying a page of results the server should return. \n**Returns**\n\n- (::String) --- Optional. A token identifying a page of results the server should return.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.\n\n Example names:\n `projects/123/locations/global/services/compute.googleapis.com`\n `folders/234/locations/global/services/compute.googleapis.com`\n `organizations/345/locations/global/services/compute.googleapis.com`\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.\n\n\n Example names:\n `projects/123/locations/global/services/compute.googleapis.com`\n `folders/234/locations/global/services/compute.googleapis.com`\n`organizations/345/locations/global/services/compute.googleapis.com` \n**Returns**\n\n- (::String) --- Required. Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.\n\n Example names:\n `projects/123/locations/global/services/compute.googleapis.com`\n `folders/234/locations/global/services/compute.googleapis.com`\n `organizations/345/locations/global/services/compute.googleapis.com`"]]