public sealed class LicenseConfigServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Discovery Engine v1beta API class LicenseConfigServiceSettings.
Settings for LicenseConfigServiceClient instances.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
LicenseConfigServiceSettings()
public LicenseConfigServiceSettings()Constructs a new LicenseConfigServiceSettings object with default settings.
Properties
CreateLicenseConfigSettings
public CallSettings CreateLicenseConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.CreateLicenseConfig and
LicenseConfigServiceClient.CreateLicenseConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DistributeLicenseConfigSettings
public CallSettings DistributeLicenseConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.DistributeLicenseConfig and
LicenseConfigServiceClient.DistributeLicenseConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetLicenseConfigSettings
public CallSettings GetLicenseConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.GetLicenseConfig and LicenseConfigServiceClient.GetLicenseConfigAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListLicenseConfigsSettings
public CallSettings ListLicenseConfigsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.ListLicenseConfigs and
LicenseConfigServiceClient.ListLicenseConfigsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
RetractLicenseConfigSettings
public CallSettings RetractLicenseConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.RetractLicenseConfig and
LicenseConfigServiceClient.RetractLicenseConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
UpdateLicenseConfigSettings
public CallSettings UpdateLicenseConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
LicenseConfigServiceClient.UpdateLicenseConfig and
LicenseConfigServiceClient.UpdateLicenseConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public LicenseConfigServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
LicenseConfigServiceSettings |
A deep clone of this LicenseConfigServiceSettings object. |
GetDefault()
public static LicenseConfigServiceSettings GetDefault()Get a new instance of the default LicenseConfigServiceSettings.
| Returns | |
|---|---|
| Type | Description |
LicenseConfigServiceSettings |
A new instance of the default LicenseConfigServiceSettings. |