@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FeaturestoreServiceGrpc.FeaturestoreServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateFeaturestoreRequest,com.google.longrunning.Operation> getCreateFeaturestoreMethod()
public static io.grpc.MethodDescriptor<GetFeaturestoreRequest,Featurestore> getGetFeaturestoreMethod()
public static io.grpc.MethodDescriptor<ListFeaturestoresRequest,ListFeaturestoresResponse> getListFeaturestoresMethod()
public static io.grpc.MethodDescriptor<UpdateFeaturestoreRequest,com.google.longrunning.Operation> getUpdateFeaturestoreMethod()
public static io.grpc.MethodDescriptor<DeleteFeaturestoreRequest,com.google.longrunning.Operation> getDeleteFeaturestoreMethod()
public static io.grpc.MethodDescriptor<CreateEntityTypeRequest,com.google.longrunning.Operation> getCreateEntityTypeMethod()
public static io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
public static io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
public static io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
public static io.grpc.MethodDescriptor<DeleteEntityTypeRequest,com.google.longrunning.Operation> getDeleteEntityTypeMethod()
public static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation> getCreateFeatureMethod()
public static io.grpc.MethodDescriptor<BatchCreateFeaturesRequest,com.google.longrunning.Operation> getBatchCreateFeaturesMethod()
public static io.grpc.MethodDescriptor<GetFeatureRequest,Feature> getGetFeatureMethod()
public static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse> getListFeaturesMethod()
public static io.grpc.MethodDescriptor<UpdateFeatureRequest,Feature> getUpdateFeatureMethod()
public static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation> getDeleteFeatureMethod()
public static io.grpc.MethodDescriptor<ImportFeatureValuesRequest,com.google.longrunning.Operation> getImportFeatureValuesMethod()
public static io.grpc.MethodDescriptor<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> getBatchReadFeatureValuesMethod()
public static io.grpc.MethodDescriptor<ExportFeatureValuesRequest,com.google.longrunning.Operation> getExportFeatureValuesMethod()
public static io.grpc.MethodDescriptor<DeleteFeatureValuesRequest,com.google.longrunning.Operation> getDeleteFeatureValuesMethod()
public static io.grpc.MethodDescriptor<SearchFeaturesRequest,SearchFeaturesResponse> getSearchFeaturesMethod()
public static FeaturestoreServiceGrpc.FeaturestoreServiceStub newStub(io.grpc.Channel channel)
public static FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FeaturestoreServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.