public sealed class CloudChannelReportsServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Channel v1 API class CloudChannelReportsServiceSettings.
Settings for CloudChannelReportsServiceClient instances.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CloudChannelReportsServiceSettings()
public CloudChannelReportsServiceSettings()
Constructs a new CloudChannelReportsServiceSettings object with default settings.
Properties
FetchReportResultsSettings
public CallSettings FetchReportResultsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudChannelReportsServiceClient.FetchReportResults
and
CloudChannelReportsServiceClient.FetchReportResultsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListReportsSettings
public CallSettings ListReportsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudChannelReportsServiceClient.ListReports
and CloudChannelReportsServiceClient.ListReportsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
RunReportJobOperationsSettings
public OperationsSettings RunReportJobOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudChannelReportsServiceClient.RunReportJob
and
CloudChannelReportsServiceClient.RunReportJobAsync
.
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.
RunReportJobSettings
public CallSettings RunReportJobSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudChannelReportsServiceClient.RunReportJob
and
CloudChannelReportsServiceClient.RunReportJobAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public CloudChannelReportsServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
CloudChannelReportsServiceSettings | A deep clone of this CloudChannelReportsServiceSettings object. |
GetDefault()
public static CloudChannelReportsServiceSettings GetDefault()
Get a new instance of the default CloudChannelReportsServiceSettings.
Returns | |
---|---|
Type | Description |
CloudChannelReportsServiceSettings | A new instance of the default CloudChannelReportsServiceSettings. |