Interface ExpPermissionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExpPermission, ExpPermission.Builder

public interface ExpPermissionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    comment is a human-readable comments on the permission.
    com.google.protobuf.ByteString
    comment is a human-readable comments on the permission.
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    string parent_definition_name = 3;
    com.google.protobuf.ByteString
    string parent_definition_name = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getComment

      String getComment()
       comment is a human-readable comments on the permission. Will include
       delimiter characters.
       
      string comment = 2;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
       comment is a human-readable comments on the permission. Will include
       delimiter characters.
       
      string comment = 2;
      Returns:
      The bytes for comment.
    • getParentDefinitionName

      String getParentDefinitionName()
      string parent_definition_name = 3;
      Returns:
      The parentDefinitionName.
    • getParentDefinitionNameBytes

      com.google.protobuf.ByteString getParentDefinitionNameBytes()
      string parent_definition_name = 3;
      Returns:
      The bytes for parentDefinitionName.