Package feast.proto.core
Interface FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig.RedshiftDestination,FeatureServiceProto.LoggingConfig.RedshiftDestination.Builder
- Enclosing class:
- FeatureServiceProto.LoggingConfig
public static interface FeatureServiceProto.LoggingConfig.RedshiftDestinationOrBuilder 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. ClusterId 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. ClusterId and database will be taken from an offline store config
string table_name = 1;- Returns:
- The bytes for tableName.
-
-