Package feast.proto.core
Class CoreServiceGrpc
- java.lang.Object
-
- feast.proto.core.CoreServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.30.2)", comments="Source: feast/core/CoreService.proto") public final class CoreServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoreServiceGrpc.CoreServiceBlockingStubstatic classCoreServiceGrpc.CoreServiceFutureStubstatic classCoreServiceGrpc.CoreServiceImplBasestatic classCoreServiceGrpc.CoreServiceStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetFeastCoreVersionMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.GetFeastCoreVersionRequest,CoreServiceProto.GetFeastCoreVersionResponse> getGetFeastCoreVersionMethod()
-
getGetFeatureSetMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.GetFeatureSetRequest,CoreServiceProto.GetFeatureSetResponse> getGetFeatureSetMethod()
-
getGetEntityMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.GetEntityRequest,CoreServiceProto.GetEntityResponse> getGetEntityMethod()
-
getListFeatureSetsMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListFeatureSetsRequest,CoreServiceProto.ListFeatureSetsResponse> getListFeatureSetsMethod()
-
getListFeaturesMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListFeaturesRequest,CoreServiceProto.ListFeaturesResponse> getListFeaturesMethod()
-
getGetFeatureStatisticsMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.GetFeatureStatisticsRequest,CoreServiceProto.GetFeatureStatisticsResponse> getGetFeatureStatisticsMethod()
-
getListStoresMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListStoresRequest,CoreServiceProto.ListStoresResponse> getListStoresMethod()
-
getApplyFeatureSetMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ApplyFeatureSetRequest,CoreServiceProto.ApplyFeatureSetResponse> getApplyFeatureSetMethod()
-
getApplyEntityMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ApplyEntityRequest,CoreServiceProto.ApplyEntityResponse> getApplyEntityMethod()
-
getListEntitiesMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListEntitiesRequest,CoreServiceProto.ListEntitiesResponse> getListEntitiesMethod()
-
getUpdateStoreMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.UpdateStoreRequest,CoreServiceProto.UpdateStoreResponse> getUpdateStoreMethod()
-
getCreateProjectMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.CreateProjectRequest,CoreServiceProto.CreateProjectResponse> getCreateProjectMethod()
-
getArchiveProjectMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ArchiveProjectRequest,CoreServiceProto.ArchiveProjectResponse> getArchiveProjectMethod()
-
getListProjectsMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListProjectsRequest,CoreServiceProto.ListProjectsResponse> getListProjectsMethod()
-
getUpdateFeatureSetStatusMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.UpdateFeatureSetStatusRequest,CoreServiceProto.UpdateFeatureSetStatusResponse> getUpdateFeatureSetStatusMethod()
-
getApplyFeatureTableMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ApplyFeatureTableRequest,CoreServiceProto.ApplyFeatureTableResponse> getApplyFeatureTableMethod()
-
getListFeatureTablesMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.ListFeatureTablesRequest,CoreServiceProto.ListFeatureTablesResponse> getListFeatureTablesMethod()
-
getGetFeatureTableMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.GetFeatureTableRequest,CoreServiceProto.GetFeatureTableResponse> getGetFeatureTableMethod()
-
getDeleteFeatureTableMethod
public static io.grpc.MethodDescriptor<CoreServiceProto.DeleteFeatureTableRequest,CoreServiceProto.DeleteFeatureTableResponse> getDeleteFeatureTableMethod()
-
newStub
public static CoreServiceGrpc.CoreServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CoreServiceGrpc.CoreServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CoreServiceGrpc.CoreServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-