Package feast.proto.core
Interface CoreServiceProto.DeleteFeatureTableRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.DeleteFeatureTableRequest,CoreServiceProto.DeleteFeatureTableRequest.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.DeleteFeatureTableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of the FeatureTable to delete.com.google.protobuf.ByteStringgetNameBytes()Name of the FeatureTable to delete.StringgetProject()Optional.com.google.protobuf.ByteStringgetProjectBytes()Optional.-
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 delete the Feature Table from. If unspecified, will delete FeatureTable from the default project.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Optional. Name of the Project to delete the Feature Table from. If unspecified, will delete FeatureTable from the default project.
string project = 1;- Returns:
- The bytes for project.
-
getName
String getName()
Name of the FeatureTable to delete.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the FeatureTable to delete.
string name = 2;- Returns:
- The bytes for name.
-
-