public sealed class UserLicenseServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Discovery Engine v1 API class UserLicenseServiceSettings.
Settings for UserLicenseServiceClient instances.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
UserLicenseServiceSettings()
public UserLicenseServiceSettings()
Constructs a new UserLicenseServiceSettings object with default settings.
Properties
BatchUpdateUserLicensesOperationsSettings
public OperationsSettings BatchUpdateUserLicensesOperationsSettings { get; set; }
Long Running Operation settings for calls to UserLicenseServiceClient.BatchUpdateUserLicenses
and
UserLicenseServiceClient.BatchUpdateUserLicensesAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
BatchUpdateUserLicensesSettings
public CallSettings BatchUpdateUserLicensesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
UserLicenseServiceClient.BatchUpdateUserLicenses
and
UserLicenseServiceClient.BatchUpdateUserLicensesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListUserLicensesSettings
public CallSettings ListUserLicensesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
UserLicenseServiceClient.ListUserLicenses
and UserLicenseServiceClient.ListUserLicensesAsync
.
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 |
Methods
Clone()
public UserLicenseServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
UserLicenseServiceSettings |
A deep clone of this UserLicenseServiceSettings object. |
GetDefault()
public static UserLicenseServiceSettings GetDefault()
Get a new instance of the default UserLicenseServiceSettings.
Returns | |
---|---|
Type | Description |
UserLicenseServiceSettings |
A new instance of the default UserLicenseServiceSettings. |