Service Health v1 API - Class ServiceHealth (1.1.0)

public static class ServiceHealth

Reference documentation and code samples for the Service Health v1 API class ServiceHealth.

Request service health events relevant to your Google Cloud project.

Inheritance

object > ServiceHealth

Namespace

Google.Cloud.ServiceHealth.V1

Assembly

Google.Cloud.ServiceHealth.V1.dll

Methods

BindService(ServiceHealthBase)

public static ServerServiceDefinition BindService(ServiceHealth.ServiceHealthBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplServiceHealthServiceHealthBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, ServiceHealthBase)

public static void BindService(ServiceBinderBase serviceBinder, ServiceHealth.ServiceHealthBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplServiceHealthServiceHealthBase

An object implementing the server-side handling logic.