Interface CoreServiceProto.GetFeatureStatisticsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getEndDate()
      .google.protobuf.Timestamp end_date = 5;
      com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
      .google.protobuf.Timestamp end_date = 5;
      String getFeatures​(int index)
      Optional filter which filters returned statistics by selected features.
      com.google.protobuf.ByteString getFeaturesBytes​(int index)
      Optional filter which filters returned statistics by selected features.
      int getFeaturesCount()
      Optional filter which filters returned statistics by selected features.
      String getFeatureSetId()
      Feature set to retrieve the statistics for.
      com.google.protobuf.ByteString getFeatureSetIdBytes()
      Feature set to retrieve the statistics for.
      List<String> getFeaturesList()
      Optional filter which filters returned statistics by selected features.
      boolean getForceRefresh()
      Setting this flag to true will force a recalculation of statistics and overwrite results currently in the cache, if any.
      String getIngestionIds​(int index)
      Optional list of ingestion Ids by which to filter data before retrieving statistics.
      com.google.protobuf.ByteString getIngestionIdsBytes​(int index)
      Optional list of ingestion Ids by which to filter data before retrieving statistics.
      int getIngestionIdsCount()
      Optional list of ingestion Ids by which to filter data before retrieving statistics.
      List<String> getIngestionIdsList()
      Optional list of ingestion Ids by which to filter data before retrieving statistics.
      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.
      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.
      String getStore()
      Optional filter to select store over which the statistics will retrieved.
      com.google.protobuf.ByteString getStoreBytes()
      Optional filter to select store over which the statistics will retrieved.
      boolean hasEndDate()
      .google.protobuf.Timestamp end_date = 5;
      boolean hasStartDate()
      Optional start and end dates over which to filter statistical data Start date is inclusive, but end date is not.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFeatureSetId

        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;
        Returns:
        The featureSetId.
      • getFeatureSetIdBytes

        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;
        Returns:
        The bytes for featureSetId.
      • getFeaturesList

        List<String> 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;
        Returns:
        A list containing the features.
      • getFeaturesCount

        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;
        Returns:
        The count of features.
      • getFeatures

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The features at the given index.
      • getFeaturesBytes

        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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the features at the given index.
      • getStore

        String getStore()
         Optional filter to select store over which the statistics will retrieved.
         Only historical stores are allowed.
         
        string store = 3;
        Returns:
        The store.
      • getStoreBytes

        com.google.protobuf.ByteString getStoreBytes()
         Optional filter to select store over which the statistics will retrieved.
         Only historical stores are allowed.
         
        string store = 3;
        Returns:
        The bytes for store.
      • hasStartDate

        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;
        Returns:
        Whether the startDate field is set.
      • getStartDate

        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;
        Returns:
        The startDate.
      • getStartDateOrBuilder

        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;
      • hasEndDate

        boolean hasEndDate()
        .google.protobuf.Timestamp end_date = 5;
        Returns:
        Whether the endDate field is set.
      • getEndDate

        com.google.protobuf.Timestamp getEndDate()
        .google.protobuf.Timestamp end_date = 5;
        Returns:
        The endDate.
      • getEndDateOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndDateOrBuilder()
        .google.protobuf.Timestamp end_date = 5;
      • getIngestionIdsList

        List<String> 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;
        Returns:
        A list containing the ingestionIds.
      • getIngestionIdsCount

        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;
        Returns:
        The count of ingestionIds.
      • getIngestionIds

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The ingestionIds at the given index.
      • getIngestionIdsBytes

        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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ingestionIds at the given index.
      • getForceRefresh

        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;
        Returns:
        The forceRefresh.