public static interface CoreServiceProto.ListFeatureSetsRequest.FilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureSetName()
Name of the desired feature set.
|
com.google.protobuf.ByteString |
getFeatureSetNameBytes()
Name of the desired feature set.
|
String |
getFeatureSetVersion()
Version of the desired feature set.
|
com.google.protobuf.ByteString |
getFeatureSetVersionBytes()
Version of the desired feature set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFeatureSetName()
Name of the desired feature set. Valid regex strings are allowed. e.g. - .* can be used to match all feature sets - my-project-.* can be used to match all features prefixed by "my-project"
string feature_set_name = 1;com.google.protobuf.ByteString getFeatureSetNameBytes()
Name of the desired feature set. Valid regex strings are allowed. e.g. - .* can be used to match all feature sets - my-project-.* can be used to match all features prefixed by "my-project"
string feature_set_name = 1;String getFeatureSetVersion()
Version of the desired feature set. Either a number or valid expression can be provided. e.g. - 1 will match version 1 exactly - >=1 will match all versions greater or equal to 1 - <10 will match all versions less than 10
string feature_set_version = 2;com.google.protobuf.ByteString getFeatureSetVersionBytes()
Version of the desired feature set. Either a number or valid expression can be provided. e.g. - 1 will match version 1 exactly - >=1 will match all versions greater or equal to 1 - <10 will match all versions less than 10
string feature_set_version = 2;Copyright © 2020 Gojek. All rights reserved.