Package feast.proto.core
Interface CoreServiceProto.ListIngestionJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ListIngestionJobsResponse,CoreServiceProto.ListIngestionJobsResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ListIngestionJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionJobProto.IngestionJobgetJobs(int index)repeated .feast.core.IngestionJob jobs = 1;intgetJobsCount()repeated .feast.core.IngestionJob jobs = 1;List<IngestionJobProto.IngestionJob>getJobsList()repeated .feast.core.IngestionJob jobs = 1;IngestionJobProto.IngestionJobOrBuildergetJobsOrBuilder(int index)repeated .feast.core.IngestionJob jobs = 1;List<? extends IngestionJobProto.IngestionJobOrBuilder>getJobsOrBuilderList()repeated .feast.core.IngestionJob jobs = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobsList
List<IngestionJobProto.IngestionJob> getJobsList()
repeated .feast.core.IngestionJob jobs = 1;
-
getJobs
IngestionJobProto.IngestionJob getJobs(int index)
repeated .feast.core.IngestionJob jobs = 1;
-
getJobsCount
int getJobsCount()
repeated .feast.core.IngestionJob jobs = 1;
-
getJobsOrBuilderList
List<? extends IngestionJobProto.IngestionJobOrBuilder> getJobsOrBuilderList()
repeated .feast.core.IngestionJob jobs = 1;
-
getJobsOrBuilder
IngestionJobProto.IngestionJobOrBuilder getJobsOrBuilder(int index)
repeated .feast.core.IngestionJob jobs = 1;
-
-