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
Modifier and TypeMethodDescriptionUser's usernamecom.google.protobuf.ByteStringUser's usernamelongNumber of times the user has read data within the Tensorboard.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-