Interface ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadTensorboardUsageResponse.PerUserUsageData, ReadTensorboardUsageResponse.PerUserUsageData.Builder
Enclosing class:
ReadTensorboardUsageResponse

public static interface ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    User's username
    com.google.protobuf.ByteString
    User's username
    long
    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 Details

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