public interface GetLoginProfileRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()
 The unique ID for the user in format `users/{user}`. | 
| ByteString | getNameBytes()
 The unique ID for the user in format `users/{user}`. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
 The unique ID for the user in format `users/{user}`.
 
 string name = 1;ByteString getNameBytes()
 The unique ID for the user in format `users/{user}`.
 
 string name = 1;