Interface Asset.DiscoveryStatus.StatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDataItems()
      The count of data items within the referenced resource.
      long getDataSize()
      The number of stored data bytes within the referenced resource.
      long getFilesets()
      The count of fileset entities within the referenced resource.
      long getTables()
      The count of table entities within the referenced resource.
      • 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

      • getDataItems

        long getDataItems()
         The count of data items within the referenced resource.
         
        int64 data_items = 1;
        Returns:
        The dataItems.
      • getDataSize

        long getDataSize()
         The number of stored data bytes within the referenced resource.
         
        int64 data_size = 2;
        Returns:
        The dataSize.
      • getTables

        long getTables()
         The count of table entities within the referenced resource.
         
        int64 tables = 3;
        Returns:
        The tables.
      • getFilesets

        long getFilesets()
         The count of fileset entities within the referenced resource.
         
        int64 filesets = 4;
        Returns:
        The filesets.