public sealed class PhoneNumbersSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class PhoneNumbersSettings.
Settings for PhoneNumbersClient instances.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
PhoneNumbersSettings()
public PhoneNumbersSettings()
Constructs a new PhoneNumbersSettings object with default settings.
Properties
DeletePhoneNumberSettings
public CallSettings DeletePhoneNumberSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PhoneNumbersClient.DeletePhoneNumber
and PhoneNumbersClient.DeletePhoneNumberAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
ListPhoneNumbersSettings
public CallSettings ListPhoneNumbersSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PhoneNumbersClient.ListPhoneNumbers
and PhoneNumbersClient.ListPhoneNumbersAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
UndeletePhoneNumberSettings
public CallSettings UndeletePhoneNumberSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PhoneNumbersClient.UndeletePhoneNumber
and PhoneNumbersClient.UndeletePhoneNumberAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
UpdatePhoneNumberSettings
public CallSettings UpdatePhoneNumberSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PhoneNumbersClient.UpdatePhoneNumber
and PhoneNumbersClient.UpdatePhoneNumberAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 PhoneNumbersSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
PhoneNumbersSettings |
A deep clone of this PhoneNumbersSettings object. |
GetDefault()
public static PhoneNumbersSettings GetDefault()
Get a new instance of the default PhoneNumbersSettings.
Returns | |
---|---|
Type | Description |
PhoneNumbersSettings |
A new instance of the default PhoneNumbersSettings. |