Class IndexServiceSettings (1.0.0)

public sealed class IndexServiceSettings : ServiceSettingsBase

Settings for IndexServiceClient instances.

Inheritance

Object > ServiceSettingsBase > IndexServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexServiceSettings()

public IndexServiceSettings()

Constructs a new IndexServiceSettings object with default settings.

Properties

CreateIndexOperationsSettings

public OperationsSettings CreateIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.CreateIndex and IndexServiceClient.CreateIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateIndexSettings

public CallSettings CreateIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.CreateIndex and IndexServiceClient.CreateIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteIndexOperationsSettings

public OperationsSettings DeleteIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.DeleteIndex and IndexServiceClient.DeleteIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteIndexSettings

public CallSettings DeleteIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.DeleteIndex and IndexServiceClient.DeleteIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetIndexSettings

public CallSettings GetIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.GetIndex and IndexServiceClient.GetIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ListIndexesSettings

public CallSettings ListIndexesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.ListIndexes and IndexServiceClient.ListIndexesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

UpdateIndexOperationsSettings

public OperationsSettings UpdateIndexOperationsSettings { get; set; }

Long Running Operation settings for calls to IndexServiceClient.UpdateIndex and IndexServiceClient.UpdateIndexAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateIndexSettings

public CallSettings UpdateIndexSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IndexServiceClient.UpdateIndex and IndexServiceClient.UpdateIndexAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public IndexServiceSettings Clone()

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

Returns
TypeDescription
IndexServiceSettings

A deep clone of this IndexServiceSettings object.

GetDefault()

public static IndexServiceSettings GetDefault()

Get a new instance of the default IndexServiceSettings.

Returns
TypeDescription
IndexServiceSettings

A new instance of the default IndexServiceSettings.