public static interface StoreProto.Store.SubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of featureSet to subscribe to.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of featureSet to subscribe to.
|
String |
getVersion()
Versions of the given featureSet that will be ingested into this store.
|
com.google.protobuf.ByteString |
getVersionBytes()
Versions of the given featureSet that will be ingested into this store.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of featureSet to subscribe to. This field supports any valid basic POSIX regex, e.g. customer_.* or .* https://www.regular-expressions.info/posix.html
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of featureSet to subscribe to. This field supports any valid basic POSIX regex, e.g. customer_.* or .* https://www.regular-expressions.info/posix.html
string name = 1;String getVersion()
Versions of the given featureSet that will be ingested into this store.
Valid options for version:
latest: only subscribe to latest version of feature set
[version number]: pin to a specific version
>[version number]: subscribe to all versions larger than or equal to [version number]
string version = 2;com.google.protobuf.ByteString getVersionBytes()
Versions of the given featureSet that will be ingested into this store.
Valid options for version:
latest: only subscribe to latest version of feature set
[version number]: pin to a specific version
>[version number]: subscribe to all versions larger than or equal to [version number]
string version = 2;Copyright © 2020 Gojek. All rights reserved.