Package feast.proto.core
Interface CoreServiceProto.ListFeatureTablesRequest.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ListFeatureTablesRequest.Filter,CoreServiceProto.ListFeatureTablesRequest.Filter.Builder
- Enclosing class:
- CoreServiceProto.ListFeatureTablesRequest
public static interface CoreServiceProto.ListFeatureTablesRequest.FilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Optional.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Optional.Map<String,String>getLabelsMap()Optional.StringgetLabelsOrDefault(String key, String defaultValue)Optional.StringgetLabelsOrThrow(String key)Optional.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. Specifies the name of the project to list Feature Tables in. If unspecified would list Feature Tables in the default project.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Optional. Specifies the name of the project to list Feature Tables in. If unspecified would list Feature Tables in the default project.
string project = 1;- Returns:
- The bytes for project.
-
getLabelsCount
int getLabelsCount()
Optional. Feature Tables with all matching labels will be returned. If unspecified would list Feature Tables without filtering by labels.
map<string, string> labels = 3;
-
containsLabels
boolean containsLabels(String key)
Optional. Feature Tables with all matching labels will be returned. If unspecified would list Feature Tables without filtering by labels.
map<string, string> labels = 3;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Optional. Feature Tables with all matching labels will be returned. If unspecified would list Feature Tables without filtering by labels.
map<string, string> labels = 3;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Optional. Feature Tables with all matching labels will be returned. If unspecified would list Feature Tables without filtering by labels.
map<string, string> labels = 3;
-
-