public sealed class AppConnectorsServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnectorsServiceSettings.
Settings for AppConnectorsServiceClient instances.
Namespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
AppConnectorsServiceSettings()
public AppConnectorsServiceSettings()
Constructs a new AppConnectorsServiceSettings object with default settings.
Properties
CreateAppConnectorOperationsSettings
public OperationsSettings CreateAppConnectorOperationsSettings { get; set; }
Long Running Operation settings for calls to AppConnectorsServiceClient.CreateAppConnector
and
AppConnectorsServiceClient.CreateAppConnectorAsync
.
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.
CreateAppConnectorSettings
public CallSettings CreateAppConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.CreateAppConnector
and
AppConnectorsServiceClient.CreateAppConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteAppConnectorOperationsSettings
public OperationsSettings DeleteAppConnectorOperationsSettings { get; set; }
Long Running Operation settings for calls to AppConnectorsServiceClient.DeleteAppConnector
and
AppConnectorsServiceClient.DeleteAppConnectorAsync
.
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.
DeleteAppConnectorSettings
public CallSettings DeleteAppConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.DeleteAppConnector
and
AppConnectorsServiceClient.DeleteAppConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetAppConnectorSettings
public CallSettings GetAppConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.GetAppConnector
and AppConnectorsServiceClient.GetAppConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }
The settings to use for the IAMPolicyClient associated with the client.
Property Value | |
---|---|
Type | Description |
IAMPolicySettings |
ListAppConnectorsSettings
public CallSettings ListAppConnectorsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.ListAppConnectors
and AppConnectorsServiceClient.ListAppConnectorsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
ReportStatusOperationsSettings
public OperationsSettings ReportStatusOperationsSettings { get; set; }
Long Running Operation settings for calls to AppConnectorsServiceClient.ReportStatus
and
AppConnectorsServiceClient.ReportStatusAsync
.
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.
ReportStatusSettings
public CallSettings ReportStatusSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.ReportStatus
and AppConnectorsServiceClient.ReportStatusAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
UpdateAppConnectorOperationsSettings
public OperationsSettings UpdateAppConnectorOperationsSettings { get; set; }
Long Running Operation settings for calls to AppConnectorsServiceClient.UpdateAppConnector
and
AppConnectorsServiceClient.UpdateAppConnectorAsync
.
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.
UpdateAppConnectorSettings
public CallSettings UpdateAppConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppConnectorsServiceClient.UpdateAppConnector
and
AppConnectorsServiceClient.UpdateAppConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public AppConnectorsServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AppConnectorsServiceSettings | A deep clone of this AppConnectorsServiceSettings object. |
GetDefault()
public static AppConnectorsServiceSettings GetDefault()
Get a new instance of the default AppConnectorsServiceSettings.
Returns | |
---|---|
Type | Description |
AppConnectorsServiceSettings | A new instance of the default AppConnectorsServiceSettings. |