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:
state=PENDING OR state=PENDING_PARTIALLY_GRANTED
state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND creation_time>2022-12-03T10:30:00
If no filter is provided, returns all pending quota preferences.
#filter=
def filter=(value) -> ::String
-
value (::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
state=PENDING OR state=PENDING_PARTIALLY_GRANTED
state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND creation_time>2022-12-03T10:30:00
If no filter is provided, returns all pending quota preferences.
-
(::String) — Optional. Filter result QuotaPreferences by their state, type,
create/update time range.
Example filters:
state=PENDING OR state=PENDING_PARTIALLY_GRANTED
state=PENDING OR state=PENDING_PARTIALLY_GRANTED AND creation_time>2022-12-03T10:30:00
If no filter is provided, returns all pending quota preferences.
#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:
type
state, 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:
type
state, create_time
-
(::String) — Optional. How to order of the results. By default, the results are ordered
by create time.
Example orders:
type
state, 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