Package feast.proto.core
Interface JobServiceProto.StartOfflineToOnlineIngestionJobResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobServiceProto.StartOfflineToOnlineIngestionJobResponse,JobServiceProto.StartOfflineToOnlineIngestionJobResponse.Builder
- Enclosing class:
- JobServiceProto
public static interface JobServiceProto.StartOfflineToOnlineIngestionJobResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Job ID assigned by Feastcom.google.protobuf.ByteStringgetIdBytes()Job ID assigned by Feastcom.google.protobuf.TimestampgetJobStartTime()Job start timecom.google.protobuf.TimestampOrBuildergetJobStartTimeOrBuilder()Job start timeStringgetLogUri()Path to Spark job logs, if availablecom.google.protobuf.ByteStringgetLogUriBytes()Path to Spark job logs, if availableStringgetTableName()Feature table associated with the jobcom.google.protobuf.ByteStringgetTableNameBytes()Feature table associated with the jobbooleanhasJobStartTime()Job start time-
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()
Job ID assigned by Feast
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Job ID assigned by Feast
string id = 1;- Returns:
- The bytes for id.
-
hasJobStartTime
boolean hasJobStartTime()
Job start time
.google.protobuf.Timestamp job_start_time = 2;- Returns:
- Whether the jobStartTime field is set.
-
getJobStartTime
com.google.protobuf.Timestamp getJobStartTime()
Job start time
.google.protobuf.Timestamp job_start_time = 2;- Returns:
- The jobStartTime.
-
getJobStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getJobStartTimeOrBuilder()
Job start time
.google.protobuf.Timestamp job_start_time = 2;
-
getTableName
String getTableName()
Feature table associated with the job
string table_name = 3;- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
Feature table associated with the job
string table_name = 3;- Returns:
- The bytes for tableName.
-
getLogUri
String getLogUri()
Path to Spark job logs, if available
string log_uri = 4;- Returns:
- The logUri.
-
getLogUriBytes
com.google.protobuf.ByteString getLogUriBytes()
Path to Spark job logs, if available
string log_uri = 4;- Returns:
- The bytes for logUri.
-
-