Interface ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUsername()
      User's username
      com.google.protobuf.ByteString getUsernameBytes()
      User's username
      long getViewCount()
      Number of times the user has read data within the Tensorboard.
      • 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

      • getUsername

        String getUsername()
         User's username
         
        string username = 1;
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
         User's username
         
        string username = 1;
        Returns:
        The bytes for username.
      • getViewCount

        long getViewCount()
         Number of times the user has read data within the Tensorboard.
         
        int64 view_count = 2;
        Returns:
        The viewCount.