Show / Hide Table of Contents

Class BillingAccountsResource.BudgetsResource.PatchRequest

Updates a budget and returns the updated budget. WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. Budget fields that are not exposed in this API will not be changed by this method.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>
BillingAccountsResource.BudgetsResource.PatchRequest
Implements
IClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>
IClientServiceRequest
Inherited Members
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Xgafv
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.AccessToken
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Alt
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Callback
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Fields
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Key
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.OauthToken
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.PrettyPrint
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.QuotaUser
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.UploadType
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.UploadProtocol
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.Execute()
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ExecuteAsync()
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ETagAction
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ModifyRequest
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ValidateParameters
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.ApiVersion
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.RequestParameters
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.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.CloudBillingBudget.v1beta1
Assembly: Google.Apis.CloudBillingBudget.v1beta1.dll
Syntax
public class BillingAccountsResource.BudgetsResource.PatchRequest : CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>, IClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1Budget>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1Budget>.MethodName

Name

Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1Budget>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1Budget>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>.InitParameters()

Implements

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