Package feast.proto.core
Interface JobServiceProto.JobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobServiceProto.Job,JobServiceProto.Job.Builder
- Enclosing class:
- JobServiceProto
public static interface JobServiceProto.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobServiceProto.Job.OfflineToOnlineMetagetBatchIngestion().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;JobServiceProto.Job.OfflineToOnlineMetaOrBuildergetBatchIngestionOrBuilder().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;StringgetHash()Deterministic hash of the Jobcom.google.protobuf.ByteStringgetHashBytes()Deterministic hash of the JobStringgetId()Identifier of the Jobcom.google.protobuf.ByteStringgetIdBytes()Identifier of the JobJobServiceProto.Job.MetaCasegetMetaCase()JobServiceProto.Job.RetrievalJobMetagetRetrieval().feast.core.Job.RetrievalJobMeta retrieval = 5;JobServiceProto.Job.RetrievalJobMetaOrBuildergetRetrievalOrBuilder().feast.core.Job.RetrievalJobMeta retrieval = 5;JobServiceProto.JobStatusgetStatus()Current job statusintgetStatusValue()Current job statusJobServiceProto.Job.StreamToOnlineMetagetStreamIngestion().feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;JobServiceProto.Job.StreamToOnlineMetaOrBuildergetStreamIngestionOrBuilder().feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;JobServiceProto.JobTypegetType()Type of the JobintgetTypeValue()Type of the JobbooleanhasBatchIngestion().feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;booleanhasRetrieval().feast.core.Job.RetrievalJobMeta retrieval = 5;booleanhasStreamIngestion().feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Identifier of the Job
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier of the Job
string id = 1;- Returns:
- The bytes for id.
-
getTypeValue
int getTypeValue()
Type of the Job
.feast.core.JobType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
JobServiceProto.JobType getType()
Type of the Job
.feast.core.JobType type = 2;- Returns:
- The type.
-
getStatusValue
int getStatusValue()
Current job status
.feast.core.JobStatus status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
JobServiceProto.JobStatus getStatus()
Current job status
.feast.core.JobStatus status = 3;- Returns:
- The status.
-
getHash
String getHash()
Deterministic hash of the Job
string hash = 8;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()
Deterministic hash of the Job
string hash = 8;- Returns:
- The bytes for hash.
-
hasRetrieval
boolean hasRetrieval()
.feast.core.Job.RetrievalJobMeta retrieval = 5;- Returns:
- Whether the retrieval field is set.
-
getRetrieval
JobServiceProto.Job.RetrievalJobMeta getRetrieval()
.feast.core.Job.RetrievalJobMeta retrieval = 5;- Returns:
- The retrieval.
-
getRetrievalOrBuilder
JobServiceProto.Job.RetrievalJobMetaOrBuilder getRetrievalOrBuilder()
.feast.core.Job.RetrievalJobMeta retrieval = 5;
-
hasBatchIngestion
boolean hasBatchIngestion()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;- Returns:
- Whether the batchIngestion field is set.
-
getBatchIngestion
JobServiceProto.Job.OfflineToOnlineMeta getBatchIngestion()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;- Returns:
- The batchIngestion.
-
getBatchIngestionOrBuilder
JobServiceProto.Job.OfflineToOnlineMetaOrBuilder getBatchIngestionOrBuilder()
.feast.core.Job.OfflineToOnlineMeta batch_ingestion = 6;
-
hasStreamIngestion
boolean hasStreamIngestion()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;- Returns:
- Whether the streamIngestion field is set.
-
getStreamIngestion
JobServiceProto.Job.StreamToOnlineMeta getStreamIngestion()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;- Returns:
- The streamIngestion.
-
getStreamIngestionOrBuilder
JobServiceProto.Job.StreamToOnlineMetaOrBuilder getStreamIngestionOrBuilder()
.feast.core.Job.StreamToOnlineMeta stream_ingestion = 7;
-
getMetaCase
JobServiceProto.Job.MetaCase getMetaCase()
-
-