Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProvisioningQuotasResource.ListRequest

List the budget details to provision resources on a given project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListProvisioningQuotasResponse>
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>
ProjectsResource.LocationsResource.ProvisioningQuotasResource.ListRequest
Implements
IClientServiceRequest<ListProvisioningQuotasResponse>
IClientServiceRequest
Inherited Members
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.Xgafv
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.AccessToken
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.Alt
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.Callback
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.Fields
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.Key
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.OauthToken
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.PrettyPrint
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.QuotaUser
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.UploadType
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.UploadProtocol
ClientServiceRequest<ListProvisioningQuotasResponse>.Execute()
ClientServiceRequest<ListProvisioningQuotasResponse>.ExecuteAsStream()
ClientServiceRequest<ListProvisioningQuotasResponse>.ExecuteAsync()
ClientServiceRequest<ListProvisioningQuotasResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListProvisioningQuotasResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListProvisioningQuotasResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListProvisioningQuotasResponse>.CreateRequest(bool?)
ClientServiceRequest<ListProvisioningQuotasResponse>.GenerateRequestUri()
ClientServiceRequest<ListProvisioningQuotasResponse>.GetBody()
ClientServiceRequest<ListProvisioningQuotasResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListProvisioningQuotasResponse>.ETagAction
ClientServiceRequest<ListProvisioningQuotasResponse>.ModifyRequest
ClientServiceRequest<ListProvisioningQuotasResponse>.ValidateParameters
ClientServiceRequest<ListProvisioningQuotasResponse>.ApiVersion
ClientServiceRequest<ListProvisioningQuotasResponse>.RequestParameters
ClientServiceRequest<ListProvisioningQuotasResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ProvisioningQuotasResource.ListRequest : BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>, IClientServiceRequest<ListProvisioningQuotasResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListProvisioningQuotasResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListProvisioningQuotasResponse>.MethodName

PageSize

Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results from the server.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Parent value for ListProvisioningQuotasRequest.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListProvisioningQuotasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BaremetalsolutionBaseServiceRequest<ListProvisioningQuotasResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX