Package io.etcd.jetcd.api
Interface AuthRoleAddRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthRoleAddRequest,AuthRoleAddRequest.Builder
public interface AuthRoleAddRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()name is the name of the role to add to the authentication system.com.google.protobuf.ByteStringgetNameBytes()name is the name of the role to add to the authentication system.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
name is the name of the role to add to the authentication system.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
name is the name of the role to add to the authentication system.
string name = 1;- Returns:
- The bytes for name.
-
-