public sealed class JobsV1Beta3Settings : ServiceSettingsBase
Settings for JobsV1Beta3Client instances.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobsV1Beta3Settings()
public JobsV1Beta3Settings()
Constructs a new JobsV1Beta3Settings object with default settings.
Properties
AggregatedListJobsSettings
public CallSettings AggregatedListJobsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
JobsV1Beta3Client.AggregatedListJobs
and JobsV1Beta3Client.AggregatedListJobsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
CheckActiveJobsSettings
public CallSettings CheckActiveJobsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
JobsV1Beta3Client.CheckActiveJobs
and JobsV1Beta3Client.CheckActiveJobsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
CreateJobSettings
public CallSettings CreateJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to JobsV1Beta3Client.CreateJob
and JobsV1Beta3Client.CreateJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetJobSettings
public CallSettings GetJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to JobsV1Beta3Client.GetJob
and JobsV1Beta3Client.GetJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListJobsSettings
public CallSettings ListJobsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to JobsV1Beta3Client.ListJobs
and JobsV1Beta3Client.ListJobsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
SnapshotJobSettings
public CallSettings SnapshotJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
JobsV1Beta3Client.SnapshotJob
and JobsV1Beta3Client.SnapshotJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
UpdateJobSettings
public CallSettings UpdateJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to JobsV1Beta3Client.UpdateJob
and JobsV1Beta3Client.UpdateJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public JobsV1Beta3Settings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
JobsV1Beta3Settings | A deep clone of this JobsV1Beta3Settings object. |
GetDefault()
public static JobsV1Beta3Settings GetDefault()
Get a new instance of the default JobsV1Beta3Settings.
Returns | |
---|---|
Type | Description |
JobsV1Beta3Settings | A new instance of the default JobsV1Beta3Settings. |