Package feast.proto.core
Class CoreServiceProto.GetFeatureStatisticsRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- feast.proto.core.CoreServiceProto.GetFeatureStatisticsRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CoreServiceProto.GetFeatureStatisticsRequestOrBuilder,Serializable
- Enclosing class:
- CoreServiceProto
public static final class CoreServiceProto.GetFeatureStatisticsRequest extends com.google.protobuf.GeneratedMessageV3 implements CoreServiceProto.GetFeatureStatisticsRequestOrBuilder
Protobuf typefeast.core.GetFeatureStatisticsRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoreServiceProto.GetFeatureStatisticsRequest.BuilderProtobuf typefeast.core.GetFeatureStatisticsRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intEND_DATE_FIELD_NUMBERstatic intFEATURE_SET_ID_FIELD_NUMBERstatic intFEATURES_FIELD_NUMBERstatic intFORCE_REFRESH_FIELD_NUMBERstatic intINGESTION_IDS_FIELD_NUMBERstatic intSTART_DATE_FIELD_NUMBERstatic intSTORE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static CoreServiceProto.GetFeatureStatisticsRequestgetDefaultInstance()CoreServiceProto.GetFeatureStatisticsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.TimestampgetEndDate().google.protobuf.Timestamp end_date = 5;com.google.protobuf.TimestampOrBuildergetEndDateOrBuilder().google.protobuf.Timestamp end_date = 5;StringgetFeatures(int index)Optional filter which filters returned statistics by selected features.com.google.protobuf.ByteStringgetFeaturesBytes(int index)Optional filter which filters returned statistics by selected features.intgetFeaturesCount()Optional filter which filters returned statistics by selected features.StringgetFeatureSetId()Feature set to retrieve the statistics for.com.google.protobuf.ByteStringgetFeatureSetIdBytes()Feature set to retrieve the statistics for.com.google.protobuf.ProtocolStringListgetFeaturesList()Optional filter which filters returned statistics by selected features.booleangetForceRefresh()Setting this flag to true will force a recalculation of statistics and overwrite results currently in the cache, if any.StringgetIngestionIds(int index)Optional list of ingestion Ids by which to filter data before retrieving statistics.com.google.protobuf.ByteStringgetIngestionIdsBytes(int index)Optional list of ingestion Ids by which to filter data before retrieving statistics.intgetIngestionIdsCount()Optional list of ingestion Ids by which to filter data before retrieving statistics.com.google.protobuf.ProtocolStringListgetIngestionIdsList()Optional list of ingestion Ids by which to filter data before retrieving statistics.com.google.protobuf.Parser<CoreServiceProto.GetFeatureStatisticsRequest>getParserForType()intgetSerializedSize()com.google.protobuf.TimestampgetStartDate()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.com.google.protobuf.TimestampOrBuildergetStartDateOrBuilder()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.StringgetStore()Optional filter to select store over which the statistics will retrieved.com.google.protobuf.ByteStringgetStoreBytes()Optional filter to select store over which the statistics will retrieved.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasEndDate().google.protobuf.Timestamp end_date = 5;inthashCode()booleanhasStartDate()Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static CoreServiceProto.GetFeatureStatisticsRequest.BuildernewBuilder()static CoreServiceProto.GetFeatureStatisticsRequest.BuildernewBuilder(CoreServiceProto.GetFeatureStatisticsRequest prototype)CoreServiceProto.GetFeatureStatisticsRequest.BuildernewBuilderForType()protected CoreServiceProto.GetFeatureStatisticsRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static CoreServiceProto.GetFeatureStatisticsRequestparseDelimitedFrom(InputStream input)static CoreServiceProto.GetFeatureStatisticsRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(byte[] data)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(com.google.protobuf.ByteString data)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(com.google.protobuf.CodedInputStream input)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(InputStream input)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(ByteBuffer data)static CoreServiceProto.GetFeatureStatisticsRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<CoreServiceProto.GetFeatureStatisticsRequest>parser()CoreServiceProto.GetFeatureStatisticsRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FEATURE_SET_ID_FIELD_NUMBER
public static final int FEATURE_SET_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURES_FIELD_NUMBER
public static final int FEATURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STORE_FIELD_NUMBER
public static final int STORE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_DATE_FIELD_NUMBER
public static final int START_DATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_DATE_FIELD_NUMBER
public static final int END_DATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INGESTION_IDS_FIELD_NUMBER
public static final int INGESTION_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FORCE_REFRESH_FIELD_NUMBER
public static final int FORCE_REFRESH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getFeatureSetId
public String getFeatureSetId()
Feature set to retrieve the statistics for. A fully qualified feature set id in the format of project/feature_set must be provided.
string feature_set_id = 1;- Specified by:
getFeatureSetIdin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The featureSetId.
-
getFeatureSetIdBytes
public com.google.protobuf.ByteString getFeatureSetIdBytes()
Feature set to retrieve the statistics for. A fully qualified feature set id in the format of project/feature_set must be provided.
string feature_set_id = 1;- Specified by:
getFeatureSetIdBytesin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The bytes for featureSetId.
-
getFeaturesList
public com.google.protobuf.ProtocolStringList getFeaturesList()
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Specified by:
getFeaturesListin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- A list containing the features.
-
getFeaturesCount
public int getFeaturesCount()
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Specified by:
getFeaturesCountin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The count of features.
-
getFeatures
public String getFeatures(int index)
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Specified by:
getFeaturesin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The features at the given index.
-
getFeaturesBytes
public com.google.protobuf.ByteString getFeaturesBytes(int index)
Optional filter which filters returned statistics by selected features. These features must be present in the data that is being processed.
repeated string features = 2;- Specified by:
getFeaturesBytesin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the features at the given index.
-
getStore
public String getStore()
Optional filter to select store over which the statistics will retrieved. Only historical stores are allowed.
string store = 3;- Specified by:
getStorein interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The store.
-
getStoreBytes
public com.google.protobuf.ByteString getStoreBytes()
Optional filter to select store over which the statistics will retrieved. Only historical stores are allowed.
string store = 3;- Specified by:
getStoreBytesin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The bytes for store.
-
hasStartDate
public boolean hasStartDate()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;- Specified by:
hasStartDatein interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- Whether the startDate field is set.
-
getStartDate
public com.google.protobuf.Timestamp getStartDate()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;- Specified by:
getStartDatein interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The startDate.
-
getStartDateOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartDateOrBuilder()
Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not. Only dates are supported, not times. Cannot be used with dataset_ids. If this period spans multiple days, unaggregatable statistics will be dropped.
.google.protobuf.Timestamp start_date = 4;- Specified by:
getStartDateOrBuilderin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder
-
hasEndDate
public boolean hasEndDate()
.google.protobuf.Timestamp end_date = 5;- Specified by:
hasEndDatein interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- Whether the endDate field is set.
-
getEndDate
public com.google.protobuf.Timestamp getEndDate()
.google.protobuf.Timestamp end_date = 5;- Specified by:
getEndDatein interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The endDate.
-
getEndDateOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
.google.protobuf.Timestamp end_date = 5;- Specified by:
getEndDateOrBuilderin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder
-
getIngestionIdsList
public com.google.protobuf.ProtocolStringList getIngestionIdsList()
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Specified by:
getIngestionIdsListin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- A list containing the ingestionIds.
-
getIngestionIdsCount
public int getIngestionIdsCount()
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Specified by:
getIngestionIdsCountin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The count of ingestionIds.
-
getIngestionIds
public String getIngestionIds(int index)
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Specified by:
getIngestionIdsin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ingestionIds at the given index.
-
getIngestionIdsBytes
public com.google.protobuf.ByteString getIngestionIdsBytes(int index)
Optional list of ingestion Ids by which to filter data before retrieving statistics. Cannot be used with the date ranges If multiple dataset ids are provided, unaggregatable statistics will be dropped.
repeated string ingestion_ids = 6;- Specified by:
getIngestionIdsBytesin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ingestionIds at the given index.
-
getForceRefresh
public boolean getForceRefresh()
Setting this flag to true will force a recalculation of statistics and overwrite results currently in the cache, if any.
bool force_refresh = 7;- Specified by:
getForceRefreshin interfaceCoreServiceProto.GetFeatureStatisticsRequestOrBuilder- Returns:
- The forceRefresh.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CoreServiceProto.GetFeatureStatisticsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CoreServiceProto.GetFeatureStatisticsRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CoreServiceProto.GetFeatureStatisticsRequest.Builder newBuilder()
-
newBuilder
public static CoreServiceProto.GetFeatureStatisticsRequest.Builder newBuilder(CoreServiceProto.GetFeatureStatisticsRequest prototype)
-
toBuilder
public CoreServiceProto.GetFeatureStatisticsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CoreServiceProto.GetFeatureStatisticsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CoreServiceProto.GetFeatureStatisticsRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CoreServiceProto.GetFeatureStatisticsRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<CoreServiceProto.GetFeatureStatisticsRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CoreServiceProto.GetFeatureStatisticsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-