Class ServiceControllerSettings (1.0.0)

public sealed class ServiceControllerSettings : ServiceSettingsBase

Settings for ServiceControllerClient instances.

Inheritance

System.Object > Google.Api.Gax.Grpc.ServiceSettingsBase > ServiceControllerSettings

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

ServiceControllerSettings()

public ServiceControllerSettings()

Constructs a new ServiceControllerSettings object with default settings.

Properties

CheckSettings

public CallSettings CheckSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to ServiceControllerClient.Check and ServiceControllerClient.CheckAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

ReportSettings

public CallSettings ReportSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to ServiceControllerClient.Report and ServiceControllerClient.ReportAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public ServiceControllerSettings Clone()

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

Returns
TypeDescription
ServiceControllerSettings

A deep clone of this ServiceControllerSettings object.

GetDefault()

public static ServiceControllerSettings GetDefault()

Get a new instance of the default ServiceControllerSettings.

Returns
TypeDescription
ServiceControllerSettings

A new instance of the default ServiceControllerSettings.