Show / Hide Table of Contents

Class BillingAccountsResource.BillingAccountLicenseConfigsResource

The "billingAccountLicenseConfigs" collection of methods.

Inheritance
object
BillingAccountsResource.BillingAccountLicenseConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.

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: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.

Returns
Type Description
BillingAccountsResource.BillingAccountLicenseConfigsResource.RetractLicenseConfigRequest
In this article
Back to top Generated by DocFX