Class ServiceHealthGrpc (0.6.0)

public final class ServiceHealthGrpc

Request service health events relevant to your Google Cloud project.

Inheritance

java.lang.Object > ServiceHealthGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ServiceHealthGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ServiceHealthGrpc.AsyncService service)
Parameter
NameDescription
serviceServiceHealthGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetEventMethod()

public static MethodDescriptor<GetEventRequest,Event> getGetEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEventRequest,Event>

getGetOrganizationEventMethod()

public static MethodDescriptor<GetOrganizationEventRequest,OrganizationEvent> getGetOrganizationEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetOrganizationEventRequest,OrganizationEvent>

getGetOrganizationImpactMethod()

public static MethodDescriptor<GetOrganizationImpactRequest,OrganizationImpact> getGetOrganizationImpactMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetOrganizationImpactRequest,OrganizationImpact>

getListEventsMethod()

public static MethodDescriptor<ListEventsRequest,ListEventsResponse> getListEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEventsRequest,ListEventsResponse>

getListOrganizationEventsMethod()

public static MethodDescriptor<ListOrganizationEventsRequest,ListOrganizationEventsResponse> getListOrganizationEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListOrganizationEventsRequest,ListOrganizationEventsResponse>

getListOrganizationImpactsMethod()

public static MethodDescriptor<ListOrganizationImpactsRequest,ListOrganizationImpactsResponse> getListOrganizationImpactsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListOrganizationImpactsRequest,ListOrganizationImpactsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ServiceHealthGrpc.ServiceHealthBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceHealthGrpc.ServiceHealthBlockingStub

newFutureStub(Channel channel)

public static ServiceHealthGrpc.ServiceHealthFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceHealthGrpc.ServiceHealthFutureStub

newStub(Channel channel)

public static ServiceHealthGrpc.ServiceHealthStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceHealthGrpc.ServiceHealthStub