Class HealthProfileServiceStub (0.2.0)

public abstract class HealthProfileServiceStub implements BackgroundResource

Base stub class for the HealthProfileService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > HealthProfileServiceStub

Implements

BackgroundResource

Constructors

HealthProfileServiceStub()

public HealthProfileServiceStub()

Methods

close()

public abstract void close()

getIdentityCallable()

public UnaryCallable<GetIdentityRequest,Identity> getIdentityCallable()
Returns
Type Description
UnaryCallable<GetIdentityRequest,Identity>

getIrnProfileCallable()

public UnaryCallable<GetIrnProfileRequest,IrnProfile> getIrnProfileCallable()
Returns
Type Description
UnaryCallable<GetIrnProfileRequest,IrnProfile>

getPairedDeviceCallable()

public UnaryCallable<GetPairedDeviceRequest,PairedDevice> getPairedDeviceCallable()
Returns
Type Description
UnaryCallable<GetPairedDeviceRequest,PairedDevice>

getProfileCallable()

public UnaryCallable<GetProfileRequest,Profile> getProfileCallable()
Returns
Type Description
UnaryCallable<GetProfileRequest,Profile>

getSettingsCallable()

public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Returns
Type Description
UnaryCallable<GetSettingsRequest,Settings>

listPairedDevicesCallable()

public UnaryCallable<ListPairedDevicesRequest,ListPairedDevicesResponse> listPairedDevicesCallable()
Returns
Type Description
UnaryCallable<ListPairedDevicesRequest,ListPairedDevicesResponse>

listPairedDevicesPagedCallable()

public UnaryCallable<ListPairedDevicesRequest,HealthProfileServiceClient.ListPairedDevicesPagedResponse> listPairedDevicesPagedCallable()
Returns
Type Description
UnaryCallable<ListPairedDevicesRequest,ListPairedDevicesPagedResponse>

updateProfileCallable()

public UnaryCallable<UpdateProfileRequest,Profile> updateProfileCallable()
Returns
Type Description
UnaryCallable<UpdateProfileRequest,Profile>

updateSettingsCallable()

public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Returns
Type Description
UnaryCallable<UpdateSettingsRequest,Settings>