Class BillingAccountsResource.BillingAccountLicenseConfigsResource
The "billingAccountLicenseConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class BillingAccountsResource.BillingAccountLicenseConfigsResource
Constructors
BillingAccountLicenseConfigsResource(IClientService)
Constructs a new resource.
Declaration
public BillingAccountLicenseConfigsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
DistributeLicenseConfig(GoogleCloudDiscoveryengineV1DistributeLicenseConfigRequest, string)
Distributes a LicenseConfig from billing account level to project level.
Declaration
public virtual BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest DistributeLicenseConfig(GoogleCloudDiscoveryengineV1DistributeLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDiscoveryengineV1DistributeLicenseConfigRequest | body | The body of the request. |
| string | billingAccountLicenseConfig | Required. Full resource name of BillingAccountLicenseConfig. Format:
|
Returns
| Type | Description |
|---|---|
| BillingAccountsResource.BillingAccountLicenseConfigsResource.DistributeLicenseConfigRequest |
RetractLicenseConfig(GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest, string)
This method is called from the billing account side to retract the LicenseConfig from the given project back to the billing account.
Declaration
public virtual BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest RetractLicenseConfig(GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest body, string billingAccountLicenseConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDiscoveryengineV1RetractLicenseConfigRequest | body | The body of the request. |
| string | billingAccountLicenseConfig | Required. Full resource name of BillingAccountLicenseConfig. Format:
|
Returns
| Type | Description |
|---|---|
| BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest |