Package feast.proto.core
Interface CoreServiceProto.UpdateFeatureSetStatusRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.UpdateFeatureSetStatusRequest,CoreServiceProto.UpdateFeatureSetStatusRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.UpdateFeatureSetStatusRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureSetReferenceProto.FeatureSetReferencegetReference()FeatureSetReference of FeatureSet to updateFeatureSetReferenceProto.FeatureSetReferenceOrBuildergetReferenceOrBuilder()FeatureSetReference of FeatureSet to updateFeatureSetProto.FeatureSetStatusgetStatus()Target statusintgetStatusValue()Target statusbooleanhasReference()FeatureSetReference of FeatureSet to update-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasReference
boolean hasReference()
FeatureSetReference of FeatureSet to update
.feast.core.FeatureSetReference reference = 1;- Returns:
- Whether the reference field is set.
-
getReference
FeatureSetReferenceProto.FeatureSetReference getReference()
FeatureSetReference of FeatureSet to update
.feast.core.FeatureSetReference reference = 1;- Returns:
- The reference.
-
getReferenceOrBuilder
FeatureSetReferenceProto.FeatureSetReferenceOrBuilder getReferenceOrBuilder()
FeatureSetReference of FeatureSet to update
.feast.core.FeatureSetReference reference = 1;
-
getStatusValue
int getStatusValue()
Target status
.feast.core.FeatureSetStatus status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
FeatureSetProto.FeatureSetStatus getStatus()
Target status
.feast.core.FeatureSetStatus status = 2;- Returns:
- The status.
-
-