Discovery Engine v1beta API - Class UpdateLicenseConfigRequest (1.0.0-beta24)

public sealed class UpdateLicenseConfigRequest : IMessage<UpdateLicenseConfigRequest>, IEquatable<UpdateLicenseConfigRequest>, IDeepCloneable<UpdateLicenseConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class UpdateLicenseConfigRequest.

Request message for [LicenseConfigService.UpdateLicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfigService.UpdateLicenseConfig] method.

Inheritance

object > UpdateLicenseConfigRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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