public sealed class UpdateLicenseConfigRequest : IMessage<UpdateLicenseConfigRequest>, IEquatable<UpdateLicenseConfigRequest>, IDeepCloneable<UpdateLicenseConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class UpdateLicenseConfigRequest.
Request message for [LicenseConfigService.UpdateLicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfigService.UpdateLicenseConfig] method.
Implements
IMessageUpdateLicenseConfigRequest, IEquatableUpdateLicenseConfigRequest, IDeepCloneableUpdateLicenseConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
UpdateLicenseConfigRequest()
public UpdateLicenseConfigRequest()UpdateLicenseConfigRequest(UpdateLicenseConfigRequest)
public UpdateLicenseConfigRequest(UpdateLicenseConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateLicenseConfigRequest |
Properties
LicenseConfig
public LicenseConfig LicenseConfig { get; set; }Required. The [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig] to update.
| Property Value | |
|---|---|
| Type | Description |
LicenseConfig |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Indicates which fields in the provided [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig] to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|