Package feast.proto.core
Class CoreServiceProto.ListFeatureSetsRequest.Filter.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
- feast.proto.core.CoreServiceProto.ListFeatureSetsRequest.Filter.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder,Cloneable
- Enclosing class:
- CoreServiceProto.ListFeatureSetsRequest.Filter
public static final class CoreServiceProto.ListFeatureSetsRequest.Filter.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder> implements CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
Protobuf typefeast.core.ListFeatureSetsRequest.Filter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CoreServiceProto.ListFeatureSetsRequest.Filterbuild()CoreServiceProto.ListFeatureSetsRequest.FilterbuildPartial()CoreServiceProto.ListFeatureSetsRequest.Filter.Builderclear()CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearFeatureSetName()Name of the desired feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearLabels()CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearProject()Name of project that the feature sets belongs to.CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderclearStatus()Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")CoreServiceProto.ListFeatureSetsRequest.Filter.Builderclone()booleancontainsLabels(String key)User defined metadata for feature set.CoreServiceProto.ListFeatureSetsRequest.FiltergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFeatureSetName()Name of the desired feature set.com.google.protobuf.ByteStringgetFeatureSetNameBytes()Name of the desired feature set.Map<String,String>getLabels()Deprecated.intgetLabelsCount()User defined metadata for feature set.Map<String,String>getLabelsMap()User defined metadata for feature set.StringgetLabelsOrDefault(String key, String defaultValue)User defined metadata for feature set.StringgetLabelsOrThrow(String key)User defined metadata for feature set.Map<String,String>getMutableLabels()Deprecated.StringgetProject()Name of project that the feature sets belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of project that the feature sets belongs to.FeatureSetProto.FeatureSetStatusgetStatus()Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")intgetStatusValue()Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()CoreServiceProto.ListFeatureSetsRequest.Filter.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CoreServiceProto.ListFeatureSetsRequest.Filter.BuildermergeFrom(com.google.protobuf.Message other)CoreServiceProto.ListFeatureSetsRequest.Filter.BuildermergeFrom(CoreServiceProto.ListFeatureSetsRequest.Filter other)CoreServiceProto.ListFeatureSetsRequest.Filter.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderputAllLabels(Map<String,String> values)User defined metadata for feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderputLabels(String key, String value)User defined metadata for feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuilderremoveLabels(String key)User defined metadata for feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetFeatureSetName(String value)Name of the desired feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetFeatureSetNameBytes(com.google.protobuf.ByteString value)Name of the desired feature set.CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetProject(String value)Name of project that the feature sets belongs to.CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetProjectBytes(com.google.protobuf.ByteString value)Name of project that the feature sets belongs to.CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetStatus(FeatureSetProto.FeatureSetStatus value)Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetStatusValue(int value)Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")CoreServiceProto.ListFeatureSetsRequest.Filter.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
clear
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
getDefaultInstanceForType
public CoreServiceProto.ListFeatureSetsRequest.Filter getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CoreServiceProto.ListFeatureSetsRequest.Filter build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CoreServiceProto.ListFeatureSetsRequest.Filter buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
setField
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
clearField
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
clearOneof
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
setRepeatedField
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
addRepeatedField
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
mergeFrom
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
mergeFrom
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder mergeFrom(CoreServiceProto.ListFeatureSetsRequest.Filter other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
mergeFrom
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>- Throws:
IOException
-
getProject
public String getProject()
Name of project that the feature sets belongs to. This can be one of - [project_name] - * If an asterisk is provided, filtering on projects will be disabled. All projects will be matched. It is NOT possible to provide an asterisk with a string in order to do pattern matching. If unspecified this field will default to the default project 'default'.
string project = 3;- Specified by:
getProjectin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The project.
-
getProjectBytes
public com.google.protobuf.ByteString getProjectBytes()
Name of project that the feature sets belongs to. This can be one of - [project_name] - * If an asterisk is provided, filtering on projects will be disabled. All projects will be matched. It is NOT possible to provide an asterisk with a string in order to do pattern matching. If unspecified this field will default to the default project 'default'.
string project = 3;- Specified by:
getProjectBytesin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The bytes for project.
-
setProject
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setProject(String value)
Name of project that the feature sets belongs to. This can be one of - [project_name] - * If an asterisk is provided, filtering on projects will be disabled. All projects will be matched. It is NOT possible to provide an asterisk with a string in order to do pattern matching. If unspecified this field will default to the default project 'default'.
string project = 3;- Parameters:
value- The project to set.- Returns:
- This builder for chaining.
-
clearProject
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearProject()
Name of project that the feature sets belongs to. This can be one of - [project_name] - * If an asterisk is provided, filtering on projects will be disabled. All projects will be matched. It is NOT possible to provide an asterisk with a string in order to do pattern matching. If unspecified this field will default to the default project 'default'.
string project = 3;- Returns:
- This builder for chaining.
-
setProjectBytes
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setProjectBytes(com.google.protobuf.ByteString value)
Name of project that the feature sets belongs to. This can be one of - [project_name] - * If an asterisk is provided, filtering on projects will be disabled. All projects will be matched. It is NOT possible to provide an asterisk with a string in order to do pattern matching. If unspecified this field will default to the default project 'default'.
string project = 3;- Parameters:
value- The bytes for project to set.- Returns:
- This builder for chaining.
-
getFeatureSetName
public String getFeatureSetName()
Name of the desired feature set. Asterisks can be used as wildcards in the name. Matching on names is only permitted if a specific project is defined. It is disallowed If the project name is set to "*" e.g. - * can be used to match all feature sets - my-feature-set* can be used to match all features prefixed by "my-feature-set" - my-feature-set-6 can be used to select a single feature set
string feature_set_name = 1;- Specified by:
getFeatureSetNamein interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The featureSetName.
-
getFeatureSetNameBytes
public com.google.protobuf.ByteString getFeatureSetNameBytes()
Name of the desired feature set. Asterisks can be used as wildcards in the name. Matching on names is only permitted if a specific project is defined. It is disallowed If the project name is set to "*" e.g. - * can be used to match all feature sets - my-feature-set* can be used to match all features prefixed by "my-feature-set" - my-feature-set-6 can be used to select a single feature set
string feature_set_name = 1;- Specified by:
getFeatureSetNameBytesin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The bytes for featureSetName.
-
setFeatureSetName
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setFeatureSetName(String value)
Name of the desired feature set. Asterisks can be used as wildcards in the name. Matching on names is only permitted if a specific project is defined. It is disallowed If the project name is set to "*" e.g. - * can be used to match all feature sets - my-feature-set* can be used to match all features prefixed by "my-feature-set" - my-feature-set-6 can be used to select a single feature set
string feature_set_name = 1;- Parameters:
value- The featureSetName to set.- Returns:
- This builder for chaining.
-
clearFeatureSetName
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearFeatureSetName()
Name of the desired feature set. Asterisks can be used as wildcards in the name. Matching on names is only permitted if a specific project is defined. It is disallowed If the project name is set to "*" e.g. - * can be used to match all feature sets - my-feature-set* can be used to match all features prefixed by "my-feature-set" - my-feature-set-6 can be used to select a single feature set
string feature_set_name = 1;- Returns:
- This builder for chaining.
-
setFeatureSetNameBytes
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setFeatureSetNameBytes(com.google.protobuf.ByteString value)
Name of the desired feature set. Asterisks can be used as wildcards in the name. Matching on names is only permitted if a specific project is defined. It is disallowed If the project name is set to "*" e.g. - * can be used to match all feature sets - my-feature-set* can be used to match all features prefixed by "my-feature-set" - my-feature-set-6 can be used to select a single feature set
string feature_set_name = 1;- Parameters:
value- The bytes for featureSetName to set.- Returns:
- This builder for chaining.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilderUser defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;- Specified by:
getLabelsCountin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
containsLabels
public boolean containsLabels(String key)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;- Specified by:
containsLabelsin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;- Specified by:
getLabelsMapin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;- Specified by:
getLabelsOrDefaultin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;- Specified by:
getLabelsOrThrowin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
-
clearLabels
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearLabels()
-
removeLabels
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder removeLabels(String key)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder putLabels(String key, String value)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;
-
putAllLabels
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder putAllLabels(Map<String,String> values)
User defined metadata for feature set. Feature sets with all matching labels will be returned.
map<string, string> labels = 4;
-
getStatusValue
public int getStatusValue()
Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")
.feast.core.FeatureSetStatus status = 5;- Specified by:
getStatusValuein interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
setStatusValue
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setStatusValue(int value)
Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")
.feast.core.FeatureSetStatus status = 5;- Parameters:
value- The enum numeric value on the wire for status to set.- Returns:
- This builder for chaining.
-
getStatus
public FeatureSetProto.FeatureSetStatus getStatus()
Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")
.feast.core.FeatureSetStatus status = 5;- Specified by:
getStatusin interfaceCoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder- Returns:
- The status.
-
setStatus
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setStatus(FeatureSetProto.FeatureSetStatus value)
Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")
.feast.core.FeatureSetStatus status = 5;- Parameters:
value- The status to set.- Returns:
- This builder for chaining.
-
clearStatus
public CoreServiceProto.ListFeatureSetsRequest.Filter.Builder clearStatus()
Filter by FeatureSet's current status Project and Feature Set name still must be specified (could be "*")
.feast.core.FeatureSetStatus status = 5;- Returns:
- This builder for chaining.
-
setUnknownFields
public final CoreServiceProto.ListFeatureSetsRequest.Filter.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
mergeUnknownFields
public final CoreServiceProto.ListFeatureSetsRequest.Filter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CoreServiceProto.ListFeatureSetsRequest.Filter.Builder>
-
-