Class DataPointsServiceGrpc (0.2.0)

public final class DataPointsServiceGrpc

Data Points Service exposing the user's health and fitness measured and derived data.

Inheritance

java.lang.Object > DataPointsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DataPointsServiceGrpc.AsyncService service)

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

getBatchDeleteDataPointsMethod()

public static MethodDescriptor<BatchDeleteDataPointsRequest,Operation> getBatchDeleteDataPointsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchDeleteDataPointsRequest,Operation>

getCreateDataPointMethod()

public static MethodDescriptor<CreateDataPointRequest,Operation> getCreateDataPointMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDataPointRequest,Operation>

getDailyRollUpDataPointsMethod()

public static MethodDescriptor<DailyRollUpDataPointsRequest,DailyRollUpDataPointsResponse> getDailyRollUpDataPointsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DailyRollUpDataPointsRequest,DailyRollUpDataPointsResponse>

getExportExerciseTcxMethod()

public static MethodDescriptor<ExportExerciseTcxRequest,ExportExerciseTcxResponse> getExportExerciseTcxMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ExportExerciseTcxRequest,ExportExerciseTcxResponse>

getGetDataPointMethod()

public static MethodDescriptor<GetDataPointRequest,DataPoint> getGetDataPointMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDataPointRequest,DataPoint>

getListDataPointsMethod()

public static MethodDescriptor<ListDataPointsRequest,ListDataPointsResponse> getListDataPointsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListDataPointsRequest,ListDataPointsResponse>

getReconcileDataPointsMethod()

public static MethodDescriptor<ReconcileDataPointsRequest,ReconcileDataPointsResponse> getReconcileDataPointsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ReconcileDataPointsRequest,ReconcileDataPointsResponse>

getRollUpDataPointsMethod()

public static MethodDescriptor<RollUpDataPointsRequest,RollUpDataPointsResponse> getRollUpDataPointsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RollUpDataPointsRequest,RollUpDataPointsResponse>

getServiceDescriptor()

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

getUpdateDataPointMethod()

public static MethodDescriptor<UpdateDataPointRequest,Operation> getUpdateDataPointMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDataPointRequest,Operation>

newBlockingStub(Channel channel)

public static DataPointsServiceGrpc.DataPointsServiceBlockingStub 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
DataPointsServiceGrpc.DataPointsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DataPointsServiceGrpc.DataPointsServiceBlockingV2Stub 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
DataPointsServiceGrpc.DataPointsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DataPointsServiceGrpc.DataPointsServiceFutureStub 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
DataPointsServiceGrpc.DataPointsServiceFutureStub

newStub(Channel channel)

public static DataPointsServiceGrpc.DataPointsServiceStub 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
DataPointsServiceGrpc.DataPointsServiceStub