All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a.clickzetta-java.1.3.15.source-code.role_meta.proto Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
syntax = "proto3";

package cz.proto;

enum RoleType {
  RT_SYSTEM = 0;
  RT_CUSTOMIZE = 1;
}

enum RoleLevel {
  RL_SYSTEM = 0;
  RL_WORKSPACE = 1;
}

message Role {
  string alias = 1;
  RoleType type = 2;
  RoleLevel level = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy