Discovery Engine v1beta API - Class SampleQuerySetServiceSettings (1.0.0-beta15)

public sealed class SampleQuerySetServiceSettings : ServiceSettingsBase

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

Settings for SampleQuerySetServiceClient instances.

Inheritance

object > ServiceSettingsBase > SampleQuerySetServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

SampleQuerySetServiceSettings()

public SampleQuerySetServiceSettings()

Constructs a new SampleQuerySetServiceSettings object with default settings.

Properties

CreateSampleQuerySetSettings

public CallSettings CreateSampleQuerySetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SampleQuerySetServiceClient.CreateSampleQuerySet and SampleQuerySetServiceClient.CreateSampleQuerySetAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 30 seconds.

DeleteSampleQuerySetSettings

public CallSettings DeleteSampleQuerySetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SampleQuerySetServiceClient.DeleteSampleQuerySet and SampleQuerySetServiceClient.DeleteSampleQuerySetAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 30 seconds.

GetSampleQuerySetSettings

public CallSettings GetSampleQuerySetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SampleQuerySetServiceClient.GetSampleQuerySet and SampleQuerySetServiceClient.GetSampleQuerySetAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 30 seconds.

ListSampleQuerySetsSettings

public CallSettings ListSampleQuerySetsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SampleQuerySetServiceClient.ListSampleQuerySets and SampleQuerySetServiceClient.ListSampleQuerySetsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 30 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

UpdateSampleQuerySetSettings

public CallSettings UpdateSampleQuerySetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SampleQuerySetServiceClient.UpdateSampleQuerySet and SampleQuerySetServiceClient.UpdateSampleQuerySetAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 30 seconds.

Methods

Clone()

public SampleQuerySetServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
SampleQuerySetServiceSettings

A deep clone of this SampleQuerySetServiceSettings object.

GetDefault()

public static SampleQuerySetServiceSettings GetDefault()

Get a new instance of the default SampleQuerySetServiceSettings.

Returns
Type Description
SampleQuerySetServiceSettings

A new instance of the default SampleQuerySetServiceSettings.