Class MapsPlatformDatasetsV1AlphaSettings
Settings for MapsPlatformDatasetsV1AlphaClient instances.
Inherited Members
Namespace: Google.Maps.MapsPlatformDatasets.V1Alpha
Assembly: Google.Maps.MapsPlatformDatasets.V1Alpha.dll
Syntax
public sealed class MapsPlatformDatasetsV1AlphaSettings : ServiceSettingsBase
Constructors
MapsPlatformDatasetsV1AlphaSettings()
Constructs a new MapsPlatformDatasetsV1AlphaSettings object with default settings.
Declaration
public MapsPlatformDatasetsV1AlphaSettings()
Properties
CreateDatasetSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.CreateDataset and
MapsPlatformDatasetsV1AlphaClient.CreateDatasetAsync.
Declaration
public CallSettings CreateDatasetSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
DeleteDatasetSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.DeleteDataset and
MapsPlatformDatasetsV1AlphaClient.DeleteDatasetAsync.
Declaration
public CallSettings DeleteDatasetSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
DeleteDatasetVersionSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.DeleteDatasetVersion and
MapsPlatformDatasetsV1AlphaClient.DeleteDatasetVersionAsync.
Declaration
public CallSettings DeleteDatasetVersionSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- No timeout is applied.
GetDatasetSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.GetDataset and MapsPlatformDatasetsV1AlphaClient.GetDatasetAsync
.
Declaration
public CallSettings GetDatasetSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- 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.
ListDatasetVersionsSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.ListDatasetVersions and
MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsAsync.
Declaration
public CallSettings ListDatasetVersionsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- 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.
ListDatasetsSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.ListDatasets and
MapsPlatformDatasetsV1AlphaClient.ListDatasetsAsync.
Declaration
public CallSettings ListDatasetsSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- 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.
UpdateDatasetMetadataSettings
CallSettings for synchronous and asynchronous calls to
MapsPlatformDatasetsV1AlphaClient.UpdateDatasetMetadata and
MapsPlatformDatasetsV1AlphaClient.UpdateDatasetMetadataAsync.
Declaration
public CallSettings UpdateDatasetMetadataSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CallSettings |
Remarks
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
Creates a deep clone of this object, with all the same property values.
Declaration
public MapsPlatformDatasetsV1AlphaSettings Clone()
Returns
| Type | Description |
|---|---|
| MapsPlatformDatasetsV1AlphaSettings | A deep clone of this MapsPlatformDatasetsV1AlphaSettings object. |
GetDefault()
Get a new instance of the default MapsPlatformDatasetsV1AlphaSettings.
Declaration
public static MapsPlatformDatasetsV1AlphaSettings GetDefault()
Returns
| Type | Description |
|---|---|
| MapsPlatformDatasetsV1AlphaSettings | A new instance of the default MapsPlatformDatasetsV1AlphaSettings. |