Class DeleteFeatureValuesResponse.SelectEntity.Builder

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

public static final class DeleteFeatureValuesResponse.SelectEntity.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeleteFeatureValuesResponse.SelectEntity.Builder> implements DeleteFeatureValuesResponse.SelectEntityOrBuilder
 Response message if the request uses the SelectEntity option.
 
Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesResponse.SelectEntity
  • 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<DeleteFeatureValuesResponse.SelectEntity.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<DeleteFeatureValuesResponse.SelectEntity.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<DeleteFeatureValuesResponse.SelectEntity.Builder>
    • getDefaultInstanceForType

      public DeleteFeatureValuesResponse.SelectEntity 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

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DeleteFeatureValuesResponse.SelectEntity.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<DeleteFeatureValuesResponse.SelectEntity.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<DeleteFeatureValuesResponse.SelectEntity.Builder>
    • mergeFrom

      public DeleteFeatureValuesResponse.SelectEntity.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<DeleteFeatureValuesResponse.SelectEntity.Builder>
      Throws:
      IOException
    • getOfflineStorageDeletedEntityRowCount

      public long getOfflineStorageDeletedEntityRowCount()
       The count of deleted entity rows in the offline storage.
       Each row corresponds to the combination of an entity ID and a timestamp.
       One entity ID can have multiple rows in the offline storage.
       
      int64 offline_storage_deleted_entity_row_count = 1;
      Specified by:
      getOfflineStorageDeletedEntityRowCount in interface DeleteFeatureValuesResponse.SelectEntityOrBuilder
      Returns:
      The offlineStorageDeletedEntityRowCount.
    • setOfflineStorageDeletedEntityRowCount

      public DeleteFeatureValuesResponse.SelectEntity.Builder setOfflineStorageDeletedEntityRowCount(long value)
       The count of deleted entity rows in the offline storage.
       Each row corresponds to the combination of an entity ID and a timestamp.
       One entity ID can have multiple rows in the offline storage.
       
      int64 offline_storage_deleted_entity_row_count = 1;
      Parameters:
      value - The offlineStorageDeletedEntityRowCount to set.
      Returns:
      This builder for chaining.
    • clearOfflineStorageDeletedEntityRowCount

      public DeleteFeatureValuesResponse.SelectEntity.Builder clearOfflineStorageDeletedEntityRowCount()
       The count of deleted entity rows in the offline storage.
       Each row corresponds to the combination of an entity ID and a timestamp.
       One entity ID can have multiple rows in the offline storage.
       
      int64 offline_storage_deleted_entity_row_count = 1;
      Returns:
      This builder for chaining.
    • getOnlineStorageDeletedEntityCount

      public long getOnlineStorageDeletedEntityCount()
       The count of deleted entities in the online storage.
       Each entity ID corresponds to one entity.
       
      int64 online_storage_deleted_entity_count = 2;
      Specified by:
      getOnlineStorageDeletedEntityCount in interface DeleteFeatureValuesResponse.SelectEntityOrBuilder
      Returns:
      The onlineStorageDeletedEntityCount.
    • setOnlineStorageDeletedEntityCount

      public DeleteFeatureValuesResponse.SelectEntity.Builder setOnlineStorageDeletedEntityCount(long value)
       The count of deleted entities in the online storage.
       Each entity ID corresponds to one entity.
       
      int64 online_storage_deleted_entity_count = 2;
      Parameters:
      value - The onlineStorageDeletedEntityCount to set.
      Returns:
      This builder for chaining.
    • clearOnlineStorageDeletedEntityCount

      public DeleteFeatureValuesResponse.SelectEntity.Builder clearOnlineStorageDeletedEntityCount()
       The count of deleted entities in the online storage.
       Each entity ID corresponds to one entity.
       
      int64 online_storage_deleted_entity_count = 2;
      Returns:
      This builder for chaining.