Package feast.proto.core
Interface FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureServiceProto.LoggingConfig.FileDestination,FeatureServiceProto.LoggingConfig.FileDestination.Builder
- Enclosing class:
- FeatureServiceProto.LoggingConfig
public static interface FeatureServiceProto.LoggingConfig.FileDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPartitionBy(int index)column names to use for partitioningcom.google.protobuf.ByteStringgetPartitionByBytes(int index)column names to use for partitioningintgetPartitionByCount()column names to use for partitioningList<String>getPartitionByList()column names to use for partitioningStringgetPath()string path = 1;com.google.protobuf.ByteStringgetPathBytes()string path = 1;StringgetS3EndpointOverride()string s3_endpoint_override = 2;com.google.protobuf.ByteStringgetS3EndpointOverrideBytes()string s3_endpoint_override = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
String getPath()
string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
string path = 1;- Returns:
- The bytes for path.
-
getS3EndpointOverride
String getS3EndpointOverride()
string s3_endpoint_override = 2;- Returns:
- The s3EndpointOverride.
-
getS3EndpointOverrideBytes
com.google.protobuf.ByteString getS3EndpointOverrideBytes()
string s3_endpoint_override = 2;- Returns:
- The bytes for s3EndpointOverride.
-
getPartitionByList
List<String> getPartitionByList()
column names to use for partitioning
repeated string partition_by = 3;- Returns:
- A list containing the partitionBy.
-
getPartitionByCount
int getPartitionByCount()
column names to use for partitioning
repeated string partition_by = 3;- Returns:
- The count of partitionBy.
-
getPartitionBy
String getPartitionBy(int index)
column names to use for partitioning
repeated string partition_by = 3;- Parameters:
index- The index of the element to return.- Returns:
- The partitionBy at the given index.
-
getPartitionByBytes
com.google.protobuf.ByteString getPartitionByBytes(int index)
column names to use for partitioning
repeated string partition_by = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionBy at the given index.
-
-