public sealed class GetLicenseConfigRequest : IMessage<GetLicenseConfigRequest>, IEquatable<GetLicenseConfigRequest>, IDeepCloneable<GetLicenseConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class GetLicenseConfigRequest.
Request message for [LicenseConfigService.GetLicenseConfig][google.cloud.discoveryengine.v1beta.LicenseConfigService.GetLicenseConfig] method.
Implements
IMessageGetLicenseConfigRequest, IEquatableGetLicenseConfigRequest, IDeepCloneableGetLicenseConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|