Class HealthProfileServiceGrpc (0.2.0)

public final class HealthProfileServiceGrpc

Health Profile Service

Inheritance

java.lang.Object > HealthProfileServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(HealthProfileServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(HealthProfileServiceGrpc.AsyncService service)
Parameter
Name Description
service HealthProfileServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetIdentityMethod()

public static MethodDescriptor<GetIdentityRequest,Identity> getGetIdentityMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetIdentityRequest,Identity>

getGetIrnProfileMethod()

public static MethodDescriptor<GetIrnProfileRequest,IrnProfile> getGetIrnProfileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetIrnProfileRequest,IrnProfile>

getGetPairedDeviceMethod()

public static MethodDescriptor<GetPairedDeviceRequest,PairedDevice> getGetPairedDeviceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetPairedDeviceRequest,PairedDevice>

getGetProfileMethod()

public static MethodDescriptor<GetProfileRequest,Profile> getGetProfileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetProfileRequest,Profile>

getGetSettingsMethod()

public static MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetSettingsRequest,Settings>

getListPairedDevicesMethod()

public static MethodDescriptor<ListPairedDevicesRequest,ListPairedDevicesResponse> getListPairedDevicesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListPairedDevicesRequest,ListPairedDevicesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateProfileMethod()

public static MethodDescriptor<UpdateProfileRequest,Profile> getUpdateProfileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateProfileRequest,Profile>

getUpdateSettingsMethod()

public static MethodDescriptor<UpdateSettingsRequest,Settings> getUpdateSettingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings>

newBlockingStub(Channel channel)

public static HealthProfileServiceGrpc.HealthProfileServiceBlockingStub 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
HealthProfileServiceGrpc.HealthProfileServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static HealthProfileServiceGrpc.HealthProfileServiceBlockingV2Stub 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
HealthProfileServiceGrpc.HealthProfileServiceBlockingV2Stub

newFutureStub(Channel channel)

public static HealthProfileServiceGrpc.HealthProfileServiceFutureStub 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
HealthProfileServiceGrpc.HealthProfileServiceFutureStub

newStub(Channel channel)

public static HealthProfileServiceGrpc.HealthProfileServiceStub 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
HealthProfileServiceGrpc.HealthProfileServiceStub