Package feast.proto.core
Interface FeatureTableProto.FeatureTableMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureTableProto.FeatureTableMeta,FeatureTableProto.FeatureTableMeta.Builder
- Enclosing class:
- FeatureTableProto
public static interface FeatureTableProto.FeatureTableMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreatedTimestamp()Time where this Feature Table is createdcom.google.protobuf.TimestampOrBuildergetCreatedTimestampOrBuilder()Time where this Feature Table is createdStringgetHash()Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash changecom.google.protobuf.ByteStringgetHashBytes()Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash changecom.google.protobuf.TimestampgetLastUpdatedTimestamp()Time where this Feature Table is last updatedcom.google.protobuf.TimestampOrBuildergetLastUpdatedTimestampOrBuilder()Time where this Feature Table is last updatedlonggetRevision()Auto incrementing revision no.booleanhasCreatedTimestamp()Time where this Feature Table is createdbooleanhasLastUpdatedTimestamp()Time where this Feature Table is last updated-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreatedTimestamp
boolean hasCreatedTimestamp()
Time where this Feature Table is created
.google.protobuf.Timestamp created_timestamp = 1;- Returns:
- Whether the createdTimestamp field is set.
-
getCreatedTimestamp
com.google.protobuf.Timestamp getCreatedTimestamp()
Time where this Feature Table is created
.google.protobuf.Timestamp created_timestamp = 1;- Returns:
- The createdTimestamp.
-
getCreatedTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
Time where this Feature Table is created
.google.protobuf.Timestamp created_timestamp = 1;
-
hasLastUpdatedTimestamp
boolean hasLastUpdatedTimestamp()
Time where this Feature Table is last updated
.google.protobuf.Timestamp last_updated_timestamp = 2;- Returns:
- Whether the lastUpdatedTimestamp field is set.
-
getLastUpdatedTimestamp
com.google.protobuf.Timestamp getLastUpdatedTimestamp()
Time where this Feature Table is last updated
.google.protobuf.Timestamp last_updated_timestamp = 2;- Returns:
- The lastUpdatedTimestamp.
-
getLastUpdatedTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
Time where this Feature Table is last updated
.google.protobuf.Timestamp last_updated_timestamp = 2;
-
getRevision
long getRevision()
Auto incrementing revision no. of this Feature Table
int64 revision = 3;- Returns:
- The revision.
-
getHash
String getHash()
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
string hash = 4;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()
Hash entities, features, batch_source and stream_source to inform JobService if jobs should be restarted should hash change
string hash = 4;- Returns:
- The bytes for hash.
-
-