Uses of Class
feast.proto.serving.ServingAPIProto.GetJobRequest
-
Packages that use ServingAPIProto.GetJobRequest Package Description feast.proto.serving -
-
Uses of ServingAPIProto.GetJobRequest in feast.proto.serving
Methods in feast.proto.serving that return ServingAPIProto.GetJobRequest Modifier and Type Method Description ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest.Builder. build()ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest.Builder. buildPartial()static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. getDefaultInstance()ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest.Builder. getDefaultInstanceForType()ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. getDefaultInstanceForType()static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseDelimitedFrom(InputStream input)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(byte[] data)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(com.google.protobuf.ByteString data)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(InputStream input)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(ByteBuffer data)static ServingAPIProto.GetJobRequestServingAPIProto.GetJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.serving that return types with arguments of type ServingAPIProto.GetJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ServingAPIProto.GetJobRequest,ServingAPIProto.GetJobResponse>ServingServiceGrpc. getGetJobMethod()com.google.protobuf.Parser<ServingAPIProto.GetJobRequest>ServingAPIProto.GetJobRequest. getParserForType()static com.google.protobuf.Parser<ServingAPIProto.GetJobRequest>ServingAPIProto.GetJobRequest. parser()Methods in feast.proto.serving with parameters of type ServingAPIProto.GetJobRequest Modifier and Type Method Description ServingAPIProto.GetJobResponseServingServiceGrpc.ServingServiceBlockingStub. getJob(ServingAPIProto.GetJobRequest request)Get the latest job status for batch feature retrieval.com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetJobResponse>ServingServiceGrpc.ServingServiceFutureStub. getJob(ServingAPIProto.GetJobRequest request)Get the latest job status for batch feature retrieval.voidServingServiceGrpc.ServingServiceImplBase. getJob(ServingAPIProto.GetJobRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetJobResponse> responseObserver)Get the latest job status for batch feature retrieval.voidServingServiceGrpc.ServingServiceStub. getJob(ServingAPIProto.GetJobRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetJobResponse> responseObserver)Get the latest job status for batch feature retrieval.ServingAPIProto.GetJobRequest.BuilderServingAPIProto.GetJobRequest.Builder. mergeFrom(ServingAPIProto.GetJobRequest other)static ServingAPIProto.GetJobRequest.BuilderServingAPIProto.GetJobRequest. newBuilder(ServingAPIProto.GetJobRequest prototype)
-