Discovery Engine v1beta API - Class UserStoreServiceSettings (1.0.0-beta24)

public sealed class UserStoreServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Discovery Engine v1beta API class UserStoreServiceSettings.

Settings for UserStoreServiceClient instances.

Inheritance

object > ServiceSettingsBase > UserStoreServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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
Remarks
  • 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
Remarks
  • 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.