Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::DistributeLicenseConfigRequest (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::DistributeLicenseConfigRequest.

Request message for LicenseConfigService.DistributeLicenseConfig method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#billing_account_license_config

def billing_account_license_config() -> ::String
Returns
  • (::String) — Required. Full resource name of [BillingAccountLicenseConfig][].

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

#billing_account_license_config=

def billing_account_license_config=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of [BillingAccountLicenseConfig][].

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

Returns
  • (::String) — Required. Full resource name of [BillingAccountLicenseConfig][].

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

#license_config_id

def license_config_id() -> ::String
Returns
  • (::String) — 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.

#license_config_id=

def license_config_id=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#license_count

def license_count() -> ::Integer
Returns
  • (::Integer) — Required. The number of licenses to distribute.

#license_count=

def license_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The number of licenses to distribute.
Returns
  • (::Integer) — Required. The number of licenses to distribute.

#location

def location() -> ::String
Returns
  • (::String) — Required. The target GCP project region to distribute the license config to.

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — Required. The target GCP project region to distribute the license config to.
Returns
  • (::String) — Required. The target GCP project region to distribute the license config to.

#project_number

def project_number() -> ::Integer
Returns
  • (::Integer) — Required. The target GCP project number to distribute the license config to.

#project_number=

def project_number=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. The target GCP project number to distribute the license config to.
Returns
  • (::Integer) — Required. The target GCP project number to distribute the license config to.