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

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

Request message for LicenseConfigService.RetractLicenseConfig 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}.

#full_retract

def full_retract() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.

#full_retract=

def full_retract=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
Returns
  • (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.

#license_config

def license_config() -> ::String
Returns
  • (::String) — Required. Full resource name of LicenseConfig.

    Format: projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.

#license_config=

def license_config=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of LicenseConfig.

    Format: projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.

Returns
  • (::String) — Required. Full resource name of LicenseConfig.

    Format: projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.

#license_count

def license_count() -> ::Integer
Returns
  • (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.

#license_count=

def license_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.
Returns
  • (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.