Package lgraph
Interface Lgraph.ListRoleResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ListRoleResponse,Lgraph.ListRoleResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ListRoleResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsRoles(String key)map<string, .lgraph.ProtoRoleInfo> roles = 1;Map<String,Lgraph.ProtoRoleInfo>getRoles()Deprecated.intgetRolesCount()map<string, .lgraph.ProtoRoleInfo> roles = 1;Map<String,Lgraph.ProtoRoleInfo>getRolesMap()map<string, .lgraph.ProtoRoleInfo> roles = 1;Lgraph.ProtoRoleInfogetRolesOrDefault(String key, Lgraph.ProtoRoleInfo defaultValue)map<string, .lgraph.ProtoRoleInfo> roles = 1;Lgraph.ProtoRoleInfogetRolesOrThrow(String key)map<string, .lgraph.ProtoRoleInfo> roles = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRolesCount
int getRolesCount()
map<string, .lgraph.ProtoRoleInfo> roles = 1;
-
containsRoles
boolean containsRoles(String key)
map<string, .lgraph.ProtoRoleInfo> roles = 1;
-
getRoles
@Deprecated Map<String,Lgraph.ProtoRoleInfo> getRoles()
Deprecated.UsegetRolesMap()instead.
-
getRolesMap
Map<String,Lgraph.ProtoRoleInfo> getRolesMap()
map<string, .lgraph.ProtoRoleInfo> roles = 1;
-
getRolesOrDefault
Lgraph.ProtoRoleInfo getRolesOrDefault(String key, Lgraph.ProtoRoleInfo defaultValue)
map<string, .lgraph.ProtoRoleInfo> roles = 1;
-
getRolesOrThrow
Lgraph.ProtoRoleInfo getRolesOrThrow(String key)
map<string, .lgraph.ProtoRoleInfo> roles = 1;
-
-