Class CoreServiceProto.GetFeatureStatisticsRequest

    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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:
        getFeatureSetIdBytes in interface CoreServiceProto.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:
        getFeaturesList in interface CoreServiceProto.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:
        getFeaturesCount in interface CoreServiceProto.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:
        getFeatures in interface CoreServiceProto.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:
        getFeaturesBytes in interface CoreServiceProto.GetFeatureStatisticsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the features at the given index.
      • 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:
        hasStartDate in interface CoreServiceProto.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:
        getStartDate in interface CoreServiceProto.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:
        getStartDateOrBuilder in interface CoreServiceProto.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:
        getIngestionIdsList in interface CoreServiceProto.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:
        getIngestionIdsCount in interface CoreServiceProto.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:
        getIngestionIds in interface CoreServiceProto.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:
        getIngestionIdsBytes in interface CoreServiceProto.GetFeatureStatisticsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ingestionIds at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • 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,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • getParserForType

        public com.google.protobuf.Parser<CoreServiceProto.GetFeatureStatisticsRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public CoreServiceProto.GetFeatureStatisticsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder