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()
Versions of the given feature sets that will be returned.
|
com.google.protobuf.ByteString |
getFeatureSetVersionBytes()
Versions of the given feature sets that will be returned.
|
String |
getProject()
Name of project that the feature sets belongs to.
|
com.google.protobuf.ByteString |
getProjectBytes()
Name of project that the feature sets belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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.
string project = 3;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.
string project = 3;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;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;String getFeatureSetVersion()
Versions of the given feature sets that will be returned.
Valid options for version:
"latest": only the latest version is returned.
"*": Subscribe to all versions
[version number]: pin to a specific version. Project and feature set name must be
explicitly defined if a specific version is pinned.
string feature_set_version = 2;com.google.protobuf.ByteString getFeatureSetVersionBytes()
Versions of the given feature sets that will be returned.
Valid options for version:
"latest": only the latest version is returned.
"*": Subscribe to all versions
[version number]: pin to a specific version. Project and feature set name must be
explicitly defined if a specific version is pinned.
string feature_set_version = 2;Copyright © 2020 Gojek. All rights reserved.