Class DataObjectServiceGrpc (0.1.0)

public final class DataObjectServiceGrpc

Service for creating and managing data objects.

Inheritance

java.lang.Object > DataObjectServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DataObjectServiceGrpc.AsyncService service)

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

getBatchCreateDataObjectsMethod()

public static MethodDescriptor<BatchCreateDataObjectsRequest,BatchCreateDataObjectsResponse> getBatchCreateDataObjectsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchCreateDataObjectsRequest,BatchCreateDataObjectsResponse>

getBatchDeleteDataObjectsMethod()

public static MethodDescriptor<BatchDeleteDataObjectsRequest,Empty> getBatchDeleteDataObjectsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchDeleteDataObjectsRequest,Empty>

getBatchUpdateDataObjectsMethod()

public static MethodDescriptor<BatchUpdateDataObjectsRequest,BatchUpdateDataObjectsResponse> getBatchUpdateDataObjectsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchUpdateDataObjectsRequest,BatchUpdateDataObjectsResponse>

getCreateDataObjectMethod()

public static MethodDescriptor<CreateDataObjectRequest,DataObject> getCreateDataObjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDataObjectRequest,DataObject>

getDeleteDataObjectMethod()

public static MethodDescriptor<DeleteDataObjectRequest,Empty> getDeleteDataObjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteDataObjectRequest,Empty>

getGetDataObjectMethod()

public static MethodDescriptor<GetDataObjectRequest,DataObject> getGetDataObjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDataObjectRequest,DataObject>

getServiceDescriptor()

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

getUpdateDataObjectMethod()

public static MethodDescriptor<UpdateDataObjectRequest,DataObject> getUpdateDataObjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDataObjectRequest,DataObject>

newBlockingStub(Channel channel)

public static DataObjectServiceGrpc.DataObjectServiceBlockingStub 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
DataObjectServiceGrpc.DataObjectServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DataObjectServiceGrpc.DataObjectServiceBlockingV2Stub 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
DataObjectServiceGrpc.DataObjectServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DataObjectServiceGrpc.DataObjectServiceFutureStub 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
DataObjectServiceGrpc.DataObjectServiceFutureStub

newStub(Channel channel)

public static DataObjectServiceGrpc.DataObjectServiceStub 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
DataObjectServiceGrpc.DataObjectServiceStub