public sealed class ServingConfigServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Retail v2 API class ServingConfigServiceSettings.
Settings for ServingConfigServiceClient instances.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ServingConfigServiceSettings()
public ServingConfigServiceSettings()Constructs a new ServingConfigServiceSettings object with default settings.
Properties
AddControlSettings
public CallSettings AddControlSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.AddControl and ServingConfigServiceClient.AddControlAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
CreateServingConfigSettings
public CallSettings CreateServingConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.CreateServingConfig and
ServingConfigServiceClient.CreateServingConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteServingConfigSettings
public CallSettings DeleteServingConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.DeleteServingConfig and
ServingConfigServiceClient.DeleteServingConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetServingConfigSettings
public CallSettings GetServingConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.GetServingConfig and ServingConfigServiceClient.GetServingConfigAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
ListServingConfigsSettings
public CallSettings ListServingConfigsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.ListServingConfigs and
ServingConfigServiceClient.ListServingConfigsAsync.
| 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 |
|
RemoveControlSettings
public CallSettings RemoveControlSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.RemoveControl and ServingConfigServiceClient.RemoveControlAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
UpdateServingConfigSettings
public CallSettings UpdateServingConfigSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ServingConfigServiceClient.UpdateServingConfig and
ServingConfigServiceClient.UpdateServingConfigAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ServingConfigServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ServingConfigServiceSettings |
A deep clone of this ServingConfigServiceSettings object. |
GetDefault()
public static ServingConfigServiceSettings GetDefault()Get a new instance of the default ServingConfigServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ServingConfigServiceSettings |
A new instance of the default ServingConfigServiceSettings. |