SaaS Runtime v1beta1 API - Class SaasRolloutsSettings (1.0.0-beta01)

public sealed class SaasRolloutsSettings : ServiceSettingsBase

Reference documentation and code samples for the SaaS Runtime v1beta1 API class SaasRolloutsSettings.

Settings for SaasRolloutsClient instances.

Inheritance

object > ServiceSettingsBase > SaasRolloutsSettings

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

SaasRolloutsSettings()

public SaasRolloutsSettings()

Constructs a new SaasRolloutsSettings object with default settings.

Properties

CreateRolloutKindSettings

public CallSettings CreateRolloutKindSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.CreateRolloutKind and SaasRolloutsClient.CreateRolloutKindAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

CreateRolloutSettings

public CallSettings CreateRolloutSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.CreateRollout and SaasRolloutsClient.CreateRolloutAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteRolloutKindSettings

public CallSettings DeleteRolloutKindSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.DeleteRolloutKind and SaasRolloutsClient.DeleteRolloutKindAsync.

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.

DeleteRolloutSettings

public CallSettings DeleteRolloutSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.DeleteRollout and SaasRolloutsClient.DeleteRolloutAsync.

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: 540 seconds.

GetRolloutKindSettings

public CallSettings GetRolloutKindSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.GetRolloutKind and SaasRolloutsClient.GetRolloutKindAsync.

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.

GetRolloutSettings

public CallSettings GetRolloutSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.GetRollout and SaasRolloutsClient.GetRolloutAsync.

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.

ListRolloutKindsSettings

public CallSettings ListRolloutKindsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.ListRolloutKinds and SaasRolloutsClient.ListRolloutKindsAsync.

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.

ListRolloutsSettings

public CallSettings ListRolloutsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.ListRollouts and SaasRolloutsClient.ListRolloutsAsync.

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.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

UpdateRolloutKindSettings

public CallSettings UpdateRolloutKindSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.UpdateRolloutKind and SaasRolloutsClient.UpdateRolloutKindAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateRolloutSettings

public CallSettings UpdateRolloutSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SaasRolloutsClient.UpdateRollout and SaasRolloutsClient.UpdateRolloutAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public SaasRolloutsSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
SaasRolloutsSettings

A deep clone of this SaasRolloutsSettings object.

GetDefault()

public static SaasRolloutsSettings GetDefault()

Get a new instance of the default SaasRolloutsSettings.

Returns
Type Description
SaasRolloutsSettings

A new instance of the default SaasRolloutsSettings.