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-
(::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-
value (::String) — Required. Full resource name of [BillingAccountLicenseConfig][].
Format:
billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.
-
(::String) — Required. Full resource name of [BillingAccountLicenseConfig][].
Format:
billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config_id}.
#full_retract
def full_retract() -> ::Boolean- (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
#full_retract=
def full_retract=(value) -> ::Boolean- value (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
- (::Boolean) — Optional. If set to true, retract the entire license config. Otherwise, retract the specified license count.
#license_config
def license_config() -> ::String-
(::String) — Required. Full resource name of
LicenseConfig.
Format:
projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.
#license_config=
def license_config=(value) -> ::String-
value (::String) — Required. Full resource name of
LicenseConfig.
Format:
projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.
-
(::String) — Required. Full resource name of
LicenseConfig.
Format:
projects/{project}/locations/{location}/licenseConfigs/{license_config_id}.
#license_count
def license_count() -> ::Integer- (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.
#license_count=
def license_count=(value) -> ::Integer- value (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.
- (::Integer) — Optional. The number of licenses to retract. Only used when full_retract is false.