Package lgraph
Interface Lgraph.AddRoleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddRoleRequest,Lgraph.AddRoleRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddRoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDesc()optional string desc = 2;com.google.protobuf.ByteStringgetDescBytes()optional string desc = 2;StringgetRole()required string role = 1;com.google.protobuf.ByteStringgetRoleBytes()required string role = 1;booleanhasDesc()optional string desc = 2;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;
-
hasDesc
boolean hasDesc()
optional string desc = 2;
-
getDesc
String getDesc()
optional string desc = 2;
-
getDescBytes
com.google.protobuf.ByteString getDescBytes()
optional string desc = 2;
-
-