Class: Google::Cloud::DiscoveryEngine::V1beta::RetractLicenseConfigResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::RetractLicenseConfigResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb
Overview
Response message for LicenseConfigService.RetractLicenseConfig method.
Instance Attribute Summary collapse
-
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
The updated LicenseConfig.
Instance Attribute Details
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Returns The updated LicenseConfig.
217 218 219 220 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 217 class RetractLicenseConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |