Uses of Class
feast.proto.core.RegistryProto.Registry
-
Packages that use RegistryProto.Registry Package Description feast.proto.core feast.registry -
-
Uses of RegistryProto.Registry in feast.proto.core
Methods in feast.proto.core that return RegistryProto.Registry Modifier and Type Method Description RegistryProto.RegistryRegistryProto.Registry.Builder. build()RegistryProto.RegistryRegistryProto.Registry.Builder. buildPartial()static RegistryProto.RegistryRegistryProto.Registry. getDefaultInstance()RegistryProto.RegistryRegistryProto.Registry.Builder. getDefaultInstanceForType()RegistryProto.RegistryRegistryProto.Registry. getDefaultInstanceForType()static RegistryProto.RegistryRegistryProto.Registry. parseDelimitedFrom(InputStream input)static RegistryProto.RegistryRegistryProto.Registry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(byte[] data)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(com.google.protobuf.ByteString data)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(com.google.protobuf.CodedInputStream input)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(InputStream input)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(ByteBuffer data)static RegistryProto.RegistryRegistryProto.Registry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type RegistryProto.Registry Modifier and Type Method Description com.google.protobuf.Parser<RegistryProto.Registry>RegistryProto.Registry. getParserForType()static com.google.protobuf.Parser<RegistryProto.Registry>RegistryProto.Registry. parser()Methods in feast.proto.core with parameters of type RegistryProto.Registry Modifier and Type Method Description RegistryProto.Registry.BuilderRegistryProto.Registry.Builder. mergeFrom(RegistryProto.Registry other)static RegistryProto.Registry.BuilderRegistryProto.Registry. newBuilder(RegistryProto.Registry prototype) -
Uses of RegistryProto.Registry in feast.registry
Methods in feast.registry that return RegistryProto.Registry Modifier and Type Method Description RegistryProto.RegistryRegistryServerGrpc.RegistryServerBlockingStub. proto(com.google.protobuf.Empty request)Methods in feast.registry that return types with arguments of type RegistryProto.Registry Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.protobuf.Empty,RegistryProto.Registry>RegistryServerGrpc. getProtoMethod()com.google.common.util.concurrent.ListenableFuture<RegistryProto.Registry>RegistryServerGrpc.RegistryServerFutureStub. proto(com.google.protobuf.Empty request)Method parameters in feast.registry with type arguments of type RegistryProto.Registry Modifier and Type Method Description voidRegistryServerGrpc.RegistryServerImplBase. proto(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<RegistryProto.Registry> responseObserver)voidRegistryServerGrpc.RegistryServerStub. proto(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<RegistryProto.Registry> responseObserver)
-