Uses of Class
feast.proto.core.CoreServiceProto.ListIngestionJobsRequest
-
Packages that use CoreServiceProto.ListIngestionJobsRequest Package Description feast.proto.core -
-
Uses of CoreServiceProto.ListIngestionJobsRequest in feast.proto.core
Methods in feast.proto.core that return CoreServiceProto.ListIngestionJobsRequest Modifier and Type Method Description CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest.Builder. build()CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest.Builder. buildPartial()static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. getDefaultInstance()CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest.Builder. getDefaultInstanceForType()CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. getDefaultInstanceForType()static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseDelimitedFrom(InputStream input)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(byte[] data)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(com.google.protobuf.ByteString data)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(InputStream input)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(ByteBuffer data)static CoreServiceProto.ListIngestionJobsRequestCoreServiceProto.ListIngestionJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type CoreServiceProto.ListIngestionJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CoreServiceProto.ListIngestionJobsRequest,CoreServiceProto.ListIngestionJobsResponse>JobControllerServiceGrpc. getListIngestionJobsMethod()com.google.protobuf.Parser<CoreServiceProto.ListIngestionJobsRequest>CoreServiceProto.ListIngestionJobsRequest. getParserForType()static com.google.protobuf.Parser<CoreServiceProto.ListIngestionJobsRequest>CoreServiceProto.ListIngestionJobsRequest. parser()Methods in feast.proto.core with parameters of type CoreServiceProto.ListIngestionJobsRequest Modifier and Type Method Description CoreServiceProto.ListIngestionJobsResponseJobControllerServiceGrpc.JobControllerServiceBlockingStub. listIngestionJobs(CoreServiceProto.ListIngestionJobsRequest request)List Ingestion Jobs given an optional filter.com.google.common.util.concurrent.ListenableFuture<CoreServiceProto.ListIngestionJobsResponse>JobControllerServiceGrpc.JobControllerServiceFutureStub. listIngestionJobs(CoreServiceProto.ListIngestionJobsRequest request)List Ingestion Jobs given an optional filter.voidJobControllerServiceGrpc.JobControllerServiceImplBase. listIngestionJobs(CoreServiceProto.ListIngestionJobsRequest request, io.grpc.stub.StreamObserver<CoreServiceProto.ListIngestionJobsResponse> responseObserver)List Ingestion Jobs given an optional filter.voidJobControllerServiceGrpc.JobControllerServiceStub. listIngestionJobs(CoreServiceProto.ListIngestionJobsRequest request, io.grpc.stub.StreamObserver<CoreServiceProto.ListIngestionJobsResponse> responseObserver)List Ingestion Jobs given an optional filter.CoreServiceProto.ListIngestionJobsRequest.BuilderCoreServiceProto.ListIngestionJobsRequest.Builder. mergeFrom(CoreServiceProto.ListIngestionJobsRequest other)static CoreServiceProto.ListIngestionJobsRequest.BuilderCoreServiceProto.ListIngestionJobsRequest. newBuilder(CoreServiceProto.ListIngestionJobsRequest prototype)
-