public sealed class ServiceControllerSettings : ServiceSettingsBase
Settings for ServiceControllerClient instances.
Inheritance
System.Object > Google.Api.Gax.Grpc.ServiceSettingsBase > ServiceControllerSettingsNamespace
Google.Cloud.ServiceControl.V1Assembly
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 | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- 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 | |
---|---|
Type | Description |
Google.Api.Gax.Grpc.CallSettings |
- 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 | |
---|---|
Type | Description |
ServiceControllerSettings | A deep clone of this ServiceControllerSettings object. |
GetDefault()
public static ServiceControllerSettings GetDefault()
Get a new instance of the default ServiceControllerSettings.
Returns | |
---|---|
Type | Description |
ServiceControllerSettings | A new instance of the default ServiceControllerSettings. |