Package feast.proto.core
Interface CoreServiceProto.ApplyFeatureTableRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ApplyFeatureTableRequest,CoreServiceProto.ApplyFeatureTableRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ApplyFeatureTableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProject()Optional.com.google.protobuf.ByteStringgetProjectBytes()Optional.FeatureTableProto.FeatureTableSpecgetTableSpec()Feature Table specification to applyFeatureTableProto.FeatureTableSpecOrBuildergetTableSpecOrBuilder()Feature Table specification to applybooleanhasTableSpec()Feature Table specification to apply-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Optional. Name of the Project to apply the Feature Table to. If unspecified, will apply FeatureTable to the default project.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Optional. Name of the Project to apply the Feature Table to. If unspecified, will apply FeatureTable to the default project.
string project = 1;- Returns:
- The bytes for project.
-
hasTableSpec
boolean hasTableSpec()
Feature Table specification to apply
.feast.core.FeatureTableSpec table_spec = 2;- Returns:
- Whether the tableSpec field is set.
-
getTableSpec
FeatureTableProto.FeatureTableSpec getTableSpec()
Feature Table specification to apply
.feast.core.FeatureTableSpec table_spec = 2;- Returns:
- The tableSpec.
-
getTableSpecOrBuilder
FeatureTableProto.FeatureTableSpecOrBuilder getTableSpecOrBuilder()
Feature Table specification to apply
.feast.core.FeatureTableSpec table_spec = 2;
-
-