proto_docs/google/api/cloudquotas/v1/cloudquotas.rb in google-cloud-cloud_quotas-v1-0.3.0 vs proto_docs/google/api/cloudquotas/v1/cloudquotas.rb in google-cloud-cloud_quotas-v1-0.3.1

- old
+ new

@@ -93,22 +93,19 @@ # @return [::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. + # `reconciling=true AND request_type=CLOUD_CONSOLE`, + # `reconciling=true OR creation_time>2022-12-03T10:30:00` # @!attribute [rw] order_by # @return [::String] # Optional. How to order of the results. By default, the results are ordered # by create time. # # Example orders: - # `type` - # `state, create_time` + # `quota_id`, + # `service, create_time` class ListQuotaPreferencesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end