Vision AI v1 API - Class HealthCheckServiceSettings (1.0.0-beta01)

public sealed class HealthCheckServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Vision AI v1 API class HealthCheckServiceSettings.

Settings for HealthCheckServiceClient instances.

Inheritance

object > ServiceSettingsBase > HealthCheckServiceSettings

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

HealthCheckServiceSettings()

public HealthCheckServiceSettings()

Constructs a new HealthCheckServiceSettings object with default settings.

Properties

HealthCheckSettings

public CallSettings HealthCheckSettings { get; set; }

CallSettings for synchronous and asynchronous calls to HealthCheckServiceClient.HealthCheck and HealthCheckServiceClient.HealthCheckAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

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

Property Value
Type Description
IAMPolicySettings

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
Type Description
LocationsSettings

Methods

Clone()

public HealthCheckServiceSettings Clone()

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

Returns
Type Description
HealthCheckServiceSettings

A deep clone of this HealthCheckServiceSettings object.

GetDefault()

public static HealthCheckServiceSettings GetDefault()

Get a new instance of the default HealthCheckServiceSettings.

Returns
Type Description
HealthCheckServiceSettings

A new instance of the default HealthCheckServiceSettings.