Package feast.proto.core
Interface CoreServiceProto.ApplyFeatureSetResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ApplyFeatureSetResponse,CoreServiceProto.ApplyFeatureSetResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ApplyFeatureSetResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureSetProto.FeatureSetgetFeatureSet().feast.core.FeatureSet feature_set = 1;FeatureSetProto.FeatureSetOrBuildergetFeatureSetOrBuilder().feast.core.FeatureSet feature_set = 1;CoreServiceProto.ApplyFeatureSetResponse.StatusgetStatus().feast.core.ApplyFeatureSetResponse.Status status = 2;intgetStatusValue().feast.core.ApplyFeatureSetResponse.Status status = 2;booleanhasFeatureSet().feast.core.FeatureSet feature_set = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFeatureSet
boolean hasFeatureSet()
.feast.core.FeatureSet feature_set = 1;- Returns:
- Whether the featureSet field is set.
-
getFeatureSet
FeatureSetProto.FeatureSet getFeatureSet()
.feast.core.FeatureSet feature_set = 1;- Returns:
- The featureSet.
-
getFeatureSetOrBuilder
FeatureSetProto.FeatureSetOrBuilder getFeatureSetOrBuilder()
.feast.core.FeatureSet feature_set = 1;
-
getStatusValue
int getStatusValue()
.feast.core.ApplyFeatureSetResponse.Status status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
CoreServiceProto.ApplyFeatureSetResponse.Status getStatus()
.feast.core.ApplyFeatureSetResponse.Status status = 2;- Returns:
- The status.
-
-