Show / Hide Table of Contents

Class FileUploadsServiceSettings

Settings for FileUploadsServiceClient instances.

Inheritance
object
ServiceSettingsBase
FileUploadsServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class FileUploadsServiceSettings : ServiceSettingsBase

Constructors

FileUploadsServiceSettings()

Constructs a new FileUploadsServiceSettings object with default settings.

Declaration
public FileUploadsServiceSettings()

Properties

GetFileUploadSettings

CallSettings for synchronous and asynchronous calls to FileUploadsServiceClient.GetFileUpload and FileUploadsServiceClient.GetFileUploadAsync.

Declaration
public CallSettings GetFileUploadSettings { get; set; }
Property Value
Type Description
CallSettings
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
FileUploadsServiceSettings

A deep clone of this FileUploadsServiceSettings object.

GetDefault()

Get a new instance of the default FileUploadsServiceSettings.

Declaration
public static FileUploadsServiceSettings GetDefault()
Returns
Type Description
FileUploadsServiceSettings

A new instance of the default FileUploadsServiceSettings.

In this article
Back to top Generated by DocFX