public sealed class CloudLocationFinderSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Location Finder v1 API class CloudLocationFinderSettings.
Settings for CloudLocationFinderClient instances.
Namespace
Google.Cloud.LocationFinder.V1Assembly
Google.Cloud.LocationFinder.V1.dll
Constructors
CloudLocationFinderSettings()
public CloudLocationFinderSettings()
Constructs a new CloudLocationFinderSettings object with default settings.
Properties
GetCloudLocationSettings
public CallSettings GetCloudLocationSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudLocationFinderClient.GetCloudLocation
and CloudLocationFinderClient.GetCloudLocationAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListCloudLocationsSettings
public CallSettings ListCloudLocationsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudLocationFinderClient.ListCloudLocations
and CloudLocationFinderClient.ListCloudLocationsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- 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 |
SearchCloudLocationsSettings
public CallSettings SearchCloudLocationsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudLocationFinderClient.SearchCloudLocations
and
CloudLocationFinderClient.SearchCloudLocationsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public CloudLocationFinderSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
CloudLocationFinderSettings |
A deep clone of this CloudLocationFinderSettings object. |
GetDefault()
public static CloudLocationFinderSettings GetDefault()
Get a new instance of the default CloudLocationFinderSettings.
Returns | |
---|---|
Type | Description |
CloudLocationFinderSettings |
A new instance of the default CloudLocationFinderSettings. |