Package feast.registry
Class RegistryServerGrpc
- java.lang.Object
-
- feast.registry.RegistryServerGrpc
-
@Generated(value="by gRPC proto compiler (version 1.30.2)", comments="Source: feast/registry/RegistryServer.proto") public final class RegistryServerGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryServerGrpc.RegistryServerBlockingStubstatic classRegistryServerGrpc.RegistryServerFutureStubstatic classRegistryServerGrpc.RegistryServerImplBasestatic classRegistryServerGrpc.RegistryServerStub
-
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
-
getGetEntityMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetEntityRequest,EntityProto.Entity> getGetEntityMethod()
-
getListEntitiesMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListEntitiesRequest,RegistryServerOuterClass.ListEntitiesResponse> getListEntitiesMethod()
-
getGetDataSourceMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetDataSourceRequest,DataSourceProto.DataSource> getGetDataSourceMethod()
-
getListDataSourcesMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListDataSourcesRequest,RegistryServerOuterClass.ListDataSourcesResponse> getListDataSourcesMethod()
-
getGetFeatureViewMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetFeatureViewRequest,FeatureViewProto.FeatureView> getGetFeatureViewMethod()
-
getListFeatureViewsMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListFeatureViewsRequest,RegistryServerOuterClass.ListFeatureViewsResponse> getListFeatureViewsMethod()
-
getGetStreamFeatureViewMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetStreamFeatureViewRequest,StreamFeatureViewProto.StreamFeatureView> getGetStreamFeatureViewMethod()
-
getListStreamFeatureViewsMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListStreamFeatureViewsRequest,RegistryServerOuterClass.ListStreamFeatureViewsResponse> getListStreamFeatureViewsMethod()
-
getGetOnDemandFeatureViewMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetOnDemandFeatureViewRequest,OnDemandFeatureViewProto.OnDemandFeatureView> getGetOnDemandFeatureViewMethod()
-
getListOnDemandFeatureViewsMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListOnDemandFeatureViewsRequest,RegistryServerOuterClass.ListOnDemandFeatureViewsResponse> getListOnDemandFeatureViewsMethod()
-
getGetFeatureServiceMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetFeatureServiceRequest,FeatureServiceProto.FeatureService> getGetFeatureServiceMethod()
-
getListFeatureServicesMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListFeatureServicesRequest,RegistryServerOuterClass.ListFeatureServicesResponse> getListFeatureServicesMethod()
-
getGetSavedDatasetMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetSavedDatasetRequest,SavedDatasetProto.SavedDataset> getGetSavedDatasetMethod()
-
getListSavedDatasetsMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListSavedDatasetsRequest,RegistryServerOuterClass.ListSavedDatasetsResponse> getListSavedDatasetsMethod()
-
getGetValidationReferenceMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetValidationReferenceRequest,ValidationProfile.ValidationReference> getGetValidationReferenceMethod()
-
getListValidationReferencesMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListValidationReferencesRequest,RegistryServerOuterClass.ListValidationReferencesResponse> getListValidationReferencesMethod()
-
getListProjectMetadataMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.ListProjectMetadataRequest,RegistryServerOuterClass.ListProjectMetadataResponse> getListProjectMetadataMethod()
-
getGetInfraMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetInfraRequest,InfraObjectProto.Infra> getGetInfraMethod()
-
getRefreshMethod
public static io.grpc.MethodDescriptor<RegistryServerOuterClass.RefreshRequest,com.google.protobuf.Empty> getRefreshMethod()
-
getProtoMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,RegistryProto.Registry> getProtoMethod()
-
newStub
public static RegistryServerGrpc.RegistryServerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RegistryServerGrpc.RegistryServerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RegistryServerGrpc.RegistryServerFutureStub 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()
-
-