Cloud Quotas v1 API - Class ListQuotaPreferencesRequest (1.0.0-beta05)

public sealed class ListQuotaPreferencesRequest : IMessage<ListQuotaPreferencesRequest>, IEquatable<ListQuotaPreferencesRequest>, IDeepCloneable<ListQuotaPreferencesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Quotas v1 API class ListQuotaPreferencesRequest.

Message for requesting list of QuotaPreferences

Inheritance

object > ListQuotaPreferencesRequest

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

ListQuotaPreferencesRequest()

public ListQuotaPreferencesRequest()

ListQuotaPreferencesRequest(ListQuotaPreferencesRequest)

public ListQuotaPreferencesRequest(ListQuotaPreferencesRequest other)
Parameter
Name Description
other ListQuotaPreferencesRequest

Properties

Filter

public string Filter { get; set; }

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

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. How to order of the results. By default, the results are ordered by create time.

Example orders: quota_id, service, create_time

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName