public interface PermissionIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
internal permission id
|
com.google.protobuf.ByteString |
getIdBytes()
internal permission id
|
String |
getName()
permission name (unique, cs-string)
|
com.google.protobuf.ByteString |
getNameBytes()
permission name (unique, cs-string)
|
boolean |
hasId()
internal permission id
|
boolean |
hasName()
permission name (unique, cs-string)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
internal permission id
optional string id = 1 [json_name = "id"];String getId()
internal permission id
optional string id = 1 [json_name = "id"];com.google.protobuf.ByteString getIdBytes()
internal permission id
optional string id = 1 [json_name = "id"];boolean hasName()
permission name (unique, cs-string)
optional string name = 2 [json_name = "name"];String getName()
permission name (unique, cs-string)
optional string name = 2 [json_name = "name"];com.google.protobuf.ByteString getNameBytes()
permission name (unique, cs-string)
optional string name = 2 [json_name = "name"];Copyright © 2023. All rights reserved.