Interface AttachedClusterUserOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttachedClusterUser
,AttachedClusterUser.Builder
public interface AttachedClusterUserOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUsername()
Required.com.google.protobuf.ByteString
getUsernameBytes()
Required.-
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()
Required. The name of the user, e.g. `my-gcp-id@gmail.com`.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
Required. The name of the user, e.g. `my-gcp-id@gmail.com`.
string username = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for username.
-
-