public static interface StoreProto.StoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoreProto.Store.BigQueryConfig |
getBigqueryConfig()
.feast.core.Store.BigQueryConfig bigquery_config = 12; |
StoreProto.Store.BigQueryConfigOrBuilder |
getBigqueryConfigOrBuilder()
.feast.core.Store.BigQueryConfig bigquery_config = 12; |
StoreProto.Store.CassandraConfig |
getCassandraConfig()
.feast.core.Store.CassandraConfig cassandra_config = 13; |
StoreProto.Store.CassandraConfigOrBuilder |
getCassandraConfigOrBuilder()
.feast.core.Store.CassandraConfig cassandra_config = 13; |
StoreProto.Store.ConfigCase |
getConfigCase() |
String |
getName()
Name of the store.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the store.
|
StoreProto.Store.RedisConfig |
getRedisConfig()
.feast.core.Store.RedisConfig redis_config = 11; |
StoreProto.Store.RedisConfigOrBuilder |
getRedisConfigOrBuilder()
.feast.core.Store.RedisConfig redis_config = 11; |
StoreProto.Store.Subscription |
getSubscriptions(int index)
Feature sets to subscribe to.
|
int |
getSubscriptionsCount()
Feature sets to subscribe to.
|
List<StoreProto.Store.Subscription> |
getSubscriptionsList()
Feature sets to subscribe to.
|
StoreProto.Store.SubscriptionOrBuilder |
getSubscriptionsOrBuilder(int index)
Feature sets to subscribe to.
|
List<? extends StoreProto.Store.SubscriptionOrBuilder> |
getSubscriptionsOrBuilderList()
Feature sets to subscribe to.
|
StoreProto.Store.StoreType |
getType()
Type of store.
|
int |
getTypeValue()
Type of store.
|
boolean |
hasBigqueryConfig()
.feast.core.Store.BigQueryConfig bigquery_config = 12; |
boolean |
hasCassandraConfig()
.feast.core.Store.CassandraConfig cassandra_config = 13; |
boolean |
hasRedisConfig()
.feast.core.Store.RedisConfig redis_config = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the store.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the store.
string name = 1;int getTypeValue()
Type of store.
.feast.core.Store.StoreType type = 2;StoreProto.Store.StoreType getType()
Type of store.
.feast.core.Store.StoreType type = 2;List<StoreProto.Store.Subscription> getSubscriptionsList()
Feature sets to subscribe to.
repeated .feast.core.Store.Subscription subscriptions = 4;StoreProto.Store.Subscription getSubscriptions(int index)
Feature sets to subscribe to.
repeated .feast.core.Store.Subscription subscriptions = 4;int getSubscriptionsCount()
Feature sets to subscribe to.
repeated .feast.core.Store.Subscription subscriptions = 4;List<? extends StoreProto.Store.SubscriptionOrBuilder> getSubscriptionsOrBuilderList()
Feature sets to subscribe to.
repeated .feast.core.Store.Subscription subscriptions = 4;StoreProto.Store.SubscriptionOrBuilder getSubscriptionsOrBuilder(int index)
Feature sets to subscribe to.
repeated .feast.core.Store.Subscription subscriptions = 4;boolean hasRedisConfig()
.feast.core.Store.RedisConfig redis_config = 11;StoreProto.Store.RedisConfig getRedisConfig()
.feast.core.Store.RedisConfig redis_config = 11;StoreProto.Store.RedisConfigOrBuilder getRedisConfigOrBuilder()
.feast.core.Store.RedisConfig redis_config = 11;boolean hasBigqueryConfig()
.feast.core.Store.BigQueryConfig bigquery_config = 12;StoreProto.Store.BigQueryConfig getBigqueryConfig()
.feast.core.Store.BigQueryConfig bigquery_config = 12;StoreProto.Store.BigQueryConfigOrBuilder getBigqueryConfigOrBuilder()
.feast.core.Store.BigQueryConfig bigquery_config = 12;boolean hasCassandraConfig()
.feast.core.Store.CassandraConfig cassandra_config = 13;StoreProto.Store.CassandraConfig getCassandraConfig()
.feast.core.Store.CassandraConfig cassandra_config = 13;StoreProto.Store.CassandraConfigOrBuilder getCassandraConfigOrBuilder()
.feast.core.Store.CassandraConfig cassandra_config = 13;StoreProto.Store.ConfigCase getConfigCase()
Copyright © 2020 Gojek. All rights reserved.