Show / Hide Table of Contents

Class BillingAccountsResource.BudgetsResource.GetRequest

Returns a budget. WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. When reading from the API, you will not see these fields in the return value, though they may have been set in the Cloud Console.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>
CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>
BillingAccountsResource.BudgetsResource.GetRequest
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>.GetBody()
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.GetRequest : CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>, IClientServiceRequest<GoogleCloudBillingBudgetsV1beta1Budget>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
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

Required. Name of budget to get. 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

InitParameters()

Initializes Get parameter list.

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

Implements

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