Uses of Class
feast.proto.core.IngestionJobProto.IngestionJob
-
Packages that use IngestionJobProto.IngestionJob Package Description feast.proto.core -
-
Uses of IngestionJobProto.IngestionJob in feast.proto.core
Methods in feast.proto.core that return IngestionJobProto.IngestionJob Modifier and Type Method Description IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob.Builder. build()IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob.Builder. buildPartial()static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. getDefaultInstance()IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob.Builder. getDefaultInstanceForType()IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. getDefaultInstanceForType()IngestionJobProto.IngestionJobCoreServiceProto.ListIngestionJobsResponse.Builder. getJobs(int index)repeated .feast.core.IngestionJob jobs = 1;IngestionJobProto.IngestionJobCoreServiceProto.ListIngestionJobsResponse. getJobs(int index)repeated .feast.core.IngestionJob jobs = 1;IngestionJobProto.IngestionJobCoreServiceProto.ListIngestionJobsResponseOrBuilder. getJobs(int index)repeated .feast.core.IngestionJob jobs = 1;static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseDelimitedFrom(InputStream input)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(byte[] data)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(com.google.protobuf.ByteString data)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(com.google.protobuf.CodedInputStream input)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(InputStream input)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(ByteBuffer data)static IngestionJobProto.IngestionJobIngestionJobProto.IngestionJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.core that return types with arguments of type IngestionJobProto.IngestionJob Modifier and Type Method Description List<IngestionJobProto.IngestionJob>CoreServiceProto.ListIngestionJobsResponse.Builder. getJobsList()repeated .feast.core.IngestionJob jobs = 1;List<IngestionJobProto.IngestionJob>CoreServiceProto.ListIngestionJobsResponse. getJobsList()repeated .feast.core.IngestionJob jobs = 1;List<IngestionJobProto.IngestionJob>CoreServiceProto.ListIngestionJobsResponseOrBuilder. getJobsList()repeated .feast.core.IngestionJob jobs = 1;com.google.protobuf.Parser<IngestionJobProto.IngestionJob>IngestionJobProto.IngestionJob. getParserForType()static com.google.protobuf.Parser<IngestionJobProto.IngestionJob>IngestionJobProto.IngestionJob. parser()Methods in feast.proto.core with parameters of type IngestionJobProto.IngestionJob Modifier and Type Method Description CoreServiceProto.ListIngestionJobsResponse.BuilderCoreServiceProto.ListIngestionJobsResponse.Builder. addJobs(int index, IngestionJobProto.IngestionJob value)repeated .feast.core.IngestionJob jobs = 1;CoreServiceProto.ListIngestionJobsResponse.BuilderCoreServiceProto.ListIngestionJobsResponse.Builder. addJobs(IngestionJobProto.IngestionJob value)repeated .feast.core.IngestionJob jobs = 1;IngestionJobProto.IngestionJob.BuilderIngestionJobProto.IngestionJob.Builder. mergeFrom(IngestionJobProto.IngestionJob other)static IngestionJobProto.IngestionJob.BuilderIngestionJobProto.IngestionJob. newBuilder(IngestionJobProto.IngestionJob prototype)CoreServiceProto.ListIngestionJobsResponse.BuilderCoreServiceProto.ListIngestionJobsResponse.Builder. setJobs(int index, IngestionJobProto.IngestionJob value)repeated .feast.core.IngestionJob jobs = 1;Method parameters in feast.proto.core with type arguments of type IngestionJobProto.IngestionJob Modifier and Type Method Description CoreServiceProto.ListIngestionJobsResponse.BuilderCoreServiceProto.ListIngestionJobsResponse.Builder. addAllJobs(Iterable<? extends IngestionJobProto.IngestionJob> values)repeated .feast.core.IngestionJob jobs = 1;
-