Class: Google::Cloud::DiscoveryEngine::V1beta::DistributeLicenseConfigResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DistributeLicenseConfigResponse
- 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.DistributeLicenseConfig method.
Instance Attribute Summary collapse
-
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
The updated or created LicenseConfig.
Instance Attribute Details
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Returns The updated or created LicenseConfig.
177 178 179 180 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 177 class DistributeLicenseConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |