Class FileUploadsServiceSettings
Settings for File
Inherited Members
Namespace: Google.Shopping.Merchant.DataSources .V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class FileUploadsServiceSettings : ServiceSettingsBase
Constructors
FileUploadsServiceSettings()
Constructs a new File
Declaration
public FileUploadsServiceSettings()
Properties
GetFileUploadSettings
CallFileUploadsServiceClient.GetFileUpload
and FileUploadsServiceClient.GetFileUploadAsync
.
Declaration
public CallSettings GetFileUploadSettings { get; set; }
Property Value
Type | Description |
---|---|
Call |
Remarks
- 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()
Creates a deep clone of this object, with all the same property values.
Declaration
public FileUploadsServiceSettings Clone()
Returns
Type | Description |
---|---|
File |
A deep clone of this File |
GetDefault()
Get a new instance of the default File
Declaration
public static FileUploadsServiceSettings GetDefault()
Returns
Type | Description |
---|---|
File |
A new instance of the default File |