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

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

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

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

Inheritance

object > GetLicenseConfigRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetLicenseConfigRequest()

public GetLicenseConfigRequest()

GetLicenseConfigRequest(GetLicenseConfigRequest)

public GetLicenseConfigRequest(GetLicenseConfigRequest other)
Parameter
Name Description
other GetLicenseConfigRequest

Properties

LicenseConfigName

public LicenseConfigName LicenseConfigName { get; set; }

LicenseConfigName-typed view over the Name resource name property.

Property Value
Type Description
LicenseConfigName

Name

public string Name { get; set; }

Required. Full resource name of [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig], such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig], regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested [LicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfig] does not exist, a NOT_FOUND error is returned.

Property Value
Type Description
string