Package feast.proto.core
Interface FeatureServiceProto.LoggingConfig.AthenaDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig.AthenaDestination,FeatureServiceProto.LoggingConfig.AthenaDestination.Builder
- Enclosing class:
- FeatureServiceProto.LoggingConfig
public static interface FeatureServiceProto.LoggingConfig.AthenaDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTableName()Destination table name.com.google.protobuf.ByteStringgetTableNameBytes()Destination table name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTableName
String getTableName()
Destination table name. data_source and database will be taken from an offline store config
string table_name = 1;- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
Destination table name. data_source and database will be taken from an offline store config
string table_name = 1;- Returns:
- The bytes for tableName.
-
-