Package lgraph
Interface Lgraph.DelRoleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.DelRoleRequest,Lgraph.DelRoleRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.DelRoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRole()required string role = 1;com.google.protobuf.ByteStringgetRoleBytes()required string role = 1;booleanhasRole()required string role = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRole
boolean hasRole()
required string role = 1;
-
getRole
String getRole()
required string role = 1;
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
required string role = 1;
-
-