Interface DistributeLicenseConfigRequestOrBuilder (0.90.0)

public interface DistributeLicenseConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillingAccountLicenseConfig()

public abstract String getBillingAccountLicenseConfig()

Required. Full resource name of [BillingAccountLicenseConfig][].

Format: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.

string billing_account_license_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The billingAccountLicenseConfig.

getBillingAccountLicenseConfigBytes()

public abstract ByteString getBillingAccountLicenseConfigBytes()

Required. Full resource name of [BillingAccountLicenseConfig][].

Format: billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.

string billing_account_license_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for billingAccountLicenseConfig.

getLicenseConfigId()

public abstract String getLicenseConfigId()

Optional. Distribute seats to this license config instead of creating a new one. If not specified, a new license config will be created from the billing account license config.

string license_config_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The licenseConfigId.

getLicenseConfigIdBytes()

public abstract ByteString getLicenseConfigIdBytes()

Optional. Distribute seats to this license config instead of creating a new one. If not specified, a new license config will be created from the billing account license config.

string license_config_id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for licenseConfigId.

getLicenseCount()

public abstract long getLicenseCount()

Required. The number of licenses to distribute.

int64 license_count = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The licenseCount.

getLocation()

public abstract String getLocation()

Required. The target GCP project region to distribute the license config to.

string location = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Required. The target GCP project region to distribute the license config to.

string location = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for location.

getProjectNumber()

public abstract long getProjectNumber()

Required. The target GCP project number to distribute the license config to.

int64 project_number = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The projectNumber.