Class DataProductServiceGrpc (1.86.0)

public final class DataProductServiceGrpc

DataProductService provides APIs for managing data products and the underlying data assets.

Inheritance

java.lang.Object > DataProductServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DataProductServiceGrpc.AsyncService service)

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

getCreateDataAssetMethod()

public static MethodDescriptor<CreateDataAssetRequest,Operation> getCreateDataAssetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDataAssetRequest,Operation>

getCreateDataProductMethod()

public static MethodDescriptor<CreateDataProductRequest,Operation> getCreateDataProductMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDataProductRequest,Operation>

getDeleteDataAssetMethod()

public static MethodDescriptor<DeleteDataAssetRequest,Operation> getDeleteDataAssetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteDataAssetRequest,Operation>

getDeleteDataProductMethod()

public static MethodDescriptor<DeleteDataProductRequest,Operation> getDeleteDataProductMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteDataProductRequest,Operation>

getGetDataAssetMethod()

public static MethodDescriptor<GetDataAssetRequest,DataAsset> getGetDataAssetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDataAssetRequest,DataAsset>

getGetDataProductMethod()

public static MethodDescriptor<GetDataProductRequest,DataProduct> getGetDataProductMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDataProductRequest,DataProduct>

getListDataAssetsMethod()

public static MethodDescriptor<ListDataAssetsRequest,ListDataAssetsResponse> getListDataAssetsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListDataAssetsRequest,ListDataAssetsResponse>

getListDataProductsMethod()

public static MethodDescriptor<ListDataProductsRequest,ListDataProductsResponse> getListDataProductsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListDataProductsRequest,ListDataProductsResponse>

getServiceDescriptor()

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

getUpdateDataAssetMethod()

public static MethodDescriptor<UpdateDataAssetRequest,Operation> getUpdateDataAssetMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDataAssetRequest,Operation>

getUpdateDataProductMethod()

public static MethodDescriptor<UpdateDataProductRequest,Operation> getUpdateDataProductMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDataProductRequest,Operation>

newBlockingStub(Channel channel)

public static DataProductServiceGrpc.DataProductServiceBlockingStub 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
DataProductServiceGrpc.DataProductServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DataProductServiceGrpc.DataProductServiceBlockingV2Stub 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
DataProductServiceGrpc.DataProductServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DataProductServiceGrpc.DataProductServiceFutureStub 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
DataProductServiceGrpc.DataProductServiceFutureStub

newStub(Channel channel)

public static DataProductServiceGrpc.DataProductServiceStub 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
DataProductServiceGrpc.DataProductServiceStub