Package org.finos.tracdap.api.internal
Interface RuntimeListJobsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeListJobsResponse,RuntimeListJobsResponse.Builder
public interface RuntimeListJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetJobs(int index) repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;intrepeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;getJobsOrBuilder(int index) repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;List<? extends RuntimeJobStatusOrBuilder> repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getJobsList
List<RuntimeJobStatus> getJobsList()repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1; -
getJobs
repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1; -
getJobsCount
int getJobsCount()repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1; -
getJobsOrBuilderList
List<? extends RuntimeJobStatusOrBuilder> getJobsOrBuilderList()repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1; -
getJobsOrBuilder
repeated .tracdap.api.internal.RuntimeJobStatus jobs = 1;
-