Class ImportFeatureValuesResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
com.google.cloud.aiplatform.v1.ImportFeatureValuesResponse.Builder
All Implemented Interfaces:
ImportFeatureValuesResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ImportFeatureValuesResponse

public static final class ImportFeatureValuesResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder> implements ImportFeatureValuesResponseOrBuilder
 Response message for
 [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1.FeaturestoreService.ImportFeatureValues].
 
Protobuf type google.cloud.aiplatform.v1.ImportFeatureValuesResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ImportFeatureValuesResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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

      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
    • mergeFrom

      public ImportFeatureValuesResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportFeatureValuesResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.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
    • getImportedEntityCount

      public long getImportedEntityCount()
       Number of entities that have been imported by the operation.
       
      int64 imported_entity_count = 1;
      Specified by:
      getImportedEntityCount in interface ImportFeatureValuesResponseOrBuilder
      Returns:
      The importedEntityCount.
    • 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.
    • getImportedFeatureValueCount

      public long getImportedFeatureValueCount()
       Number of Feature values that have been imported by the operation.
       
      int64 imported_feature_value_count = 2;
      Specified by:
      getImportedFeatureValueCount in interface ImportFeatureValuesResponseOrBuilder
      Returns:
      The importedFeatureValueCount.
    • 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.