Class DeploymentsSettings (1.12.0)

public sealed class DeploymentsSettings : ServiceSettingsBase

Settings for DeploymentsClient instances.

Inheritance

Object > ServiceSettingsBase > DeploymentsSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeploymentsSettings()

public DeploymentsSettings()

Constructs a new DeploymentsSettings object with default settings.

Properties

GetDeploymentSettings

public CallSettings GetDeploymentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentsClient.GetDeployment and DeploymentsClient.GetDeploymentAsync.

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

ListDeploymentsSettings

public CallSettings ListDeploymentsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentsClient.ListDeployments and DeploymentsClient.ListDeploymentsAsync.

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

Methods

Clone()

public DeploymentsSettings Clone()

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

Returns
Type Description
DeploymentsSettings

A deep clone of this DeploymentsSettings object.

GetDefault()

public static DeploymentsSettings GetDefault()

Get a new instance of the default DeploymentsSettings.

Returns
Type Description
DeploymentsSettings

A new instance of the default DeploymentsSettings.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.