Class ImportFeatureValuesResponse.Builder

    • Method Detail

      • 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.Builder<ImportFeatureValuesResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesResponse.Builder>
      • getDefaultInstanceForType

        public ImportFeatureValuesResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ImportFeatureValuesResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ImportFeatureValuesResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesResponse.Builder>
      • mergeFrom

        public ImportFeatureValuesResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesResponse.Builder>
        Throws:
        IOException
      • setImportedEntityCount

        public ImportFeatureValuesResponse.Builder setImportedEntityCount​(long value)
         Number of entities that have been imported by the operation.
         
        int64 imported_entity_count = 1;
        Parameters:
        value - The importedEntityCount to set.
        Returns:
        This builder for chaining.
      • clearImportedEntityCount

        public ImportFeatureValuesResponse.Builder clearImportedEntityCount()
         Number of entities that have been imported by the operation.
         
        int64 imported_entity_count = 1;
        Returns:
        This builder for chaining.
      • setImportedFeatureValueCount

        public ImportFeatureValuesResponse.Builder setImportedFeatureValueCount​(long value)
         Number of Feature values that have been imported by the operation.
         
        int64 imported_feature_value_count = 2;
        Parameters:
        value - The importedFeatureValueCount to set.
        Returns:
        This builder for chaining.
      • clearImportedFeatureValueCount

        public ImportFeatureValuesResponse.Builder clearImportedFeatureValueCount()
         Number of Feature values that have been imported by the operation.
         
        int64 imported_feature_value_count = 2;
        Returns:
        This builder for chaining.
      • getInvalidRowCount

        public long getInvalidRowCount()
         The number of rows in input source that weren't imported due to either
         * Not having any featureValues.
         * Having a null entityId.
         * Having a null timestamp.
         * Not being parsable (applicable for CSV sources).
         
        int64 invalid_row_count = 6;
        Specified by:
        getInvalidRowCount in interface ImportFeatureValuesResponseOrBuilder
        Returns:
        The invalidRowCount.
      • setInvalidRowCount

        public ImportFeatureValuesResponse.Builder setInvalidRowCount​(long value)
         The number of rows in input source that weren't imported due to either
         * Not having any featureValues.
         * Having a null entityId.
         * Having a null timestamp.
         * Not being parsable (applicable for CSV sources).
         
        int64 invalid_row_count = 6;
        Parameters:
        value - The invalidRowCount to set.
        Returns:
        This builder for chaining.
      • clearInvalidRowCount

        public ImportFeatureValuesResponse.Builder clearInvalidRowCount()
         The number of rows in input source that weren't imported due to either
         * Not having any featureValues.
         * Having a null entityId.
         * Having a null timestamp.
         * Not being parsable (applicable for CSV sources).
         
        int64 invalid_row_count = 6;
        Returns:
        This builder for chaining.
      • getTimestampOutsideRetentionRowsCount

        public long getTimestampOutsideRetentionRowsCount()
         The number rows that weren't ingested due to having feature timestamps
         outside the retention boundary.
         
        int64 timestamp_outside_retention_rows_count = 4;
        Specified by:
        getTimestampOutsideRetentionRowsCount in interface ImportFeatureValuesResponseOrBuilder
        Returns:
        The timestampOutsideRetentionRowsCount.
      • setTimestampOutsideRetentionRowsCount

        public ImportFeatureValuesResponse.Builder setTimestampOutsideRetentionRowsCount​(long value)
         The number rows that weren't ingested due to having feature timestamps
         outside the retention boundary.
         
        int64 timestamp_outside_retention_rows_count = 4;
        Parameters:
        value - The timestampOutsideRetentionRowsCount to set.
        Returns:
        This builder for chaining.
      • clearTimestampOutsideRetentionRowsCount

        public ImportFeatureValuesResponse.Builder clearTimestampOutsideRetentionRowsCount()
         The number rows that weren't ingested due to having feature timestamps
         outside the retention boundary.
         
        int64 timestamp_outside_retention_rows_count = 4;
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final ImportFeatureValuesResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportFeatureValuesResponse.Builder>