Reference documentation and code samples for the Cloud Quotas V1 API class Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesRequest.
Message for requesting list of QuotaPreferences
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
reconciling=true AND request_type=CLOUD_CONSOLE
,reconciling=true OR creation_time>2022-12-03T10:30:00
#filter=
def filter=(value) -> ::String
-
value (::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
reconciling=true AND request_type=CLOUD_CONSOLE
,reconciling=true OR creation_time>2022-12-03T10:30:00
-
(::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
reconciling=true AND request_type=CLOUD_CONSOLE
,reconciling=true OR creation_time>2022-12-03T10:30:00
#order_by
def order_by() -> ::String
-
(::String) — Optional. How to order of the results. By default, the results are ordered
by create time.
Example orders:
quota_id
,service, create_time
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Optional. How to order of the results. By default, the results are ordered
by create time.
Example orders:
quota_id
,service, create_time
-
(::String) — Optional. How to order of the results. By default, the results are ordered
by create time.
Example orders:
quota_id
,service, create_time
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token identifying a page of results the server should return.
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String
-
(::String) — Required. Parent value of QuotaPreference resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container.
Example parents:
projects/123/locations/global
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Parent value of QuotaPreference resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container.
Example parents:
projects/123/locations/global
-
(::String) — Required. Parent value of QuotaPreference resources.
Listing across different resource containers (such as 'projects/-') is not
allowed.
When the value starts with 'folders' or 'organizations', it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container.
Example parents:
projects/123/locations/global