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
BillingAccountsResource.BudgetsResource.GetRequest
Inherited Members
Namespace: Google.Apis.CloudBillingBudget.v1
Assembly: Google.Apis.CloudBillingBudget.v1.dll
Syntax
public class BillingAccountsResource.BudgetsResource.GetRequest : CloudBillingBudgetBaseServiceRequest<GoogleCloudBillingBudgetsV1Budget>, IClientServiceRequest<GoogleCloudBillingBudgetsV1Budget>, 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.v1.Data.GoogleCloudBillingBudgetsV1Budget>.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.v1.Data.GoogleCloudBillingBudgetsV1Budget>.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.v1.Data.GoogleCloudBillingBudgetsV1Budget>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()