Cloud Quotas V1 API - Class Google::Cloud::CloudQuotas::V1::ListQuotaPreferencesRequest (v0.3.3)

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
Returns
  • (::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
Parameter
  • 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

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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

Returns
  • (::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
Returns
  • (::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
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

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying a page of results the server should return.

#page_token=

def page_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

def parent() -> ::String
Returns
  • (::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
Parameter
  • 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

Returns
  • (::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