public sealed class UserStoreServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Discovery Engine v1beta API class UserStoreServiceSettings.
Settings for UserStoreServiceClient instances.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
UserStoreServiceSettings()
public UserStoreServiceSettings()Constructs a new UserStoreServiceSettings object with default settings.
Properties
GetUserStoreSettings
public CallSettings GetUserStoreSettings { get; set; }CallSettings for synchronous and asynchronous calls to
UserStoreServiceClient.GetUserStore and UserStoreServiceClient.GetUserStoreAsync.
| 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 |
|
UpdateUserStoreSettings
public CallSettings UpdateUserStoreSettings { get; set; }CallSettings for synchronous and asynchronous calls to
UserStoreServiceClient.UpdateUserStore and UserStoreServiceClient.UpdateUserStoreAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public UserStoreServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
UserStoreServiceSettings |
A deep clone of this UserStoreServiceSettings object. |
GetDefault()
public static UserStoreServiceSettings GetDefault()Get a new instance of the default UserStoreServiceSettings.
| Returns | |
|---|---|
| Type | Description |
UserStoreServiceSettings |
A new instance of the default UserStoreServiceSettings. |