Uses of Class
feast.proto.core.FeatureServiceProto.FeatureService
-
Packages that use FeatureServiceProto.FeatureService Package Description feast.proto.core feast.registry -
-
Uses of FeatureServiceProto.FeatureService in feast.proto.core
Methods in feast.proto.core that return FeatureServiceProto.FeatureService Modifier and Type Method Description FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService.Builder. build()FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService.Builder. buildPartial()static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. getDefaultInstance()FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService.Builder. getDefaultInstanceForType()FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. getDefaultInstanceForType()FeatureServiceProto.FeatureServiceRegistryProto.Registry.Builder. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 7;FeatureServiceProto.FeatureServiceRegistryProto.Registry. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 7;FeatureServiceProto.FeatureServiceRegistryProto.RegistryOrBuilder. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 7;static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseDelimitedFrom(InputStream input)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(byte[] data)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(com.google.protobuf.ByteString data)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(com.google.protobuf.CodedInputStream input)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(InputStream input)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(ByteBuffer data)static FeatureServiceProto.FeatureServiceFeatureServiceProto.FeatureService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type FeatureServiceProto.FeatureService Modifier and Type Method Description List<FeatureServiceProto.FeatureService>RegistryProto.Registry.Builder. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 7;List<FeatureServiceProto.FeatureService>RegistryProto.Registry. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 7;List<FeatureServiceProto.FeatureService>RegistryProto.RegistryOrBuilder. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 7;com.google.protobuf.Parser<FeatureServiceProto.FeatureService>FeatureServiceProto.FeatureService. getParserForType()static com.google.protobuf.Parser<FeatureServiceProto.FeatureService>FeatureServiceProto.FeatureService. parser()Methods in feast.proto.core with parameters of type FeatureServiceProto.FeatureService Modifier and Type Method Description RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addFeatureServices(int index, FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 7;RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addFeatureServices(FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 7;FeatureServiceProto.FeatureService.BuilderFeatureServiceProto.FeatureService.Builder. mergeFrom(FeatureServiceProto.FeatureService other)static FeatureServiceProto.FeatureService.BuilderFeatureServiceProto.FeatureService. newBuilder(FeatureServiceProto.FeatureService prototype)RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. setFeatureServices(int index, FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 7;Method parameters in feast.proto.core with type arguments of type FeatureServiceProto.FeatureService Modifier and Type Method Description RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. addAllFeatureServices(Iterable<? extends FeatureServiceProto.FeatureService> values)repeated .feast.core.FeatureService feature_services = 7; -
Uses of FeatureServiceProto.FeatureService in feast.registry
Methods in feast.registry that return FeatureServiceProto.FeatureService Modifier and Type Method Description FeatureServiceProto.FeatureServiceRegistryServerGrpc.RegistryServerBlockingStub. getFeatureService(RegistryServerOuterClass.GetFeatureServiceRequest request)FeatureService RPCsFeatureServiceProto.FeatureServiceRegistryServerOuterClass.ListFeatureServicesResponse.Builder. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 1;FeatureServiceProto.FeatureServiceRegistryServerOuterClass.ListFeatureServicesResponse. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 1;FeatureServiceProto.FeatureServiceRegistryServerOuterClass.ListFeatureServicesResponseOrBuilder. getFeatureServices(int index)repeated .feast.core.FeatureService feature_services = 1;Methods in feast.registry that return types with arguments of type FeatureServiceProto.FeatureService Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FeatureServiceProto.FeatureService>RegistryServerGrpc.RegistryServerFutureStub. getFeatureService(RegistryServerOuterClass.GetFeatureServiceRequest request)FeatureService RPCsList<FeatureServiceProto.FeatureService>RegistryServerOuterClass.ListFeatureServicesResponse.Builder. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 1;List<FeatureServiceProto.FeatureService>RegistryServerOuterClass.ListFeatureServicesResponse. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 1;List<FeatureServiceProto.FeatureService>RegistryServerOuterClass.ListFeatureServicesResponseOrBuilder. getFeatureServicesList()repeated .feast.core.FeatureService feature_services = 1;static io.grpc.MethodDescriptor<RegistryServerOuterClass.GetFeatureServiceRequest,FeatureServiceProto.FeatureService>RegistryServerGrpc. getGetFeatureServiceMethod()Methods in feast.registry with parameters of type FeatureServiceProto.FeatureService Modifier and Type Method Description RegistryServerOuterClass.ListFeatureServicesResponse.BuilderRegistryServerOuterClass.ListFeatureServicesResponse.Builder. addFeatureServices(int index, FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 1;RegistryServerOuterClass.ListFeatureServicesResponse.BuilderRegistryServerOuterClass.ListFeatureServicesResponse.Builder. addFeatureServices(FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 1;RegistryServerOuterClass.ListFeatureServicesResponse.BuilderRegistryServerOuterClass.ListFeatureServicesResponse.Builder. setFeatureServices(int index, FeatureServiceProto.FeatureService value)repeated .feast.core.FeatureService feature_services = 1;Method parameters in feast.registry with type arguments of type FeatureServiceProto.FeatureService Modifier and Type Method Description RegistryServerOuterClass.ListFeatureServicesResponse.BuilderRegistryServerOuterClass.ListFeatureServicesResponse.Builder. addAllFeatureServices(Iterable<? extends FeatureServiceProto.FeatureService> values)repeated .feast.core.FeatureService feature_services = 1;voidRegistryServerGrpc.RegistryServerImplBase. getFeatureService(RegistryServerOuterClass.GetFeatureServiceRequest request, io.grpc.stub.StreamObserver<FeatureServiceProto.FeatureService> responseObserver)FeatureService RPCsvoidRegistryServerGrpc.RegistryServerStub. getFeatureService(RegistryServerOuterClass.GetFeatureServiceRequest request, io.grpc.stub.StreamObserver<FeatureServiceProto.FeatureService> responseObserver)FeatureService RPCs
-