Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateLicenseConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::UpdateLicenseConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb
Overview
Request message for LicenseConfigService.UpdateLicenseConfig method.
Instance Attribute Summary collapse
-
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#license_config ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::LicenseConfig
Returns Required. The LicenseConfig to update.
65 66 67 68 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 65 class UpdateLicenseConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Indicates which fields in the provided LicenseConfig to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
65 66 67 68 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/license_config_service.rb', line 65 class UpdateLicenseConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |