public interface DeletePosixAccountRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()
 A reference to the POSIX account to update. | 
| ByteString | getNameBytes()
 A reference to the POSIX account to update. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
 A reference to the POSIX account to update. POSIX accounts are identified
 by the project ID they are associated with. A reference to the POSIX
 account is in format `users/{user}/projects/{project}`.
 
 string name = 1;ByteString getNameBytes()
 A reference to the POSIX account to update. POSIX accounts are identified
 by the project ID they are associated with. A reference to the POSIX
 account is in format `users/{user}/projects/{project}`.
 
 string name = 1;