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

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

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

Message for requesting list of QuotaInfos

Inheritance

object > ListQuotaInfosRequest

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

Google.Cloud.CloudQuotas.V1.dll

Constructors

ListQuotaInfosRequest()

public ListQuotaInfosRequest()

ListQuotaInfosRequest(ListQuotaInfosRequest)

public ListQuotaInfosRequest(ListQuotaInfosRequest other)
Parameter
Name Description
other ListQuotaInfosRequest

Properties

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 QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed.

Example names: projects/123/locations/global/services/compute.googleapis.com folders/234/locations/global/services/compute.googleapis.com organizations/345/locations/global/services/compute.googleapis.com

Property Value
Type Description
string

ParentAsServiceName

public ServiceName ParentAsServiceName { get; set; }

ServiceName-typed view over the Parent resource name property.

Property Value
Type Description
ServiceName