@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/feature_registry_service.proto") public final class FeatureRegistryServiceGrpc extends Object
The service that handles CRUD and List for resources for FeatureRegistry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FeatureRegistryServiceGrpc.AsyncService
The service that handles CRUD and List for resources for
FeatureRegistry.
|
static class |
FeatureRegistryServiceGrpc.FeatureRegistryServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service FeatureRegistryService.
|
static class |
FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
FeatureRegistryService.
|
static class |
FeatureRegistryServiceGrpc.FeatureRegistryServiceImplBase
Base class for the server implementation of the service FeatureRegistryService.
|
static class |
FeatureRegistryServiceGrpc.FeatureRegistryServiceStub
A stub to allow clients to do asynchronous rpc calls to service FeatureRegistryService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(FeatureRegistryServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateFeatureGroupRequest,com.google.longrunning.Operation> |
getCreateFeatureGroupMethod() |
static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation> |
getCreateFeatureMethod() |
static io.grpc.MethodDescriptor<DeleteFeatureGroupRequest,com.google.longrunning.Operation> |
getDeleteFeatureGroupMethod() |
static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation> |
getDeleteFeatureMethod() |
static io.grpc.MethodDescriptor<GetFeatureGroupRequest,FeatureGroup> |
getGetFeatureGroupMethod() |
static io.grpc.MethodDescriptor<GetFeatureRequest,Feature> |
getGetFeatureMethod() |
static io.grpc.MethodDescriptor<ListFeatureGroupsRequest,ListFeatureGroupsResponse> |
getListFeatureGroupsMethod() |
static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse> |
getListFeaturesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateFeatureGroupRequest,com.google.longrunning.Operation> |
getUpdateFeatureGroupMethod() |
static io.grpc.MethodDescriptor<UpdateFeatureRequest,com.google.longrunning.Operation> |
getUpdateFeatureMethod() |
static FeatureRegistryServiceGrpc.FeatureRegistryServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FeatureRegistryServiceGrpc.FeatureRegistryServiceStub |
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<CreateFeatureGroupRequest,com.google.longrunning.Operation> getCreateFeatureGroupMethod()
public static io.grpc.MethodDescriptor<GetFeatureGroupRequest,FeatureGroup> getGetFeatureGroupMethod()
public static io.grpc.MethodDescriptor<ListFeatureGroupsRequest,ListFeatureGroupsResponse> getListFeatureGroupsMethod()
public static io.grpc.MethodDescriptor<UpdateFeatureGroupRequest,com.google.longrunning.Operation> getUpdateFeatureGroupMethod()
public static io.grpc.MethodDescriptor<DeleteFeatureGroupRequest,com.google.longrunning.Operation> getDeleteFeatureGroupMethod()
public static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation> getCreateFeatureMethod()
public static io.grpc.MethodDescriptor<GetFeatureRequest,Feature> getGetFeatureMethod()
public static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse> getListFeaturesMethod()
public static io.grpc.MethodDescriptor<UpdateFeatureRequest,com.google.longrunning.Operation> getUpdateFeatureMethod()
public static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation> getDeleteFeatureMethod()
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceStub newStub(io.grpc.Channel channel)
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FeatureRegistryServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.