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