public sealed class IdentityMappingStoreServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Discovery Engine v1 API class IdentityMappingStoreServiceSettings.
Settings for IdentityMappingStoreServiceClient instances.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
IdentityMappingStoreServiceSettings()
public IdentityMappingStoreServiceSettings()
Constructs a new IdentityMappingStoreServiceSettings object with default settings.
Properties
CreateIdentityMappingStoreSettings
public CallSettings CreateIdentityMappingStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.CreateIdentityMappingStore
and
IdentityMappingStoreServiceClient.CreateIdentityMappingStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteIdentityMappingStoreOperationsSettings
public OperationsSettings DeleteIdentityMappingStoreOperationsSettings { get; set; }
Long Running Operation settings for calls to IdentityMappingStoreServiceClient.DeleteIdentityMappingStore
and IdentityMappingStoreServiceClient.DeleteIdentityMappingStoreAsync
.
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.
DeleteIdentityMappingStoreSettings
public CallSettings DeleteIdentityMappingStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.DeleteIdentityMappingStore
and
IdentityMappingStoreServiceClient.DeleteIdentityMappingStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetIdentityMappingStoreSettings
public CallSettings GetIdentityMappingStoreSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.GetIdentityMappingStore
and
IdentityMappingStoreServiceClient.GetIdentityMappingStoreAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ImportIdentityMappingsOperationsSettings
public OperationsSettings ImportIdentityMappingsOperationsSettings { get; set; }
Long Running Operation settings for calls to IdentityMappingStoreServiceClient.ImportIdentityMappings
and IdentityMappingStoreServiceClient.ImportIdentityMappingsAsync
.
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.
ImportIdentityMappingsSettings
public CallSettings ImportIdentityMappingsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.ImportIdentityMappings
and
IdentityMappingStoreServiceClient.ImportIdentityMappingsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListIdentityMappingStoresSettings
public CallSettings ListIdentityMappingStoresSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.ListIdentityMappingStores
and
IdentityMappingStoreServiceClient.ListIdentityMappingStoresAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListIdentityMappingsSettings
public CallSettings ListIdentityMappingsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.ListIdentityMappings
and
IdentityMappingStoreServiceClient.ListIdentityMappingsAsync
.
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 |
PurgeIdentityMappingsOperationsSettings
public OperationsSettings PurgeIdentityMappingsOperationsSettings { get; set; }
Long Running Operation settings for calls to IdentityMappingStoreServiceClient.PurgeIdentityMappings
and IdentityMappingStoreServiceClient.PurgeIdentityMappingsAsync
.
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.
PurgeIdentityMappingsSettings
public CallSettings PurgeIdentityMappingsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
IdentityMappingStoreServiceClient.PurgeIdentityMappings
and
IdentityMappingStoreServiceClient.PurgeIdentityMappingsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public IdentityMappingStoreServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
IdentityMappingStoreServiceSettings |
A deep clone of this IdentityMappingStoreServiceSettings object. |
GetDefault()
public static IdentityMappingStoreServiceSettings GetDefault()
Get a new instance of the default IdentityMappingStoreServiceSettings.
Returns | |
---|---|
Type | Description |
IdentityMappingStoreServiceSettings |
A new instance of the default IdentityMappingStoreServiceSettings. |