Class: Google::Cloud::CloudQuotas::V1beta::ListQuotaPreferencesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudQuotas::V1beta::ListQuotaPreferencesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb
Overview
Message for requesting list of QuotaPreferences
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
108 109 110 111 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 108 class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. How to order of the results. By default, the results are ordered by create time.
Example orders:
quota_id,
service, create_time.
108 109 110 111 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 108 class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
108 109 110 111 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 108 class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
108 109 110 111 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 108 class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
108 109 110 111 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 108 class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |