public sealed class AlloyDBCSQLAdminSettings : ServiceSettingsBase
Reference documentation and code samples for the AlloyDB v1alpha API class AlloyDBCSQLAdminSettings.
Settings for AlloyDBCSQLAdminClient instances.
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
AlloyDBCSQLAdminSettings()
public AlloyDBCSQLAdminSettings()
Constructs a new AlloyDBCSQLAdminSettings object with default settings.
Properties
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }
The settings to use for the IAMPolicyClient associated with the client.
Property Value | |
---|---|
Type | Description |
IAMPolicySettings |
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
RestoreFromCloudSQLOperationsSettings
public OperationsSettings RestoreFromCloudSQLOperationsSettings { get; set; }
Long Running Operation settings for calls to AlloyDBCSQLAdminClient.RestoreFromCloudSQL
and
AlloyDBCSQLAdminClient.RestoreFromCloudSQLAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
RestoreFromCloudSQLSettings
public CallSettings RestoreFromCloudSQLSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AlloyDBCSQLAdminClient.RestoreFromCloudSQL
and AlloyDBCSQLAdminClient.RestoreFromCloudSQLAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public AlloyDBCSQLAdminSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AlloyDBCSQLAdminSettings |
A deep clone of this AlloyDBCSQLAdminSettings object. |
GetDefault()
public static AlloyDBCSQLAdminSettings GetDefault()
Get a new instance of the default AlloyDBCSQLAdminSettings.
Returns | |
---|---|
Type | Description |
AlloyDBCSQLAdminSettings |
A new instance of the default AlloyDBCSQLAdminSettings. |