public sealed class CaseAttachmentServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Support v2beta API class CaseAttachmentServiceSettings.
Settings for CaseAttachmentServiceClient instances.
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
CaseAttachmentServiceSettings()
public CaseAttachmentServiceSettings()
Constructs a new CaseAttachmentServiceSettings object with default settings.
Properties
GetAttachmentSettings
public CallSettings GetAttachmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CaseAttachmentServiceClient.GetAttachment
and CaseAttachmentServiceClient.GetAttachmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListAttachmentsSettings
public CallSettings ListAttachmentsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CaseAttachmentServiceClient.ListAttachments
and CaseAttachmentServiceClient.ListAttachmentsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 10000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public CaseAttachmentServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
CaseAttachmentServiceSettings |
A deep clone of this CaseAttachmentServiceSettings object. |
GetDefault()
public static CaseAttachmentServiceSettings GetDefault()
Get a new instance of the default CaseAttachmentServiceSettings.
Returns | |
---|---|
Type | Description |
CaseAttachmentServiceSettings |
A new instance of the default CaseAttachmentServiceSettings. |