Class FeaturestoreServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.FeaturestoreServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/featurestore_service.proto") public final class FeaturestoreServiceGrpc extends Object
The service that handles CRUD and List for resources for Featurestore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FeaturestoreServiceGrpc.AsyncService
The service that handles CRUD and List for resources for Featurestore.static class
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service FeaturestoreService.static class
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service FeaturestoreService.static class
FeaturestoreServiceGrpc.FeaturestoreServiceImplBase
Base class for the server implementation of the service FeaturestoreService.static class
FeaturestoreServiceGrpc.FeaturestoreServiceStub
A stub to allow clients to do asynchronous rpc calls to service FeaturestoreService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(FeaturestoreServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<BatchCreateFeaturesRequest,com.google.longrunning.Operation>
getBatchCreateFeaturesMethod()
static io.grpc.MethodDescriptor<BatchReadFeatureValuesRequest,com.google.longrunning.Operation>
getBatchReadFeatureValuesMethod()
static io.grpc.MethodDescriptor<CreateEntityTypeRequest,com.google.longrunning.Operation>
getCreateEntityTypeMethod()
static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation>
getCreateFeatureMethod()
static io.grpc.MethodDescriptor<CreateFeaturestoreRequest,com.google.longrunning.Operation>
getCreateFeaturestoreMethod()
static io.grpc.MethodDescriptor<DeleteEntityTypeRequest,com.google.longrunning.Operation>
getDeleteEntityTypeMethod()
static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation>
getDeleteFeatureMethod()
static io.grpc.MethodDescriptor<DeleteFeaturestoreRequest,com.google.longrunning.Operation>
getDeleteFeaturestoreMethod()
static io.grpc.MethodDescriptor<DeleteFeatureValuesRequest,com.google.longrunning.Operation>
getDeleteFeatureValuesMethod()
static io.grpc.MethodDescriptor<ExportFeatureValuesRequest,com.google.longrunning.Operation>
getExportFeatureValuesMethod()
static io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType>
getGetEntityTypeMethod()
static io.grpc.MethodDescriptor<GetFeatureRequest,Feature>
getGetFeatureMethod()
static io.grpc.MethodDescriptor<GetFeaturestoreRequest,Featurestore>
getGetFeaturestoreMethod()
static io.grpc.MethodDescriptor<ImportFeatureValuesRequest,com.google.longrunning.Operation>
getImportFeatureValuesMethod()
static io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse>
getListEntityTypesMethod()
static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse>
getListFeaturesMethod()
static io.grpc.MethodDescriptor<ListFeaturestoresRequest,ListFeaturestoresResponse>
getListFeaturestoresMethod()
static io.grpc.MethodDescriptor<SearchFeaturesRequest,SearchFeaturesResponse>
getSearchFeaturesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType>
getUpdateEntityTypeMethod()
static io.grpc.MethodDescriptor<UpdateFeatureRequest,Feature>
getUpdateFeatureMethod()
static io.grpc.MethodDescriptor<UpdateFeaturestoreRequest,com.google.longrunning.Operation>
getUpdateFeaturestoreMethod()
static FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic FeaturestoreServiceGrpc.FeaturestoreServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateFeaturestoreMethod
public static io.grpc.MethodDescriptor<CreateFeaturestoreRequest,com.google.longrunning.Operation> getCreateFeaturestoreMethod()
-
getGetFeaturestoreMethod
public static io.grpc.MethodDescriptor<GetFeaturestoreRequest,Featurestore> getGetFeaturestoreMethod()
-
getListFeaturestoresMethod
public static io.grpc.MethodDescriptor<ListFeaturestoresRequest,ListFeaturestoresResponse> getListFeaturestoresMethod()
-
getUpdateFeaturestoreMethod
public static io.grpc.MethodDescriptor<UpdateFeaturestoreRequest,com.google.longrunning.Operation> getUpdateFeaturestoreMethod()
-
getDeleteFeaturestoreMethod
public static io.grpc.MethodDescriptor<DeleteFeaturestoreRequest,com.google.longrunning.Operation> getDeleteFeaturestoreMethod()
-
getCreateEntityTypeMethod
public static io.grpc.MethodDescriptor<CreateEntityTypeRequest,com.google.longrunning.Operation> getCreateEntityTypeMethod()
-
getGetEntityTypeMethod
public static io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
-
getListEntityTypesMethod
public static io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
-
getUpdateEntityTypeMethod
public static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
-
getDeleteEntityTypeMethod
public static io.grpc.MethodDescriptor<DeleteEntityTypeRequest,com.google.longrunning.Operation> getDeleteEntityTypeMethod()
-
getCreateFeatureMethod
public static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation> getCreateFeatureMethod()
-
getBatchCreateFeaturesMethod
public static io.grpc.MethodDescriptor<BatchCreateFeaturesRequest,com.google.longrunning.Operation> getBatchCreateFeaturesMethod()
-
getGetFeatureMethod
public static io.grpc.MethodDescriptor<GetFeatureRequest,Feature> getGetFeatureMethod()
-
getListFeaturesMethod
public static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse> getListFeaturesMethod()
-
getUpdateFeatureMethod
public static io.grpc.MethodDescriptor<UpdateFeatureRequest,Feature> getUpdateFeatureMethod()
-
getDeleteFeatureMethod
public static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation> getDeleteFeatureMethod()
-
getImportFeatureValuesMethod
public static io.grpc.MethodDescriptor<ImportFeatureValuesRequest,com.google.longrunning.Operation> getImportFeatureValuesMethod()
-
getBatchReadFeatureValuesMethod
public static io.grpc.MethodDescriptor<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> getBatchReadFeatureValuesMethod()
-
getExportFeatureValuesMethod
public static io.grpc.MethodDescriptor<ExportFeatureValuesRequest,com.google.longrunning.Operation> getExportFeatureValuesMethod()
-
getDeleteFeatureValuesMethod
public static io.grpc.MethodDescriptor<DeleteFeatureValuesRequest,com.google.longrunning.Operation> getDeleteFeatureValuesMethod()
-
getSearchFeaturesMethod
public static io.grpc.MethodDescriptor<SearchFeaturesRequest,SearchFeaturesResponse> getSearchFeaturesMethod()
-
newStub
public static FeaturestoreServiceGrpc.FeaturestoreServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(FeaturestoreServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-