public sealed class ClientConnectorServicesServiceSettings : ServiceSettingsBaseReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorServicesServiceSettings.
Settings for ClientConnectorServicesServiceClient instances.
Namespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Constructors
ClientConnectorServicesServiceSettings()
public ClientConnectorServicesServiceSettings()Constructs a new ClientConnectorServicesServiceSettings object with default settings.
Properties
CreateClientConnectorServiceOperationsSettings
public OperationsSettings CreateClientConnectorServiceOperationsSettings { get; set; }Long Running Operation settings for calls to
ClientConnectorServicesServiceClient.CreateClientConnectorService and
ClientConnectorServicesServiceClient.CreateClientConnectorServiceAsync.
| 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.
CreateClientConnectorServiceSettings
public CallSettings CreateClientConnectorServiceSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ClientConnectorServicesServiceClient.CreateClientConnectorService and
ClientConnectorServicesServiceClient.CreateClientConnectorServiceAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteClientConnectorServiceOperationsSettings
public OperationsSettings DeleteClientConnectorServiceOperationsSettings { get; set; }Long Running Operation settings for calls to
ClientConnectorServicesServiceClient.DeleteClientConnectorService and
ClientConnectorServicesServiceClient.DeleteClientConnectorServiceAsync.
| 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.
DeleteClientConnectorServiceSettings
public CallSettings DeleteClientConnectorServiceSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ClientConnectorServicesServiceClient.DeleteClientConnectorService and
ClientConnectorServicesServiceClient.DeleteClientConnectorServiceAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetClientConnectorServiceSettings
public CallSettings GetClientConnectorServiceSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ClientConnectorServicesServiceClient.GetClientConnectorService and
ClientConnectorServicesServiceClient.GetClientConnectorServiceAsync.
| 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 |
|
ListClientConnectorServicesSettings
public CallSettings ListClientConnectorServicesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ClientConnectorServicesServiceClient.ListClientConnectorServices and
ClientConnectorServicesServiceClient.ListClientConnectorServicesAsync.
| 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 |
|
UpdateClientConnectorServiceOperationsSettings
public OperationsSettings UpdateClientConnectorServiceOperationsSettings { get; set; }Long Running Operation settings for calls to
ClientConnectorServicesServiceClient.UpdateClientConnectorService and
ClientConnectorServicesServiceClient.UpdateClientConnectorServiceAsync.
| 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.
UpdateClientConnectorServiceSettings
public CallSettings UpdateClientConnectorServiceSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ClientConnectorServicesServiceClient.UpdateClientConnectorService and
ClientConnectorServicesServiceClient.UpdateClientConnectorServiceAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ClientConnectorServicesServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ClientConnectorServicesServiceSettings |
A deep clone of this ClientConnectorServicesServiceSettings object. |
GetDefault()
public static ClientConnectorServicesServiceSettings GetDefault()Get a new instance of the default ClientConnectorServicesServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ClientConnectorServicesServiceSettings |
A new instance of the default ClientConnectorServicesServiceSettings. |