public sealed class CaseAttachmentServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Support v2 API class CaseAttachmentServiceSettings.
Settings for CaseAttachmentServiceClient instances.
Namespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
CaseAttachmentServiceSettings()
public CaseAttachmentServiceSettings()
Constructs a new CaseAttachmentServiceSettings object with default settings.
Properties
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. |