Class BillingAccountsResource.ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class BillingAccountsResource.ServicesResource
Constructors
ServicesResource(IClientService)
Constructs a new resource.
Declaration
public ServicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a Google Cloud service visible to a billing account.
Declaration
public virtual BillingAccountsResource.ServicesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the billing account service to retrieve. Format: billingAccounts/{billing_account}/services/{service} |
Returns
Type | Description |
---|---|
BillingAccountsResource.ServicesResource.GetRequest |
List(string)
Lists services visible to a billing account.
Declaration
public virtual BillingAccountsResource.ServicesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The billing account to list billing account service from. Format: billingAccounts/{billing_account} |
Returns
Type | Description |
---|---|
BillingAccountsResource.ServicesResource.ListRequest |