public final class ServiceHealthGrpcRequest service health events relevant to your Google Cloud project.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME| Field Value | |
|---|---|
| Type | Description |
String |
|
Static Methods
bindService(ServiceHealthGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ServiceHealthGrpc.AsyncService service)| Parameter | |
|---|---|
| Name | Description |
service |
ServiceHealthGrpc.AsyncService |
| Returns | |
|---|---|
| Type | Description |
io.grpc.ServerServiceDefinition |
|
getGetEventMethod()
public static MethodDescriptor<GetEventRequest,Event> getGetEventMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<GetEventRequest,Event> |
|
getGetOrganizationEventMethod()
public static MethodDescriptor<GetOrganizationEventRequest,OrganizationEvent> getGetOrganizationEventMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<GetOrganizationEventRequest,OrganizationEvent> |
|
getGetOrganizationImpactMethod()
public static MethodDescriptor<GetOrganizationImpactRequest,OrganizationImpact> getGetOrganizationImpactMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<GetOrganizationImpactRequest,OrganizationImpact> |
|
getListEventsMethod()
public static MethodDescriptor<ListEventsRequest,ListEventsResponse> getListEventsMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<ListEventsRequest,ListEventsResponse> |
|
getListOrganizationEventsMethod()
public static MethodDescriptor<ListOrganizationEventsRequest,ListOrganizationEventsResponse> getListOrganizationEventsMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<ListOrganizationEventsRequest,ListOrganizationEventsResponse> |
|
getListOrganizationImpactsMethod()
public static MethodDescriptor<ListOrganizationImpactsRequest,ListOrganizationImpactsResponse> getListOrganizationImpactsMethod()| Returns | |
|---|---|
| Type | Description |
io.grpc.MethodDescriptor<ListOrganizationImpactsRequest,ListOrganizationImpactsResponse> |
|
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
| Returns | |
|---|---|
| Type | Description |
ServiceHealthGrpc.ServiceHealthBlockingStub |
|
newBlockingV2Stub(Channel channel)
public static ServiceHealthGrpc.ServiceHealthBlockingV2Stub newBlockingV2Stub(Channel channel)Creates a new blocking-style stub that supports all types of calls on the service
| Parameter | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
| Returns | |
|---|---|
| Type | Description |
ServiceHealthGrpc.ServiceHealthBlockingV2Stub |
|
newFutureStub(Channel channel)
public static ServiceHealthGrpc.ServiceHealthFutureStub newFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service
| Parameter | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
| Returns | |
|---|---|
| Type | Description |
ServiceHealthGrpc.ServiceHealthStub |
|