Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateLicenseConfigRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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