Package feast.proto.core
Interface FeatureServiceProto.FeatureServiceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.FeatureService,FeatureServiceProto.FeatureService.Builder
- Enclosing class:
- FeatureServiceProto
public static interface FeatureServiceProto.FeatureServiceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureServiceProto.FeatureServiceMetagetMeta()System-populated metadata for this feature service.FeatureServiceProto.FeatureServiceMetaOrBuildergetMetaOrBuilder()System-populated metadata for this feature service.FeatureServiceProto.FeatureServiceSpecgetSpec()User-specified specifications of this feature service.FeatureServiceProto.FeatureServiceSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature service.booleanhasMeta()System-populated metadata for this feature service.booleanhasSpec()User-specified specifications of this feature service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSpec
boolean hasSpec()
User-specified specifications of this feature service.
.feast.core.FeatureServiceSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
FeatureServiceProto.FeatureServiceSpec getSpec()
User-specified specifications of this feature service.
.feast.core.FeatureServiceSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
FeatureServiceProto.FeatureServiceSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature service.
.feast.core.FeatureServiceSpec spec = 1;
-
hasMeta
boolean hasMeta()
System-populated metadata for this feature service.
.feast.core.FeatureServiceMeta meta = 2;- Returns:
- Whether the meta field is set.
-
getMeta
FeatureServiceProto.FeatureServiceMeta getMeta()
System-populated metadata for this feature service.
.feast.core.FeatureServiceMeta meta = 2;- Returns:
- The meta.
-
getMetaOrBuilder
FeatureServiceProto.FeatureServiceMetaOrBuilder getMetaOrBuilder()
System-populated metadata for this feature service.
.feast.core.FeatureServiceMeta meta = 2;
-
-