Package feast.proto.core
Interface IngestionJobProto.FeatureSetSpecAckOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionJobProto.FeatureSetSpecAck,IngestionJobProto.FeatureSetSpecAck.Builder
- Enclosing class:
- IngestionJobProto
public static interface IngestionJobProto.FeatureSetSpecAckOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureSetReference()string feature_set_reference = 1;com.google.protobuf.ByteStringgetFeatureSetReferenceBytes()string feature_set_reference = 1;intgetFeatureSetVersion()int32 feature_set_version = 2;StringgetJobName()string job_name = 3;com.google.protobuf.ByteStringgetJobNameBytes()string job_name = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureSetReference
String getFeatureSetReference()
string feature_set_reference = 1;- Returns:
- The featureSetReference.
-
getFeatureSetReferenceBytes
com.google.protobuf.ByteString getFeatureSetReferenceBytes()
string feature_set_reference = 1;- Returns:
- The bytes for featureSetReference.
-
getFeatureSetVersion
int getFeatureSetVersion()
int32 feature_set_version = 2;- Returns:
- The featureSetVersion.
-
getJobName
String getJobName()
string job_name = 3;- Returns:
- The jobName.
-
getJobNameBytes
com.google.protobuf.ByteString getJobNameBytes()
string job_name = 3;- Returns:
- The bytes for jobName.
-
-