public sealed class BatchControllerSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Dataproc v1 API class BatchControllerSettings.
Settings for BatchControllerClient instances.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
BatchControllerSettings()
public BatchControllerSettings()
Constructs a new BatchControllerSettings object with default settings.
Properties
CreateBatchOperationsSettings
public OperationsSettings CreateBatchOperationsSettings { get; set; }
Long Running Operation settings for calls to BatchControllerClient.CreateBatch
and
BatchControllerClient.CreateBatchAsync
.
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.
CreateBatchSettings
public CallSettings CreateBatchSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
BatchControllerClient.CreateBatch
and BatchControllerClient.CreateBatchAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteBatchSettings
public CallSettings DeleteBatchSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
BatchControllerClient.DeleteBatch
and BatchControllerClient.DeleteBatchAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetBatchSettings
public CallSettings GetBatchSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
BatchControllerClient.GetBatch
and BatchControllerClient.GetBatchAsync
.
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 |
ListBatchesSettings
public CallSettings ListBatchesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
BatchControllerClient.ListBatches
and BatchControllerClient.ListBatchesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public BatchControllerSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
BatchControllerSettings |
A deep clone of this BatchControllerSettings object. |
GetDefault()
public static BatchControllerSettings GetDefault()
Get a new instance of the default BatchControllerSettings.
Returns | |
---|---|
Type | Description |
BatchControllerSettings |
A new instance of the default BatchControllerSettings. |